Skip to content

Commit 354aab9

Browse files
committed
update changelog and nexttodo
1 parent af57ad1 commit 354aab9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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.
121
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
323
* Create nexttodo.md
424
* exclude static from bitHound tests
525
* add package lock

nexttodo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* Replace dependecy `he`, as it is increasing browser bundle size from 17kb to 110kb
2+
* build properties only once
23
* check test coverage and write necessary tests
34
* validate XML stream data
45
* Parse JSON string to XML. Currently it transforms JSON object to XML

0 commit comments

Comments
 (0)