We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2485df3 commit 798ad4cCopy full SHA for 798ad4c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+2.9.4 / 2018-02-02
2
+ * Merge pull request: Decode HTML characters
3
+ * refactor source folder name
4
+ * ignore bundle / browser js to be published to npm
5
2.9.3 / 2018-01-26
6
* Merge pull request: Correctly remove CRLF line breaks
7
* Enable to parse attribute in online editor
package.json
@@ -1,6 +1,6 @@
{
"name": "fast-xml-parser",
- "version": "2.9.3",
+ "version": "2.9.4",
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
"main": "./src/parser.js",
"scripts": {
0 commit comments