Sourced from fast-xml-parser's releases.
Summary update on all the previous releases from v4.2.4
- Multiple minor fixes provided in the validator and parser
- v6 is added for experimental use.
- ignoreAttributes support function, and array of string or regex
- Add support for parsing HTML numeric entities
- v5 of the application is ESM module now. However, JS is also supported
Note: Release section in not updated frequently. Please check CHANGELOG or Tags for latest release information.
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.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
5.0.0 / 2025-02-19
- ESM support
- no change in the functionality, syntax, APIs, options, or documentation.
4.5.2 / 2025-02-18
- Fix null CDATA to comply with undefined behavior (#701) (By Matthieu BOHEAS)
- Fix(performance): Update check for leaf node in saveTextToParentTag function in OrderedObjParser.js (#707) (By ...)
- Fix: emit full JSON string from CLI when no output filename specified (#710) (By Matt Benson)
4.5.1 / 2024-12-15
- Fix empty tag key name for v5 (#697). no impact on v4
- Fixes entity parsing when used in strict mode (#699)
4.5.0 / 2024-09-03
4.4.1 / 2024-07-28
- v5 fix: maximum length limit to currency value
... (truncated)
d167cb0
update strnum to fix parsing 0 if skiplike option is used3a5b031
update post release checksa9612d1
fix (#724)
add typings for cjs.d9e683b
update release infodd9a94b
#711
Removed string formating on cli output (#712)7783341
Update node.js.yml09782c6
Update github workflow to remove publish-please0a70cb1
update strnum to fix specific strings parsingee69348
docs(README): mention v5 instead of v4 (#717)a6dc73d
update release detail