Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Dec 30, 2021
1 parent 68d995e commit d0ef64a
Show file tree
Hide file tree
Showing 3 changed files with 1,203 additions and 617 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ see [CONTRIBUTING.md](CONTRIBUTING.md#release-instructions-for-a-new-version) fo
[#387](https://github.com/lunarmodules/Penlight/pull/387)
- fix: `xml.maptags` would hang if it encountered text-nodes
[#396](https://github.com/lunarmodules/Penlight/pull/396)
- 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.clone` now detects recursion (errors out)
- fix: `xml.compare` now detects recursion (errors out)
- fix: `xml.compare` text compares now work
- fix: `xml.compare` child comparisons failing now report proper error
- fix: `xml.walk` now detects recursion (errors out)


## 1.11.0 (2021-08-18)

Expand Down
Loading

0 comments on commit d0ef64a

Please sign in to comment.