Skip to content

Commit 185dfea

Browse files
committed
update release detail
1 parent f829b07 commit 185dfea

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.
22

3-
**4.2.8 / 2023-09-20**
3+
**4.3.0 / 2023-09-20**
44
* Fix stopNodes to work with removeNSPrefix (#607) (#608) (By [Craig Andrews]https://github.com/candrews))
55
* Fix #610 ignore properties set to Object.prototype
6+
* Fix typings for builder and parser to make return type generic (By [Sarah Dayan](https://github.com/sarahdayan))
67

78
**4.2.7 / 2023-07-30**
89
* Fix: builder should set text node correctly when only textnode is present (#589) (By [qianqing](https://github.com/joneqian))

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-xml-parser",
3-
"version": "4.2.8",
3+
"version": "4.3.0",
44
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
55
"main": "./src/fxp.js",
66
"scripts": {

0 commit comments

Comments
 (0)