html-minifier.git
2016-03-01 alexlamslmore permissive trailing whitespace detection
2016-03-01 alexlamslimprove handling of trailing inline whitespace
2016-03-01 alexlamsluse single array to store minification fragments
2016-03-01 alexlamslhandle whitespace within and around inline tags
2016-03-01 alexlamslupdate assets
2016-03-01 XhmikosRUpdate README.md
2016-03-01 Juriy ZaytsevMerge pull request #517 from alexlamsl/issue-18
2016-03-01 alexlamslincorporate tests from PHPTAL
2016-02-29 Juriy ZaytsevMerge pull request #514 from alexlamsl/issue-503
2016-02-29 alexlamslfixes #503
2016-02-29 Juriy ZaytsevMerge pull request #515 from alexlamsl/issue-511
2016-02-29 alexlamslallow out-of-order placement in htmlmin:ignore & ignore...
2016-02-29 Juriy ZaytsevMerge pull request #510 from alexlamsl/issue-507
2016-02-29 alexlamsltest for minify() should come first
2016-02-29 alexlamslrefer to issues in test cases
2016-02-29 alexlamslfixes #507
2016-02-29 Juriy ZaytsevMerge pull request #508 from alexlamsl/issue-500
2016-02-28 alexlamslimplement removeOptionalTags for empty elements
2016-02-28 alexlamslfixes #500
2016-02-28 alexlamslupdate assets
2016-02-28 alexlamslbuild assets during grunt:dist
2016-02-28 Alex Lam S.Lfix grammar
2016-02-28 XhmikosRindex.html: Bump version.
2016-02-28 Juriy ZaytsevMerge pull request #509 from alexlamsl/issue-502
2016-02-25 alexlamslimprove whitspace handling of ignoreCustomFragments
2016-02-25 alexlamslfixes #502
2016-02-25 alexlamslcontrol global whitespace trimming under collapseWhitespace
2016-02-25 alexlamslupdate link to clean-css
2016-02-25 alexlamslremove CleanCSS jshint
2016-02-25 alexlamslupdate uglify.js to 2.6.2
2016-02-25 alexlamslupdate devDependencies
2016-02-24 Alex Lam S.Lfix typo and grammar in cli.js
2016-02-24 Juriy ZaytsevMerge pull request #498 from ybiquitous/typo-include-dir
2016-02-19 Juriy ZaytsevVersion 1.2.0
2016-02-19 Juriy ZaytsevMerge pull request #496 from alexlamsl/gh-pages
2016-02-19 alexlamslcompact conditional
2016-02-19 alexlamslimprove readability
2016-02-19 alexlamslreduce number of arguments in collapseWhitespace()
2016-02-18 ybiquitousfix typo(cli): `need` -> `needs`
2016-02-18 ybiquitousfix typo(cli): 'include-dir' -> 'input-dir'
2016-02-17 alexlamslintegrate tag omission rules from WhatWG
2016-02-17 alexlamslupdate devDependencies
2016-02-16 alexlamslignoreCustomFragments to handle <%...%> and <?...?>
2016-02-16 alexlamslfix interactions between preserveLineBreaks and conserv...
2016-02-16 Juriy ZaytsevMerge pull request #494 from alexlamsl/gh-pages
2016-02-14 alexlamslimprove module loading workaround
2016-02-14 alexlamslorder by benchmark file sizes to improve success rates
2016-02-14 alexlamslimplement progress bar
2016-02-14 alexlamslworkaround hysterical raisins
2016-02-14 alexlamslsimplify IPC handling
2016-02-14 alexlamsltolerate individual failures
2016-02-14 alexlamslinclude full error output to aid diagnosis
2016-02-14 alexlamslreimplement watchdog timer
2016-02-14 alexlamslreinstate minifyURLs
2016-02-14 alexlamslimprove error reporting
2016-02-14 alexlamslremove superfluous git command
2016-02-14 alexlamsluse module directly
2016-02-13 alexlamsladjust magic constants
2016-02-13 alexlamsladd watchdog timer for minify task
2016-02-13 alexlamslcommon storage for benchmark file details
2016-02-13 alexlamslExcel doesn't like 0000 as time zone specifier
2016-02-13 alexlamsladjust git date format for Excel
2016-02-13 alexlamslimplement benchmark against git history
2016-02-12 Juriy ZaytsevMerge pull request #488 from alexlamsl/gh-pages
2016-02-12 alexlamslupdate benchmark results
2016-02-12 alexlamslseparate createMap() from createMapFromString()
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
next