html-minifier.git
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