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 020f3e9 commit daa711cCopy full SHA for daa711c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+3.12.0 / 2018-08-06
2
+ * Fix formatting for JSON to XML output
3
+ * Migrate to webpack
4
+ * fix cli
5
3.12.0 / 2018-08-06
6
* Support hexadecimal values
7
* Support true number parsing
package.json
@@ -1,6 +1,6 @@
{
"name": "fast-xml-parser",
- "version": "3.12.1",
+ "version": "3.12.2",
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
"main": "./src/parser.js",
"files": [
0 commit comments