Sourced from fast-xml-parser's changelog.
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.
5.2.1 / 2025-04-22
- fix: read DOCTYPE entity value correctly
- read DOCTYPE NOTATION, ELEMENT exp but not using read values
5.2.0 / 2025-04-03
- feat: support metadata on nodes (#593) (By Steven R. Loomis)
5.1.0 / 2025-04-02
- feat: declare package as side-effect free (#738) (By Thomas Bouffard)
- fix cjs build mode
- fix builder return type to string
5.0.9 / 2025-03-14
- fix: support numeric entities with values over 0xFFFF (#726) (By Marc Durdin)
- fix: update strnum to fix parsing 0 if skiplike option is used
5.0.8 / 2025-02-27
- fix parsing 0 if skiplike option is used.
- updating strnum dependency
5.0.7 / 2025-02-25
- fix (#724) typings for cjs.
5.0.6 / 2025-02-20
- fix cli output (By Angel Delgado)
- remove multiple JSON parsing
5.0.5 / 2025-02-20
- fix parsing of string starting with 'e' or 'E' by updating strnum
5.0.4 / 2025-02-20
- fix CLI to support all the versions of node js when displaying library version.
- fix CJS import in v5
- by fixing webpack config
5.0.3 / 2025-02-20
- Using strnum ESM module
- new fixes in strum may break your experience
5.0.2 / 2025-02-20
- fix: include CommonJS resources in the npm package #714 (By Thomas Bouffard)
- fix: move babel deps to dev deps
5.0.1 / 2025-02-19
- fix syntax error for CLI command
... (truncated)
62365df
update docs and package info0c0b367
feat: read DOCTYPE ELEMENT exp38d0234
refactored code of DOCTYPE7c6cba4
feat read DOCTYPE NOTATION exp7589705
fix: DOCTYPE entity value should be read correctly02eb4a7
Update SECURITY.mdbfeb504
fix typo in CHANGELOG.md (#743)