Version 0.6.6
authorkangax <kangax@gmail.com>
Sun, 27 Jul 2014 17:40:43 +0000 (19:40 +0200)
committerkangax <kangax@gmail.com>
Sun, 27 Jul 2014 17:40:43 +0000 (19:40 +0200)
CHANGELOG.md
dist/htmlminifier.js
dist/htmlminifier.min.js
package.json

index 4d4b10c..79aacae 100644 (file)
@@ -1,3 +1,10 @@
+## [0.6.6](https://github.com/kangax/html-minifier/compare/v0.6.5...0.6.6)
+
+* Fix FF attribute bug
+* Add `customAttrAssign` option
+* Add `maxLineLength` option
+* Add `customAttrSurround` option
+
 ## [0.6.5](https://github.com/kangax/html-minifier/compare/v0.6.4...0.6.5)
 
 * `caseSensitive` option now applies to tags and attributes
index 975ea0a..0bb2ee8 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * HTMLMinifier v0.6.5 (http://kangax.github.io/html-minifier/)
+ * HTMLMinifier v0.6.6 (http://kangax.github.io/html-minifier/)
  * Copyright 2010-2014 Juriy "kangax" Zaytsev
  * Licensed under MIT (https://github.com/kangax/html-minifier/blob/gh-pages/LICENSE)
  */
index 0adf896..d162924 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * HTMLMinifier v0.6.5 (http://kangax.github.io/html-minifier/)
+ * HTMLMinifier v0.6.6 (http://kangax.github.io/html-minifier/)
  * Copyright 2010-2014 Juriy "kangax" Zaytsev
  * Licensed under MIT (https://github.com/kangax/html-minifier/blob/gh-pages/LICENSE)
  */
index 6bad7fe..3a18169 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "html-minifier",
   "description": "HTML minifier with lint-like capabilities.",
-  "version": "0.6.5",
+  "version": "0.6.6",
   "keywords": [
     "html",
     "minifier",