Skip to content

Commit

Permalink
chore(docs) update xml module
Browse files Browse the repository at this point in the history
refactoring some code, and a lot of doc updates
  • Loading branch information
Tieske committed Jan 10, 2022
1 parent 76d7894 commit b749d88
Show file tree
Hide file tree
Showing 4 changed files with 1,777 additions and 488 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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

0 comments on commit b749d88

Please sign in to comment.