Closer/functions/node_modules/fast-xml-builder/CHANGELOG.md

41 lines
990 B
Markdown
Raw Normal View History

**1.2.0** (2026-05-08)
- Add support for `sanitizeName` option
- Support xml-naming for validating and sanitizing tag and attribute names
**1.1.9** (2026-05-06)
- fix: format output for preserve order when indent by is set to empty string
**1.1.8** (2026-05-05)
- fix: skip text property for PI tags
- improve typings
**1.1.7** (2026--05-04)
- fix security issues when attribute value contains quotes
**1.1.6** (2026--05-04)
- fix security issues related to comment
- skip comment with null value
**1.1.5** (2026-04-17)
- fix security issues related to comment and cdata
**1.1.4** (2026-03-16)
- support maxNestedTags option
**1.1.3** (2026-03-13)
- declare Matcher & Expression as unknown so user is not forced to install path-expression-matcher
**1.1.2** (2026-03-11)
- fix typings
**1.1.1** (2026-03-11)
- upgrade path-expression-matcher to 1.1.3
**1.1.0** (2026-03-10)
- Integrate [path-expression-matcher](https://github.com/NaturalIntelligence/path-expression-matcher)