Add a CHANGELOG.md.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 26 Mar 2014 05:29:21 +0000 (07:29 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Wed, 26 Mar 2014 05:29:21 +0000 (07:29 +0200)
Fix #149.

CHANGELOG.md [new file with mode: 0644]
package.json

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644 (file)
index 0000000..af62dd7
--- /dev/null
@@ -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 `</source>` 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
index f3558b7..049f340 100644 (file)
@@ -54,6 +54,7 @@
   },
   "files": [
     "dist",
+    "CHANGELOG.md",
     "LICENSE"
   ],
   "main": "./dist/htmlminifier.js"