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 08ffc48 commit 16e90f9Copy full SHA for 16e90f9
CHANGELOG.md
@@ -1,7 +1,9 @@
1
-3.12.1 / 2018-08-06
+3.12.3 / 2018-08-06
2
+ * Fix CLI issue raised in last PR
3
+3.12.2 / 2018-09-11
4
* Fix formatting for JSON to XML output
- * Migrate to webpack
- * fix cli
5
+ * Migrate to webpack (PR merged)
6
+ * fix cli (PR merged)
7
3.12.0 / 2018-08-06
8
* Support hexadecimal values
9
* Support true number parsing
package.json
@@ -1,6 +1,6 @@
{
"name": "fast-xml-parser",
- "version": "3.12.2",
+ "version": "3.12.3",
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
"main": "./src/parser.js",
"files": [
0 commit comments