@xmldom/xmldom 0.8.6 → 0.8.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.8.8](https://github.com/xmldom/xmldom/compare/0.8.7...0.8.8)
8
+
9
+ ### Fixed
10
+
11
+ - extend list of HTML entities [`#489`](https://github.com/xmldom/xmldom/pull/489)
12
+
13
+ Thank you, [@zorkow](https://github.com/zorkow), for your contributions
14
+
15
+ ## [0.8.7](https://github.com/xmldom/xmldom/compare/0.8.6...0.8.7)
16
+
17
+ ### Fixed
18
+
19
+ - properly parse closing where the last attribute has no value [`#485`](https://github.com/xmldom/xmldom/pull/485) / [`#486`](https://github.com/xmldom/xmldom/issues/486)
20
+
21
+ Thank you, [@bulandent](https://github.com/bulandent), for your contributions
22
+
23
+
24
+ ## [0.7.10](https://github.com/xmldom/xmldom/compare/0.7.9...0.7.10)
25
+
26
+ ### Fixed
27
+
28
+ - properly parse closing where the last attribute has no value [`#485`](https://github.com/xmldom/xmldom/pull/485) / [`#486`](https://github.com/xmldom/xmldom/issues/486)
29
+
30
+ Thank you, [@bulandent](https://github.com/bulandent), for your contributions
31
+
32
+
7
33
  ## [0.8.6](https://github.com/xmldom/xmldom/compare/0.8.5...0.8.6)
8
34
 
9
35
  ### Fixed