html-minifier.git
2013-05-14 Juriy ZaytsevMerge pull request #59 from stephenplusplus/gh-pages
2013-05-14 Stephen SawchukHTML5 as an option.
2013-05-13 kangaxUpdate to 0.5.2
2013-05-12 Juriy ZaytsevMerge pull request #57 from sindresorhus/patch-1
2013-05-12 Sindre SorhusNPM package doesn't work since `dist` folder is ignored
2013-05-12 kangaxVersion 0.5.1
2013-05-12 kangaxUpdate distribution file
2013-05-11 kangaxMenu is no longer deprecated in HTML5. Closes #23
2013-05-11 kangaxAdd another test
2013-05-11 kangaxAdd more tests
2013-05-11 kangaxAdd more tests based on issues reported by users
2013-05-11 kangaxMake parser ignore block elements in inline elements...
2013-05-11 Juriy ZaytsevMerge pull request #50 from cometcult/prefix_fix_close
2013-04-18 Even André... Fix minifier issue with prefixed tags (closing)
2013-04-08 Juriy ZaytsevMerge pull request #43 from willfarrell/gh-pages
2013-04-08 will FarrellSmarter collapseWhitespace - preserver space around...
2013-04-07 Juriy ZaytsevMerge pull request #42 from sindresorhus/patch-1
2013-04-07 Sindre Sorhusnpmignore unneeded files
2013-04-03 kangaxLint minifier, linter via JSHint
2013-04-02 kangaxCorrect package.json
2013-04-02 kangaxUpdate license, fix package.json
2013-04-02 kangaxAdd lint tests
2013-04-02 kangaxAdd .gitignore
2013-04-02 kangaxSet up travis hook
2013-04-02 kangaxUpdate license
2013-04-02 kangaxPort tests to run on node, add dist/all.js
2013-04-02 Juriy ZaytsevMerge pull request #38 from willfarrell/gh-pages
2013-04-02 will FarrellIE Bug Fix
2013-03-10 Juriy ZaytsevMerge pull request #37 from sohira/fix-prefix
2013-03-09 Shinya OhiraFix prefix in element
2012-05-22 Juriy ZaytsevMerge pull request #30 from stereobooster/gh-pages
2012-05-21 slavicuse this instead of window
2012-05-21 slavicupdate qunit
2012-05-14 Juriy ZaytsevMerge pull request #29 from stereobooster/gh-pages
2012-05-14 stereoboostermove tests to external files, so they can be launched...
2012-05-14 slavicexports does not contain console object
2012-03-05 kangaxBumping version again for npm.
2012-03-05 kangaxUpdate package.json
2012-03-05 Juriy ZaytsevMerge pull request #27 from crcn/gh-pages
2012-02-29 Craig Condonability to customize canCollapseWhitespace & canTrimWhi...
2011-08-08 kangaxBumping version for npm.
2011-08-05 kangaxUpdate README to mention npm-based installation.
2011-08-05 kangaxFix version and description in package.json, update...
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.
next