html-minifier.git
2014-01-23 XhmikosRUse the minified all.js file.
2014-01-22 XhmikosRhtmlparser.js: Make the license header comment important.
2014-01-22 XhmikosRUse QUnit from OSSCDN.
2014-01-22 XhmikosRhtml: switch to simple doctype and use the concatenated...
2014-01-22 XhmikosRUpdate README.md.
2014-01-22 XhmikosRClean up .jshintrc.
2014-01-22 XhmikosRUpdate .gitignore.
2014-01-22 XhmikosRAdd a _config.yml to exclude unneeded files/folders...
2014-01-22 XhmikosRUpdate devDependencies.
2014-01-22 XhmikosRNormalize package.json and add missing properties.
2014-01-22 XhmikosRUpdate .npmignore.
2014-01-22 kangaxAdd minify script
2014-01-22 kangaxAdd lint, build, test scripts to package.json. Update...
2014-01-21 kangaxAdd test
2014-01-21 kangaxVersion 0.5.5
2014-01-03 Juriy ZaytsevUpdate README.md
2013-12-19 Juriy ZaytsevMerge pull request #104 from almirfilho/gh-pages
2013-12-19 Almir FilhoAdds missing HTML inline tags for collapsing whitespace
2013-11-11 Juriy ZaytsevMerge pull request #93 from stieler-it/patch-1
2013-11-11 stieler-itAdded a comment to make the reason behind the expressio...
2013-11-11 stieler-itAdded a test that fails if attribute quotes are strippe...
2013-11-06 Juriy ZaytsevMerge pull request #96 from sparanoid/feature/time-tag
2013-11-06 Tunghsiao LiuAdd space around time tag
2013-11-04 Juriy ZaytsevMerge pull request #94 from rolftimmermans/newline...
2013-11-04 Rolf TimmermansNewlines should be collapsed to single space.
2013-11-02 kangaxUpdate front page again
2013-11-02 kangaxUpdate front page
2013-11-02 kangaxUpdate charset
2013-11-02 kangaxChange doctype
2013-10-22 stieler-itPreserve quotes if attribute ends with a trailing slash
2013-09-04 kangaxBump version to 0.5.4
2013-09-04 Juriy ZaytsevMerge pull request #82 from mhulse/patch-3
2013-09-04 Micky HulseIgnored tags: Final tweaks before sending PR.
2013-08-21 Micky HulseCleaning up a few things like ...
2013-08-21 Micky HulseSimplified regex ...
2013-08-21 Micky HulseNew feature: "ignored" tags.
2013-08-20 Juriy ZaytsevMerge pull request #81 from mhulse/patch-2
2013-08-20 Micky HulseWhitespace after textarea/pre patch
2013-08-20 Micky HulseAdded new collapseWhitespace test ...
2013-08-20 Micky HulseRemoved unused variable.
2013-08-18 Juriy ZaytsevMerge pull request #79 from mhulse/patch-1
2013-08-18 Micky HulseAdded tests for "ignored" comments.
2013-08-18 kangaxUpdate README
2013-08-15 Micky HulseAdded isIgnoredComment()
2013-07-03 kangaxjshint parser
2013-06-30 Juriy ZaytsevMerge pull request #71 from webnard/patch-1
2013-06-29 Ian HunterMore tags added to collapseWhitespaceSmart whitelist
2013-06-19 kangaxBetter support for boolean attributes. Closes #63....
2013-06-19 Juriy ZaytsevMerge pull request #67 from sndrs/gh-pages
2013-06-13 sndrslogic mistake - restore checks for presence of '/'
2013-06-13 sndrsimages are a special case
2013-06-13 sndrstests for special tags need to pass the collapseWhitesp...
2013-06-13 sndrsjust tidying up
2013-06-13 sndrsjshint wanted the parens to continue past linting
2013-06-13 sndrstests for 6e5005ef7ed7c3dd9baf6ecc39c3ec1b2470b068
2013-06-13 sndrstests for 6e5005ef7ed7c3dd9baf6ecc39c3ec1b2470b068
2013-06-13 Alex Sandersadd code, kbd and quote to tags with space around them
2013-05-14 Juriy ZaytsevMerge pull request #61 from mathiasbynens/gh-pages
2013-05-14 Mathias BynensImprove `canRemoveAttributeQuotes`
2013-05-14 Juriy ZaytsevMerge pull request #59 from stephenplusplus/gh-pages
2013-05-14 Stephen SawchukHTML5 as an option.
2013-05-13 kangaxUpdate to 0.5.2
2013-05-12 Juriy ZaytsevMerge pull request #57 from sindresorhus/patch-1
2013-05-12 Sindre SorhusNPM package doesn't work since `dist` folder is ignored
2013-05-12 kangaxVersion 0.5.1
2013-05-12 kangaxUpdate distribution file
2013-05-11 kangaxMenu is no longer deprecated in HTML5. Closes #23
2013-05-11 kangaxAdd another test
2013-05-11 kangaxAdd more tests
2013-05-11 kangaxAdd more tests based on issues reported by users
2013-05-11 kangaxMake parser ignore block elements in inline elements...
2013-05-11 Juriy ZaytsevMerge pull request #50 from cometcult/prefix_fix_close
2013-04-18 Even André... Fix minifier issue with prefixed tags (closing)
2013-04-08 Juriy ZaytsevMerge pull request #43 from willfarrell/gh-pages
2013-04-08 will FarrellSmarter collapseWhitespace - preserver space around...
2013-04-07 Juriy ZaytsevMerge pull request #42 from sindresorhus/patch-1
2013-04-07 Sindre Sorhusnpmignore unneeded files
2013-04-03 kangaxLint minifier, linter via JSHint
2013-04-02 kangaxCorrect package.json
2013-04-02 kangaxUpdate license, fix package.json
2013-04-02 kangaxAdd lint tests
2013-04-02 kangaxAdd .gitignore
2013-04-02 kangaxSet up travis hook
2013-04-02 kangaxUpdate license
2013-04-02 kangaxPort tests to run on node, add dist/all.js
2013-04-02 Juriy ZaytsevMerge pull request #38 from willfarrell/gh-pages
2013-04-02 will FarrellIE Bug Fix
2013-03-10 Juriy ZaytsevMerge pull request #37 from sohira/fix-prefix
2013-03-09 Shinya OhiraFix prefix in element
2012-05-22 Juriy ZaytsevMerge pull request #30 from stereobooster/gh-pages
2012-05-21 slavicuse this instead of window
2012-05-21 slavicupdate qunit
2012-05-14 Juriy ZaytsevMerge pull request #29 from stereobooster/gh-pages
2012-05-14 stereoboostermove tests to external files, so they can be launched...
2012-05-14 slavicexports does not contain console object
2012-03-05 kangaxBumping version again for npm.
2012-03-05 kangaxUpdate package.json
2012-03-05 Juriy ZaytsevMerge pull request #27 from crcn/gh-pages
2012-02-29 Craig Condonability to customize canCollapseWhitespace & canTrimWhi...
2011-08-08 kangaxBumping version for npm.
next