Version 0.6.3
authorkangax <kangax@gmail.com>
Tue, 24 Jun 2014 13:13:25 +0000 (15:13 +0200)
committerkangax <kangax@gmail.com>
Tue, 24 Jun 2014 13:13:25 +0000 (15:13 +0200)
.jscsrc
CHANGELOG.md
dist/htmlminifier.js
dist/htmlminifier.min.js
index.html
package.json

diff --git a/.jscsrc b/.jscsrc
index 6a9b5e8..9ff88b7 100644 (file)
--- a/.jscsrc
+++ b/.jscsrc
@@ -28,8 +28,6 @@
     "disallowMultipleLineStrings": true,
     "disallowTrailingWhitespace": true,
 
-    "requireSpaceAfterLineComment": true,
-    "requireSpacesInConditionalExpression": true,
     "validateIndentation": 2,
     "validateLineBreaks": "LF",
     "validateQuoteMarks": "'",
index 04c8001..179b5e5 100644 (file)
@@ -1,5 +1,17 @@
-## Edge
+## [0.6.3](https://github.com/kangax/html-minifier/compare/v0.6.2...0.6.3)
 
+* Do not treat translate attribute as boolean
+* Add svg element in inline list
+* Do not remove special spaces like &nbsp;
+* Make collapseWhitespace more resilient
+
+## [0.6.2](https://github.com/kangax/html-minifier/compare/v0.6.1...0.6.2)
+
+* Fix bug introduced by processScripts option
+
+## [0.6.1](https://github.com/kangax/html-minifier/compare/v0.6.0...0.6.1)
+
+* Add CLI
 * Fix error with valueless attributes (e.g. `<a href>`). [#169](https://github.com/kangax/html-minifier/issues/169)
 
 ## [0.6.0](https://github.com/kangax/html-minifier/compare/v0.5.6...0.6.0)
index afa794e..ec9a13b 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * HTMLMinifier v0.6.2 (http://kangax.github.io/html-minifier/)
+ * HTMLMinifier v0.6.3 (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 b02de90..d841151 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * HTMLMinifier v0.6.2 (http://kangax.github.io/html-minifier/)
+ * HTMLMinifier v0.6.3 (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 b5b8fca..7645b4f 100644 (file)
@@ -10,7 +10,7 @@
       <div id="outer-wrapper">
         <script id='fbyg2uy'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=kangax&button=compact&url='+encodeURIComponent(document.URL);f.title='Flattr';f.height=20;f.width=110;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbyg2uy');</script>
         <div id="wrapper">
-          <h1>HTML Minifier <span style="font-size: 0.6em">(v0.6.2)</span></h1>
+          <h1>HTML Minifier <span style="font-size: 0.6em">(v0.6.3)</span></h1>
           <p id="warning">
             Minifier is <strong>in beta</strong> and could be rough around the edges.
             However, there's <a href="tests">an extensive test suite</a>.
index 9728807..3a17bad 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "html-minifier",
   "description": "HTML minifier with lint-like capabilities.",
-  "version": "0.6.2",
+  "version": "0.6.3",
   "keywords": [
     "html",
     "minifier",