html-minifier.git
2014-03-20 Juriy ZaytsevMerge pull request #141 from XhmikosR/gh-pages
2014-03-19 XhmikosRTry clean-css.
2014-03-18 kangaxAdd minifiers to test page
2014-03-18 Juriy ZaytsevMerge pull request #137 from XhmikosR/gh-pages
2014-03-18 XhmikosRRename target.
2014-03-18 XhmikosRUpdate all dependencies.
2014-03-18 XhmikosRMove globals where they are needed.
2014-03-18 XhmikosRUpdate package.json.
2014-03-18 XhmikosRREADME.md: fix code syntax and add dependency badge.
2014-03-18 kangaxAdd support for minifying CSS (minifyCSS = true) via...
2014-03-17 kangaxAdd another option to README
2014-03-17 kangaxUpdate README
2014-03-17 kangaxMove uglify from devDependencies to dependencies
2014-03-17 kangaxAdd uglify as a dependency
2014-03-17 kangaxAdd support for JS minification of script element contents
2014-03-16 kangaxAdd more boolean attributes
2014-03-14 kangaxAdd google tests (more or less identical)
2014-03-14 kangaxUpdate README with link to Ruby wrapper
2014-03-14 kangaxNo more tags in lint output (Node friendly)
2014-03-14 kangaxAdd another compression comparison in README
2014-03-14 kangaxAdd minifier tests
2014-03-14 kangaxAdd more optional tags
2014-03-14 Juriy ZaytsevMerge pull request #136 from Soviut/patch-1
2014-03-14 SoviutAdded keepClosingSlash to options list
2014-03-12 kangaxVersion 0.5.6
2014-03-12 Juriy ZaytsevMerge pull request #135 from XhmikosR/gh-pages
2014-03-12 XhmikosRDowngrade qunit so that node.js 0.8 works again.
2014-03-12 Juriy ZaytsevMerge pull request #132 from XhmikosR/gh-pages
2014-03-11 XhmikosRAdd a few more items in `disallowSpaceAfterPrefixUnaryO...
2014-03-11 XhmikosREnable `requireSpacesInFunctionExpression`.
2014-03-11 XhmikosR.jscsrc: sort rules.
2014-03-11 XhmikosRSpecify `es3` in .jshintrc.
2014-03-11 XhmikosRRemove .npmignore.
2014-03-11 XhmikosRAdd `dist` in `test` target.
2014-03-11 XhmikosRRun `grunt dist`.
2014-03-11 XhmikosRRemove duplicate checks from JSHint.
2014-03-11 XhmikosRFix JSCS warnings.
2014-03-11 XhmikosRRemove `requireMultipleVarDecl` for now.
2014-03-11 XhmikosREnforce Unix line endings.
2014-03-11 XhmikosRAdd JSCS support.
2014-03-11 XhmikosRAdd test.js in the JSHint check.
2014-03-11 XhmikosREnable `strict` rule.
2014-03-11 XhmikosREnable `curly` check.
2014-03-11 XhmikosRRemove `eqnull`.
2014-03-11 XhmikosREnable JSHint's `newcap` option.
2014-03-11 XhmikosRUpdate dependencies.
2014-03-11 XhmikosRMove npm module badge first.
2014-03-10 Juriy ZaytsevMerge pull request #133 from matthewwithanm/options...
2014-03-10 Matthew Dapena... Add options quick reference; closes GH-131
2014-03-08 Juriy ZaytsevUpdate README.md
2014-02-18 Juriy ZaytsevMerge pull request #126 from XhmikosR/gh-pages
2014-02-18 Juriy ZaytsevMerge pull request #125 from XhmikosR/qunit
2014-02-18 XhmikosREnable JSHint's `quotmark` rule.
2014-02-18 XhmikosRUpdate QUnit to 1.14.0.
2014-02-18 Juriy ZaytsevMerge pull request #114 from XhmikosR/gh-pages
2014-02-18 XhmikosRHTML: specify language.
2014-02-18 XhmikosRIgnore Gruntfile.js when installing the package too.
2014-02-18 XhmikosRMove globals where they are used.
2014-02-18 XhmikosREnable JSHint's `indent` option.
2014-02-18 XhmikosRUse grunt-exec for the tests.
2014-02-18 XhmikosRGruntfile.js: switch to 2 space indentation to match...
2014-02-18 XhmikosRTweak license headers.
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
next