From: XhmikosR Date: Wed, 26 Mar 2014 05:29:21 +0000 (+0200) Subject: Add a CHANGELOG.md. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=522371659665dba8e0b0a4cea47b59cc02b12a08;p=html-minifier.git Add a CHANGELOG.md. Fix #149. --- diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..af62dd7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +[0.5.6 / 2014-03-12](https://github.com/kangax/html-minifier/compare/v0.5.5...v0.5.6) +================== + +* Fixed issue [#76](https://github.com/kangax/html-minifier/issues/76) - Add an option to keep closing slash in singleton tags +* Fixed issue [#92](https://github.com/kangax/html-minifier/issues/92) - Make `` tag optional +* Fixed issue [#95](https://github.com/kangax/html-minifier/issues/95) - Add `td` and `th` to optional tags list +* Fixed issue [#106](https://github.com/kangax/html-minifier/issues/106) - Add `caseSensitive` option +* Fixed issue [#131](https://github.com/kangax/html-minifier/issues/131) - Add options quick reference in README.md +* Fixed quotes in attributes +* Ignore unneeded files from being included in the npm package +* Switch to Grunt for development diff --git a/package.json b/package.json index f3558b7..049f340 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ }, "files": [ "dist", + "CHANGELOG.md", "LICENSE" ], "main": "./dist/htmlminifier.js"