You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,7 +37,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
30
37
31
38
- Add doctype when parsing from string [`#277`](https://github.com/xmldom/xmldom/issues/277) / [`#301`](https://github.com/xmldom/xmldom/pull/301)
32
39
- Correct typo in error message [`#294`](https://github.com/xmldom/xmldom/pull/294)
33
-
Thank you [@rrthomas](https://github.com/rrthomas)
- package.json: remove author, maintainers, etc. [`#279`](https://github.com/xmldom/xmldom/pull/279)
@@ -81,15 +88,15 @@ For more details look at [`#278`](https://github.com/xmldom/xmldom/pull/278#issu
81
88
### Fixes:
82
89
83
90
- Security: Misinterpretation of malicious XML input [`CVE-2021-32796`](https://github.com/xmldom/xmldom/security/advisories/GHSA-5fg8-2547-mr8q)
84
-
- Implement `Document.getElementsByClassName` as specified [`#213`](https://github.com/xmldom/xmldom/pull/213), thank you [@ChALkeR](https://github.com/ChALkeR)
91
+
- Implement `Document.getElementsByClassName` as specified [`#213`](https://github.com/xmldom/xmldom/pull/213), thank you,[@ChALkeR](https://github.com/ChALkeR)
85
92
- Inherit namespace prefix from parent when required [`#268`](https://github.com/xmldom/xmldom/pull/268)
86
93
- Handle whitespace in closing tags [`#267`](https://github.com/xmldom/xmldom/pull/267)
87
94
- Update `DOMImplementation` according to recent specs [`#210`](https://github.com/xmldom/xmldom/pull/210)
88
95
BREAKING CHANGE: Only if you "passed features to be marked as available as a constructor arguments" and expected it to "magically work".
89
96
- No longer serializes any namespaces with an empty URI [`#244`](https://github.com/xmldom/xmldom/pull/244)
90
97
(related to [`#168`](https://github.com/xmldom/xmldom/pull/168) released in 0.6.0)
91
98
BREAKING CHANGE: Only if you rely on ["unsetting" a namespace prefix](https://github.com/xmldom/xmldom/pull/168#issuecomment-886984994) by setting it to an empty string
92
-
- Set `localName` as part of `Document.createElement`[`#229`](https://github.com/xmldom/xmldom/pull/229), thank you [@rrthomas](https://github.com/rrthomas)
99
+
- Set `localName` as part of `Document.createElement`[`#229`](https://github.com/xmldom/xmldom/pull/229), thank you,[@rrthomas](https://github.com/rrthomas)
93
100
94
101
### CI
95
102
@@ -108,7 +115,7 @@ For more details look at [`#278`](https://github.com/xmldom/xmldom/pull/278#issu
108
115
109
116
- Stop serializing empty namespace values like `xmlns:ds=""`[`#168`](https://github.com/xmldom/xmldom/pull/168)
110
117
BREAKING CHANGE: If your code expected empty namespaces attributes to be serialized.
111
-
Thank you [@pdecat](https://github.com/pdecat) and [@FranckDepoortere](https://github.com/FranckDepoortere)
118
+
Thank you,[@pdecat](https://github.com/pdecat) and [@FranckDepoortere](https://github.com/FranckDepoortere)
112
119
- Escape `<` to `<` when serializing attribute values [`#198`](https://github.com/xmldom/xmldom/issues/198) / [`#199`](https://github.com/xmldom/xmldom/pull/199)
0 commit comments