Skip to content

Commit f529642

Browse files
committed
update to release v5.7.0
1 parent 52a8583 commit f529642

13 files changed

Lines changed: 25 additions & 26 deletions

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.7.0**
5+
**5.7.0 / 2026-04-17**
66
- Use `@nodable/entities` v2.1.0
77
- breaking changes
88
- single entity scan. You're not allowed to user entity value to form another entity name.
@@ -17,6 +17,7 @@ Note: Due to some last quick changes on v4, detail of v4.5.3 & v4.5.4 are not up
1717
- if no entity then performance should be same as before
1818
- if there are entities then performance should be increased from past versions
1919
- ignoreAttributes is not required to be set to set xml version for NCR entity value
20+
- update 'fast-xml-builder' to sanitize malicious CDATA and comment's content
2021

2122
**5.6.0 / 2026-04-15**
2223
- fix: entity replacement for numeric entities

lib/fxbuilder.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/fxbuilder.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/fxp.cjs

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

lib/fxp.d.cts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ type X2jOptions = {
406406
* When `ProcessEntitiesOptions` - enables entity processing with custom configuration
407407
*
408408
* Defaults to `true`
409-
* @deprecated Use `entityDecoder` instead
410409
*/
411410
processEntities?: boolean | ProcessEntitiesOptions;
412411

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: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)