Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xml update #397

Merged
merged 2 commits into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ see [CONTRIBUTING.md](CONTRIBUTING.md#release-instructions-for-a-new-version) fo
[#395](https://github.com/lunarmodules/Penlight/pull/395)
- feat: `utils.enum` added to create enums and prevent magic strings
[#408](https://github.com/lunarmodules/Penlight/pull/408)
- change: `xml.new` added some sanity checks on input
- added: `xml.xml_escape` and `xml.xml_unescape` functions (previously private)
- feat: `xml.tostring` now also takes numeric indents (previously only strings)
- fix: `xml.walk` now detects recursion (errors out)
- fix: `xml.clone` now detects recursion (errors out)
- fix: `xml.compare` now detects recursion (errors out)
- fix: `xml.compare` text compares now work
- fix: `xml.compare` attribute order compares now only compare if both inputs provide an order
- fix: `xml.compare` child comparisons failing now report proper error


## 1.11.0 (2021-08-18)

Expand Down
Loading