Skip to content

Commit 4023f6d

Browse files
committed
Update package detail & browser bundle for new changes
1 parent ec25c54 commit 4023f6d

File tree

7 files changed

+25
-14
lines changed

7 files changed

+25
-14
lines changed

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.18.0 / 2021-02-05
2+
* Support RegEx and function in arrayMode option
3+
* Fix #317 : validate nested PI tags
4+
15
3.17.4 / 2020-06-07
26
* Refactor some code to support IE11
37
* Fix: `<tag >` space as attribute string

lib/parser.js

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

lib/parser.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/parser.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/parser.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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-xml-parser",
3-
"version": "3.17.6",
3+
"version": "3.18.0",
44
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
55
"main": "./src/parser.js",
66
"scripts": {

0 commit comments

Comments
 (0)