Skip to content

Commit b28e631

Browse files
committed
docs: Prepare CHANGELOG for 0.7.6
1 parent 1f20aee commit b28e631

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.7.6](https://github.com/xmldom/xmldom/compare/0.7.5...0.7.6)
8+
9+
### Fixed
10+
- Avoid iterating over prototype properties [`#441`](https://github.com/xmldom/xmldom/pull/441) / [`#437`](https://github.com/xmldom/xmldom/pull/437) / [`#436`](https://github.com/xmldom/xmldom/issues/436)
11+
12+
Thank you, [@jftanner](https://github.com/jftanner), [@Supraja9726](https://github.com/Supraja9726) for your contributions
13+
714
## 0.7.5
815

916
[Commits](https://github.com/xmldom/xmldom/compare/0.7.4...0.7.5)
1017

1118
### Fixes:
1219

1320
- Preserve default namespace when serializing [`#319`](https://github.com/xmldom/xmldom/issues/319) / [`#321`](https://github.com/xmldom/xmldom/pull/321)
14-
Thank you [@lupestro](https://github.com/lupestro)
21+
Thank you, [@lupestro](https://github.com/lupestro)
1522

1623
## 0.7.4
1724

@@ -20,7 +27,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2027
### Fixes:
2128

2229
- Restore ability to parse `__prototype__` attributes [`#315`](https://github.com/xmldom/xmldom/pull/315)
23-
Thank you [@dsimsonOMF](https://github.com/dsimsonOMF)
30+
Thank you, [@dsimpsonOMF](https://github.com/dsimpsonOMF)
2431

2532
## 0.7.3
2633

@@ -30,7 +37,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3037

3138
- Add doctype when parsing from string [`#277`](https://github.com/xmldom/xmldom/issues/277) / [`#301`](https://github.com/xmldom/xmldom/pull/301)
3239
- Correct typo in error message [`#294`](https://github.com/xmldom/xmldom/pull/294)
33-
Thank you [@rrthomas](https://github.com/rrthomas)
40+
Thank you, [@rrthomas](https://github.com/rrthomas)
3441

3542
### Refactor:
3643

@@ -55,7 +62,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5562
### Fixes:
5663

5764
- Types: Add index.d.ts to packaged files [`#288`](https://github.com/xmldom/xmldom/pull/288)
58-
Thank you [@forty](https://github.com/forty)
65+
Thank you, [@forty](https://github.com/forty)
5966

6067
## 0.7.1
6168

@@ -64,7 +71,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
6471
### Fixes:
6572

6673
- Types: Copy types from DefinitelyTyped [`#283`](https://github.com/xmldom/xmldom/pull/283)
67-
Thank you [@kachkaev](https://github.com/kachkaev)
74+
Thank you, [@kachkaev](https://github.com/kachkaev)
6875

6976
### Chore:
7077
- 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
8188
### Fixes:
8289

8390
- 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)
8592
- Inherit namespace prefix from parent when required [`#268`](https://github.com/xmldom/xmldom/pull/268)
8693
- Handle whitespace in closing tags [`#267`](https://github.com/xmldom/xmldom/pull/267)
8794
- Update `DOMImplementation` according to recent specs [`#210`](https://github.com/xmldom/xmldom/pull/210)
8895
BREAKING CHANGE: Only if you "passed features to be marked as available as a constructor arguments" and expected it to "magically work".
8996
- No longer serializes any namespaces with an empty URI [`#244`](https://github.com/xmldom/xmldom/pull/244)
9097
(related to [`#168`](https://github.com/xmldom/xmldom/pull/168) released in 0.6.0)
9198
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)
93100

94101
### CI
95102

@@ -108,7 +115,7 @@ For more details look at [`#278`](https://github.com/xmldom/xmldom/pull/278#issu
108115

109116
- Stop serializing empty namespace values like `xmlns:ds=""` [`#168`](https://github.com/xmldom/xmldom/pull/168)
110117
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)
112119
- Escape `<` to `&lt;` when serializing attribute values [`#198`](https://github.com/xmldom/xmldom/issues/198) / [`#199`](https://github.com/xmldom/xmldom/pull/199)
113120

114121
## 0.5.0

0 commit comments

Comments
 (0)