html-minifier.git
2011-08-05 Hugo WetterbergModified to work with node and potentially npm.
2011-02-27 Gilmore DavidsonFixed issue #13 - Whitespace is munged in elements...
2010-11-27 kangaxAdd option to remove type="text/css" attributes from...
2010-05-17 Juriy ZaytsevMove todo items to github issues.
2010-03-22 Juriy ZaytsevMake lint report repeating <br> elements and "&nbsp...
2010-03-19 Juriy ZaytsevAdd new option — "removeScriptTypeAttribute", which...
2010-03-19 Juriy ZaytsevAdd link to test suite in readme.
2010-03-16 Juriy ZaytsevAdd bug with <pre><code>...</code></pre> reported by V1.
2010-03-15 Juriy ZaytsevStrip trailing ";" from event attributes (onclick,...
2010-03-15 Juriy ZaytsevAdd simple V8 perf. test (minifying amazon home page).
2010-03-15 Juriy ZaytsevStrip trailing ";" from style attributes (this allows...
2010-03-14 Juriy Zaytsevarea's shape="rect" is a default attribute (strip it...
2010-03-13 Juriy ZaytsevMake it possible to quickly select "all", "none" or...
2010-03-13 Juriy ZaytsevTrim whitespace in Number-type attributes (e.g. rows...
2010-03-13 Juriy ZaytsevTrim whitespace in style attributes.
2010-03-12 Juriy ZaytsevTrim whitespace in attribute values. For now, only...
2010-03-11 Juriy ZaytsevMinifier now removes insignificant whitespace in condit...
2010-03-10 Juriy ZaytsevStart testing HTMLLint. Add detection of href="javascri...
2010-03-10 Juriy ZaytsevAdd detection of `href="javascript:void 0"` to todo.
2010-03-10 Juriy ZaytsevAdd test with optgroups to "removing optional tags...
2010-03-10 Juriy ZaytsevAdd README.md;
2010-03-09 Juriy ZaytsevDelete JS comment delimeters before HTML comment delime...
2010-03-09 Juriy ZaytsevFix comments in scripts (forgot that "<!--" strips...
2010-03-08 Juriy ZaytsevFix a bug with space-less attributes. Move scripts...
2010-03-04 Juriy ZaytsevAdd TR to the list of optional end tags.
2010-03-01 Juriy ZaytsevSlight optimization to `trimWhitespace`. Fix bug with...
2010-02-26 Juriy ZaytsevFix grammatical error.
2010-02-26 Juriy ZaytsevAdd "thead", "tbody" and "tfoot" end tags to "allowed...
2010-02-26 Juriy ZaytsevName button "minify" not "convert". Restyle todo list...
2010-02-25 Juriy ZaytsevTest `removeEmptyAttributes` on IMG element (should...
2010-02-24 Juriy ZaytsevWarn about style attributes.
2010-02-24 Juriy ZaytsevTest whitespace collapsing in style element.
2010-02-22 Juriy ZaytsevConvert tabs to spaces in htmlparser.js.
2010-02-22 Juriy ZaytsevAdd link to source on github. Remove redundant comment...
2010-02-20 Juriy ZaytsevAdd todo item "Wanr about missing doctype"
2010-02-15 Juriy ZaytsevAdd GA.
2010-02-12 Juriy ZaytsevBump version to 0.4.
2010-02-12 Juriy ZaytsevExtract LINT logic into a separate file -- htmllint...
2010-02-12 Juriy ZaytsevAdd ability to remove optional tags (</body> and <...
2010-02-11 Juriy ZaytsevSlight refactoring.
2010-02-11 Juriy ZaytsevRemove "write more tests" from todo. Looks like all...
2010-02-11 Juriy ZaytsevAdd tests for collapsing boolean attributes.
2010-02-11 Juriy ZaytsevFix logic error with charset attribute check.
2010-02-11 Juriy ZaytsevTrim whitespace around values of event handler attributes.
2010-02-11 Juriy ZaytsevDo not strip conditional comments (write tests for...
2010-02-10 Juriy ZaytsevFix typo. Fix CDATA bug.
2010-02-10 Juriy ZaytsevAdd option to strip CDATA sections from script and...
2010-02-10 Juriy ZaytsevBump version to 0.2 on main page.
2010-02-10 Juriy ZaytsevAdd MIT license and mention it in htmlminifier.js;
2010-02-10 Juriy ZaytsevFix some of the bugs in element removal mechanism....
2010-02-09 Juriy ZaytsevRefactor `minify` function slightly. More tests — case...
2010-02-09 Juriy ZaytsevAdd tests for removing quotes around attributes.
2010-02-08 Juriy ZaytsevCollapse whitespace in class attributes to 1 space...
2010-02-08 Juriy ZaytsevTrim whitespace from class attributes.
2010-02-08 Juriy ZaytsevTweak input textarea height.
2010-02-08 Juriy ZaytsevFix UI to fit smaller screens better. Add a couple...
2010-02-08 Juriy ZaytsevAdd test for empty attributes.
2010-02-08 Juriy ZaytsevMinifier is now in a separate file, under /src.
2010-02-06 Juriy ZaytsevFix multi-line comment and CDATA matching.
2010-02-05 Juriy ZaytsevAdd todo section;
2010-02-05 Juriy ZaytsevUse proper characters when checking attribute value...
2010-02-05 Juriy Zaytsevmarkup tweak
2010-02-05 Juriy ZaytsevAdd version number. Avoid division by 0 when converting...
2010-02-05 Juriy ZaytsevRenamed index file to index.html
2010-02-05 Juriy ZaytsevInitial import