Skip to content

Commit 0272fd5

Browse files
committed
update package detail
1 parent 26ce477 commit 0272fd5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<small>Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.</small>
22

3+
**5.1.0 / 2025-04-02**
4+
- feat: declare package as side-effect free (#738) (By [Thomas Bouffard](https://github.com/tbouffard))
5+
- fix cjs build mode
6+
- fix builder return type to string
7+
-
8+
39
**5.0.9 / 2025-03-14**
410
- fix: support numeric entities with values over 0xFFFF (#726) (By (Marc Durdin)[https://github.com/mcdurdin])
511
- fix: update strnum to fix parsing 0 if skiplike option is used

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-xml-parser",
3-
"version": "5.0.9",
3+
"version": "5.1.0",
44
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
55
"main": "./lib/fxp.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)