Skip to content

Commit 7cb49e5

Browse files
committed
update release detail
1 parent 1b14fa7 commit 7cb49e5

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
Note: Due to some last quick changes on v4, detail of v4.5.3 & v4.5.4 are not updated here. v4.5.4x is the last tag of v4 in github repository. I'm extremely sorry for the confusion
44

5-
**5.5.13** (not released yet)
5+
**5.6.0 / 2026-04-15**
66
- fix: entity replacement for numeric entities
77
- use @nodable/entities to replace entities
8+
- this may change some error messages related to entities expansion limit or inavlid use
9+
- post check would be exposed in future version
810

911
**5.5.12 / 2026-04-13**
1012
- Performance Improvement: update path-expression-matcher

lib/fxp.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/fxp.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/fxp.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/fxparser.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/fxparser.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-xml-parser",
3-
"version": "5.5.12",
3+
"version": "5.6.0",
44
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
55
"main": "./lib/fxp.cjs",
66
"type": "module",
@@ -92,4 +92,4 @@
9292
"path-expression-matcher": "^1.5.0",
9393
"strnum": "^2.2.3"
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)