Skip to content

Commit

Permalink
update package detail
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Nov 18, 2021
1 parent 2463944 commit 3de998a
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

**⚠️ 4.0.0-beta.1 / 2021-11-18**
* Parser returns an array now
* to make the structure common
* and to return root level detail
* renamed `cdataTagName` to `cdataPropName`
* Added `commentPropName`
* fix typings

**⚠️ 4.0.0-beta.0 / 2021-11-16**
* Name change of many configuration properties.
* `attrNodeName` to `attributesGroupName`
Expand Down
32 changes: 22 additions & 10 deletions lib/fxparser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/fxparser.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fxparser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/fxparser.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions nexttodo.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ P1
P2
* skip parsing of particular tag
* boolean tag to support HTML parsing
* https://github.com/NaturalIntelligence/fast-xml-parser/issues/206
* Generating comments and build them back
https://github.com/NaturalIntelligence/fast-xml-parser/issues/372
* validate XML stream data
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-xml-parser",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
"main": "./src/fxp.js",
"scripts": {
Expand Down

0 comments on commit 3de998a

Please sign in to comment.