html-minifier.git
2016-02-12 alexlamslremove obsolete comments
2016-02-12 alexlamsladd comments explaining tag omission rules
2016-02-12 alexlamslrefactor createMap()
2016-02-12 alexlamslfix corner cases for collapseWhitespace
2016-02-12 alexlamslimprove parser logic
2016-02-08 alexlamslupdate benchmark results
2016-02-08 alexlamslimprove interaction between removeOptionalTags and...
2016-02-08 alexlamslreimplement removeOptionalTags according to HTML5 specs
2016-02-08 alexlamslend tag minification should take caseSensitive into...
2016-02-08 alexlamslrefactor removeEmptyElements
2016-02-08 alexlamslhandle variations of script type attributes
2016-02-08 alexlamslimprove code reuse
2016-02-08 alexlamslupdate empty tag list
2016-02-07 Juriy ZaytsevMerge pull request #487 from alexlamsl/gh-pages
2016-02-07 alexlamslupdate benchmark results
2016-02-07 alexlamslenable minifyURLs in benchmark.js
2016-02-07 alexlamslfix minifyURLs in command-line usage
2016-02-05 Juriy ZaytsevMerge pull request #485 from alexlamsl/gh-pages
2016-02-05 alexlamslfixes #428
2016-02-05 alexlamslfix cli error reporting
2016-02-05 alexlamslfix corner case when merging whitespace from across...
2016-02-05 Juriy ZaytsevMerge pull request #484 from alexlamsl/gh-pages
2016-02-05 alexlamslimprove collapseWhitespace when removeComments is active
2016-02-05 alexlamslupdate devDependencies
2016-02-05 alexlamslimprove minification of whitespaces around comments
2016-02-05 alexlamslrearrange order of minification
2016-02-05 alexlamsltreat comments similarly as inline tags and be conserva...
2016-02-05 alexlamslimprove compatibility with IE<9
2016-02-04 Juriy ZaytsevMerge pull request #481 from alexlamsl/gh-pages
2016-02-04 Juriy ZaytsevMerge pull request #482 from gdub22/input-dir-fix
2016-02-04 alexlamslimprove performance by key lookup rather than Array...
2016-02-04 alexlamslclarify minification logic
2016-02-04 alexlamslconsolidate conf files
2016-02-04 Garth Poitrasfix cli input-dir only processing first file
2016-02-04 alexlamslsimplify logical expressions
2016-02-04 alexlamslupdate tag list for tests
2016-02-04 alexlamslreduce workload on preserveLineBreaks
2016-02-04 alexlamslremove magic constant
2016-02-04 alexlamslimprove whitespace removal when preserveLineBreaks...
2016-02-04 alexlamslfix interaction between collapseWhitespace and removeEm...
2016-02-04 alexlamslfix interaction between conservativeCollapse and preser...
2016-02-04 alexlamslfixes #359
2016-02-04 alexlamslfixes #476
2016-02-04 alexlamslfixes #463
2016-02-04 alexlamslfixes #431
2016-02-04 alexlamslfixes #445
2016-02-04 alexlamslfixes #368
2016-02-02 Juriy ZaytsevMerge pull request #478 from alexlamsl/gh-pages
2016-02-02 alexlamsladd LZMA to benchmark
2016-02-02 alexlamsladd brotli to benchmark
2016-02-01 alexlamsladd progress bar
2016-02-01 alexlamslimprove code reuse
2016-02-01 alexlamslrefactor functions
2016-02-01 alexlamslinsert some comments
2016-02-01 alexlamslremoved es6-draft
2016-02-01 alexlamsladded Will Peavy and htmlcompressor.com
2016-02-01 alexlamslrearrange options in alphabetical order
2016-02-01 alexlamslimprove benchmark.js
2016-02-01 alexlamslrestore disabled tests
2016-02-01 alexlamslupdate dependencies
2016-02-01 Juriy ZaytsevMerge pull request #477 from alexlamsl/gh-pages
2016-01-31 alexlamslsuppress removeEmptyElements from safe options on web...
2016-01-31 alexlamslfix interactions between ignore fragments and comments
2016-01-31 alexlamsladd ignoreCustomFragments to command-line
2016-01-29 Juriy ZaytsevMerge pull request #474 from alexlamsl/gh-pages
2016-01-28 alexlamslimprove test case
2016-01-28 alexlamslunwind currentTag
2016-01-28 Juriy ZaytsevMerge pull request #473 from alexlamsl/gh-pages
2016-01-27 alexlamslimplement customEventAttributes
2016-01-27 alexlamsladd support for removeTagWhitespace on web and command...
2016-01-25 Juriy ZaytsevMerge pull request #468 from alexlamsl/gh-pages
2016-01-23 alexlamslupdate dist files
2016-01-23 alexlamsladd minimize to package.json
2016-01-20 alexlamslstrips space between tag attributes
2016-01-20 alexlamslimprove quote and escape
2016-01-19 alexlamslfix `isLast` corner case
2016-01-19 alexlamslavoid unnecessary work
2016-01-19 alexlamslimprove interaction of keepClosingSlash & removeAttribu...
2016-01-15 Duncan BeeversMerge pull request #466 from pra85/2016
2016-01-15 Prayag VermaUpdate year range to 2016
2016-01-06 XhmikosRUpdate clean-css to v3.4.9.
2016-01-06 XhmikosRUpdate grunt-jscs to v2.5.x.
2016-01-05 Juriy ZaytsevMerge pull request #460 from isiahmeadows/patch-1
2016-01-05 Isiah MeadowsAllow `!= null`
2016-01-05 Isiah MeadowsSimplify code
2016-01-05 Juriy ZaytsevMerge pull request #457 from Rycochet/patch-1
2016-01-05 Isiah MeadowsFix #459
2016-01-05 Ryc O'ChetAdd collapseInlineTagWhitespace to README.md
2016-01-04 Juriy ZaytsevVersion 1.1.1
2016-01-04 Juriy ZaytsevMerge pull request #456 from kangax/revert-433-issue381-svg
2016-01-04 Juriy ZaytsevRevert "[In Progress] - SVG Minification using SVGO"
2016-01-04 Juriy ZaytsevVersion 1.1.0
2016-01-04 Juriy ZaytsevRemove remaining bits of removeIgnored
2015-12-29 Juriy ZaytsevMerge pull request #453 from marlun/patch-1
2015-12-29 Martin LundbergFix move of cli.exit(status) outside of runMinifiy
2015-12-24 Juriy ZaytsevMerge pull request #433 from genintho/issue381-svg
2015-12-24 Juriy ZaytsevMerge pull request #440 from sapics/patch1
2015-12-24 Juriy ZaytsevVersion 1.0.1
2015-12-24 XhmikosRTravis CI: switch to "5".
2015-12-24 XhmikosRUpdate assets.
next