Comparing version 0.8.5 to 0.8.6
@@ -0,1 +1,12 @@ | ||
<a name="0.8.6"></a> | ||
## [0.8.6](https://github.com/posthtml/posthtml/compare/v0.8.5...v0.8.6) (2016-04-26) | ||
### Bug Fixes | ||
* **api:** report true for boolean attrs ([70cec9d](https://github.com/posthtml/posthtml/commit/70cec9d)) | ||
* **docs:** correct typo ([b5133f5](https://github.com/posthtml/posthtml/commit/b5133f5)) | ||
<a name="0.8.5"></a> | ||
@@ -2,0 +13,0 @@ ## [0.8.5](https://github.com/posthtml/posthtml/compare/v0.8.4...v0.8.5) (2016-03-31) |
@@ -104,5 +104,5 @@ 'use strict'; | ||
if (typeof eo === 'boolean') | ||
return (eo && ao) || (!eo && !ao); | ||
return eo !== (ao == null); | ||
return ao === eo; | ||
}); | ||
} |
{ | ||
"name": "posthtml", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "HTML/XML processor", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -452,3 +452,3 @@ [![npm][npm]][npm-1] | ||
[hint]: https://github.com//michael-ciniawsky/posthml-hint | ||
[hint]: https://github.com//michael-ciniawsky/posthtml-hint | ||
[hint-1]: https://badge.fury.io/js/posthtml-hint.svg | ||
@@ -465,3 +465,3 @@ [hint-2]: https://badge.fury.io/js/posthtml-hint | ||
[load]: https://github.com/michal-ciniawsky/posthtml-load-plugins | ||
[load]: https://github.com/michael-ciniawsky/posthtml-load-plugins | ||
[load-1]: https://badge.fury.io/js/posthtml-load-plugins.svg | ||
@@ -468,0 +468,0 @@ [load-2]: https://badge.fury.io/js/posthtml-load-plugins |
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
43671