Skip to content

Commit 619b504

Browse files
committed
update strfix (#746): update strnum to fix parsing issues related to enotations
1 parent 62365df commit 619b504

File tree

9 files changed

+22
-19
lines changed

9 files changed

+22
-19
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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.2.2 / 2025-05-05**
4+
- fix (#746): update strnum to fix parsing issues related to enotations
5+
36
**5.2.1 / 2025-04-22**
47
- fix: read DOCTYPE entity value correctly
58
- read DOCTYPE NOTATION, ELEMENT exp but not using read values

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: 8 additions & 8 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.2.1",
3+
"version": "5.2.2",
44
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
55
"main": "./lib/fxp.cjs",
66
"type": "module",
@@ -86,6 +86,6 @@
8686
}
8787
],
8888
"dependencies": {
89-
"strnum": "^2.0.5"
89+
"strnum": "^2.1.0"
9090
}
9191
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3644,10 +3644,10 @@ strip-json-comments@^3.1.1:
36443644
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
36453645
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
36463646

3647-
strnum@^2.0.5:
3648-
version "2.0.5"
3649-
resolved "https://registry.npmjs.org/strnum/-/strnum-2.0.5.tgz"
3650-
integrity sha512-YAT3K/sgpCUxhxNMrrdhtod3jckkpYwH6JAuwmUdXZsmzH1wUyzTMrrK2wYCEEqlKwrWDd35NeuUkbBy/1iK+Q==
3647+
strnum@^2.1.0:
3648+
version "2.1.0"
3649+
resolved "https://registry.npmjs.org/strnum/-/strnum-2.1.0.tgz"
3650+
integrity sha512-w0S//9BqZZGw0L0Y8uLSelFGnDJgTyyNQLmSlPnVz43zPAiqu3w4t8J8sDqqANOGeZIZ/9jWuPguYcEnsoHv4A==
36513651

36523652
supports-color@^2.0.0:
36533653
version "2.0.0"

0 commit comments

Comments
 (0)