File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ 3.3.0 / 2018-03-05
2
+ * use common default options for XML parsing for consistency. And add ` parseToNimn ` method.
3
+ * update nexttodo
4
+ * update README about XML to Nimn transformation and remove special notes about 3.x release
5
+ * update CONTRIBUTING.ms mentioning nexttodo
6
+ * add negative case for XML PIs
7
+ * validate xml processing instruction tags https://github.com/NaturalIntelligence/fast-xml-parser/issues/62
8
+ * nimndata: handle array with object
9
+ * nimndata: node with nested node and text node
10
+ * nimndata: handle attributes and text node
11
+ * nimndata: add options, handle array
12
+ * add xml to nimn data converter
13
+ * x2j: direct access property with tagname
14
+ * update changelog
15
+ * fix validator when single quote presents in value enclosed with double quotes or vice versa
16
+ * Revert "remove unneded nimnjs dependency, move opencollective to devDependencies and replace it
17
+ with more light opencollective-postinstall"
18
+ This reverts commit d47aa7181075d82db4fee97fd8ea32b056fe3f46.
19
+ * Merge pull request: https://github.com/NaturalIntelligence/fast-xml-parser/issues/63 from HaroldPutman/suppress-undefined
20
+ Keep undefined nodes out of the XML output : This is useful when you are deleting nodes from the JSON and rewriting XML.
1
21
3.2.4 / 2018-03-01
2
- * fix #59 fix in validator when open in attribute value
22
+ * fix #59 fix in validator when open quote presents in attribute value
3
23
* Create nexttodo.md
4
24
* exclude static from bitHound tests
5
25
* add package lock
Original file line number Diff line number Diff line change 1
1
* Replace dependecy ` he ` , as it is increasing browser bundle size from 17kb to 110kb
2
+ * build properties only once
2
3
* check test coverage and write necessary tests
3
4
* validate XML stream data
4
5
* Parse JSON string to XML. Currently it transforms JSON object to XML
You can’t perform that action at this time.
0 commit comments