@xmldom/xmldom
Advanced tools
Comparing version 0.9.0-beta.7 to 0.9.0-beta.8
@@ -7,2 +7,14 @@ # Changelog | ||
## [0.9.0-beta.8](https://github.com/xmldom/xmldom/compare/0.9.0-beta.7...0.9.0-beta.8) | ||
### Fixed | ||
- fix: Throw DOMException when calling removeChild with invalid parameter [`#494`](https://github.com/xmldom/xmldom/pull/494) / [`#135`](https://github.com/xmldom/xmldom/issues/135) | ||
BREAKING CHANGE: Previously it was possible (but not documented) to call `Node.removeChild` with any node in the tree, | ||
and with certain exceptions, it would work. This is no longer the case: calling `Node.removeChild` with an argument that is not a direct child of the node that it is called from, will throw a NotFoundError DOMException, as it is described by the specs. | ||
Thank you, [@noseworthy](https://github.com/noseworthy), [@davidmc24](https://github.com/davidmc24), for your contributions | ||
## [0.9.0-beta.7](https://github.com/xmldom/xmldom/compare/0.9.0-beta.6...0.9.0-beta.7) | ||
@@ -9,0 +21,0 @@ |
{ | ||
"name": "@xmldom/xmldom", | ||
"version": "0.9.0-beta.7", | ||
"version": "0.9.0-beta.8", | ||
"description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"auto-changelog": "2.4.0", | ||
"eslint": "8.40.0", | ||
"eslint": "8.42.0", | ||
"eslint-config-prettier": "8.8.0", | ||
@@ -52,0 +52,0 @@ "eslint-plugin-anti-trojan-source": "1.1.1", |
Sorry, the diff of this file is too big to display
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
223774
5885