minify-html-literals
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,2 +5,10 @@ # Change Log | ||
<a name="1.0.6"></a> | ||
## [1.0.6](https://github.com/asyncLiz/minify-html-literals/compare/v1.0.5...v1.0.6) (2018-10-03) | ||
### Bug Fixes | ||
- do not collapse boolean attributes for Polymer binding syntax ([80df154](https://github.com/asyncLiz/minify-html-literals/commit/80df154)) | ||
<a name="1.0.5"></a> | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "minify-html-literals", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Minify HTML template literal strings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,2 @@ "use strict"; | ||
caseSensitive: true, | ||
collapseBooleanAttributes: true, | ||
collapseWhitespace: true, | ||
@@ -13,0 +12,0 @@ decodeEntities: true, |
@@ -56,3 +56,2 @@ import { Options, minify } from 'html-minifier'; | ||
caseSensitive: true, | ||
collapseBooleanAttributes: true, | ||
collapseWhitespace: true, | ||
@@ -59,0 +58,0 @@ decodeEntities: true, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42373
777