html-minifier.git
2014-02-18 XhmikosRRemove unneeded arrays.
2014-02-18 XhmikosRLint all JS files.
2014-02-18 XhmikosRRun `grunt dist`.
2014-02-18 XhmikosRUse license object instead of licenses array.
2014-02-18 XhmikosRAdd banner to dist files.
2014-02-18 XhmikosRDrop Node.js 0.6 support.
2014-02-18 XhmikosRSwitch to Grunt.
2014-02-18 Juriy ZaytsevMerge pull request #124 from Larixk/patch-1
2014-02-18 Larix KortbeekFixed bug in custom testers
2014-02-16 kangaxUpdate table
2014-02-16 kangaxUpdate table
2014-02-16 kangaxUpdate table
2014-02-16 kangaxUpdate table
2014-02-16 kangaxUpdate table
2014-02-16 kangaxUpdate table
2014-02-16 kangaxUpdate table
2014-02-16 kangaxUpdate table
2014-02-16 kangaxAdd comparison table
2014-02-14 Juriy ZaytsevMerge pull request #121 from kotnik/devease
2014-02-14 Juriy ZaytsevMerge pull request #122 from kotnik/closingSlash
2014-02-13 Nikola KoturAdd an option to keep closing slash in singleton tags
2014-02-13 Nikola KoturTest runner does not minify, so don't test minified...
2014-02-03 kangaxUpdate dist
2014-02-03 kangaxFix quotes in attributes
2014-01-30 Juriy ZaytsevMerge pull request #116 from XhmikosR/qunit
2014-01-30 XhmikosRUpdate Qunit to 1.13.
2014-01-28 Juriy ZaytsevMerge pull request #115 from XhmikosR/lint
2014-01-28 XhmikosRMissing semicolons.
2014-01-28 XhmikosRsrc/htmlparser.js: fix semicolon used instead of comma.
2014-01-24 kangaxMake </source> tag optional. Closes #92
2014-01-24 kangaxAdd flattr button
2014-01-24 kangaxAdd link to tests; big scary warning is no longer necessary
2014-01-24 kangaxAdd td and th to optional tags list. Closes #95
2014-01-24 kangaxAdd caseSensitive option; closes #106
2014-01-23 kangaxAdd note about grunt plugin
2014-01-23 kangaxAdd npm badge
2014-01-23 kangaxUpdate travis
2014-01-23 Juriy ZaytsevMerge pull request #110 from XhmikosR/gh-pages
2014-01-23 XhmikosRUpdate package.json.
2014-01-23 XhmikosRUpdate .travis.yml.
2014-01-23 Juriy ZaytsevMerge pull request #109 from XhmikosR/gh-pages
2014-01-23 XhmikosRUpdate .travis.yml.
2014-01-23 XhmikosRUpdate README.md.
2014-01-23 kangaxUpdate travis
2014-01-23 kangaxUpdate LICENSE
2014-01-23 kangaxUpdate README
2014-01-23 Juriy ZaytsevMerge pull request #108 from XhmikosR/gh-pages
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
next