html-to-text
Advanced tools
Comparing version 9.0.4 to 9.0.5
# Changelog | ||
## Version 9.0.5 | ||
* `htmlparser2` updated from 8.0.1 to 8.0.2 ([release notes](https://github.com/fb55/htmlparser2/releases)) - this fixes broken parsing in certain situations: [#285](https://github.com/html-to-text/node-html-to-text/issues/285); | ||
* `deepmerge` updated from 4.3.0 to 4.3.1 - no functional changes; | ||
* added a link to attribute selectors syntax to Readme. | ||
All commits: [9.0.4...9.0.5](https://github.com/html-to-text/node-html-to-text/compare/9.0.4...9.0.5) | ||
## Version 9.0.4 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "html-to-text", | ||
"version": "9.0.4", | ||
"version": "9.0.5", | ||
"description": "Advanced html to plain text converter", | ||
@@ -51,7 +51,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@selderee/plugin-htmlparser2": "^0.10.0", | ||
"deepmerge": "^4.3.0", | ||
"@selderee/plugin-htmlparser2": "^0.11.0", | ||
"deepmerge": "^4.3.1", | ||
"dom-serializer": "^2.0.0", | ||
"htmlparser2": "^8.0.1", | ||
"selderee": "^0.10.0" | ||
"htmlparser2": "^8.0.2", | ||
"selderee": "^0.11.0" | ||
}, | ||
@@ -58,0 +58,0 @@ "mocha": { |
@@ -171,3 +171,3 @@ # html-to-text | ||
* `[baz]` - attribute presence; | ||
* `[baz=buzz]` - attribute value (with any operators and also quotes and case sensitivity modifiers); | ||
* `[baz=buzz]` - attribute value (with any operators and also quotes and case sensitivity modifiers - [syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors#syntax)); | ||
* `+` and `>` combinators (other combinators are not supported). | ||
@@ -174,0 +174,0 @@ |
Sorry, the diff of this file is not supported yet
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
175345
3910
+ Added@selderee/plugin-htmlparser2@0.11.0(transitive)
+ Addedparseley@0.12.1(transitive)
+ Addedpeberminta@0.9.0(transitive)
+ Addedselderee@0.11.0(transitive)
- Removed@selderee/plugin-htmlparser2@0.10.0(transitive)
- Removedparseley@0.11.0(transitive)
- Removedpeberminta@0.8.0(transitive)
- Removedselderee@0.10.0(transitive)
Updateddeepmerge@^4.3.1
Updatedhtmlparser2@^8.0.2
Updatedselderee@^0.11.0