Skip to content

Commit 668f75b

Browse files
authored
Format Change log
1 parent fa8a6ab commit 668f75b

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,88 @@
11
3.12.20 / 2019-08-16
22
* Revert: Fix #167: '>' in attribute value as it is causing high performance degrade.
3+
34
3.12.19 / 2019-07-28
45
* Fix js to xml parser should work for date values. (broken: `tagValueProcessor` will receive the original value instead of string always) (breaking change)
6+
57
3.12.18 / 2019-07-27
68
* remove configstore dependency
9+
710
3.12.17 / 2019-07-14
811
* Fix #167: '>' in attribute value
12+
913
3.12.16 / 2019-03-23
1014
* Support a new option "stopNodes". (#150)
11-
1215
Accept the list of tags which are not required to be parsed. Instead, all the nested tag and data will be assigned as string.
1316
* Don't show post-install message
17+
1418
3.12.12 / 2019-01-11
1519
* fix : IE parseInt, parseFloat error
20+
1621
3.12.11 / 2018-12-24
1722
* fix #132: "/" should not be parsed as boolean attr in case of self closing tags
23+
1824
3.12.9 / 2018-11-23
1925
* fix #129 : validator should not fail when an atrribute name is 'length'
26+
2027
3.12.8 / 2018-11-22
2128
* fix #128 : use 'attrValueProcessor' to process attribute value in json2xml parser
29+
2230
3.12.6 / 2018-11-10
2331
* Fix #126: check for type
32+
2433
3.12.4 / 2018-09-12
2534
* Fix: include tasks in npm package
35+
2636
3.12.3 / 2018-09-12
2737
* Fix CLI issue raised in last PR
38+
2839
3.12.2 / 2018-09-11
2940
* Fix formatting for JSON to XML output
3041
* Migrate to webpack (PR merged)
3142
* fix cli (PR merged)
43+
3244
3.12.0 / 2018-08-06
3345
* Support hexadecimal values
3446
* Support true number parsing
47+
3548
3.11.2 / 2018-07-23
3649
* Update Demo for more options
3750
* Update license information
3851
* Update readme for formatting, users, and spelling mistakes
3952
* Add missing typescript definition for j2xParser
4053
* refactoring: change filenames
54+
4155
3.11.1 / 2018-06-05
4256
* fix #93: read the text after self closing tag
57+
4358
3.11.0 / 2018-05-20
4459
* return defaultOptions if there are not options in buildOptions function
4560
* added localeRange declaration in parser.d.ts
4661
* Added support of cyrillic characters in validator XML
4762
* fixed bug in validator work when XML data with byte order marker
63+
4864
3.10.0 / 2018-05-13
4965
* Added support of cyrillic characters in parsing XML to JSON
66+
5067
3.9.11 / 2018-05-09
5168
* fix https://github.com/NaturalIntelligence/fast-xml-parser/issues/80 fix nimn chars
5269
* update package information
5370
* fix https://github.com/NaturalIntelligence/fast-xml-parser/issues/86: json 2 xml parser : property with null value should be parsed to self closing tag.
5471
* update online demo
5572
* revert zombiejs to old version to support old version of node
5673
* update dependencies
74+
5775
3.3.10 / 2018-04-23
5876
* fix #77 : parse even if closing tag has space before '>'
5977
* include all css & js lib in demo app
6078
* remove babel dependencies until needed
79+
6180
3.3.9 / 2018-04-18
6281
* fix #74 : TS2314 TypeScript compiler error
82+
6383
3.3.8 / 2018-04-17
6484
* fix #73 : IE doesn't support Object.assign
85+
6586
3.3.7 / 2018-04-14
6687
* fix: use let insted of const in for loop of validator
6788
* Merge pull request
@@ -71,15 +92,19 @@ Accept the list of tags which are not required to be parsed. Instead, all the ne
7192
* Merge pull request
7293
https://github.com/NaturalIntelligence/fast-xml-parser/issues/70 from bb/patch-1
7394
fix some typos in readme
95+
7496
3.3.6 / 2018-03-21
7597
* change arrow functions to full notation for IE compatibility
98+
7699
3.3.5 / 2018-03-15
77100
* fix https://github.com/NaturalIntelligence/fast-xml-parser/issues/67 : attrNodeName invalid behavior
78101
* fix: remove decodeHTML char condition
102+
79103
3.3.4 / 2018-03-14
80104
* remove dependency on "he" package
81105
* refactor code to separate methods in separate files.
82106
* draft code for transforming XML to json string. It is not officially documented due to performance issue.
107+
83108
3.3.0 / 2018-03-05
84109
* use common default options for XML parsing for consistency. And add `parseToNimn` method.
85110
* update nexttodo
@@ -100,18 +125,23 @@ Accept the list of tags which are not required to be parsed. Instead, all the ne
100125
This reverts commit d47aa7181075d82db4fee97fd8ea32b056fe3f46.
101126
* Merge pull request: https://github.com/NaturalIntelligence/fast-xml-parser/issues/63 from HaroldPutman/suppress-undefined
102127
Keep undefined nodes out of the XML output : This is useful when you are deleting nodes from the JSON and rewriting XML.
128+
103129
3.2.4 / 2018-03-01
104130
* fix #59 fix in validator when open quote presents in attribute value
105131
* Create nexttodo.md
106132
* exclude static from bitHound tests
107133
* add package lock
134+
108135
3.2.3 / 2018-02-28
109136
* Merge pull request from Delagen/master: fix namespaces can contain the same characters as xml names
137+
110138
3.2.2 / 2018-02-22
111139
* fix: attribute xmlns should not be removed if ignoreNameSpace is false
112140
* create CONTRIBUTING.md
141+
113142
3.2.1 / 2018-02-17
114143
* fix: empty attribute should be parsed
144+
115145
3.2.0 / 2018-02-16
116146
* Merge pull request : Dev to Master
117147
* Update README and version
@@ -131,8 +161,10 @@ Accept the list of tags which are not required to be parsed. Instead, all the ne
131161
* small refactoring
132162
* Merge pull request: Update cli.js to let user validate XML file or data
133163
* Add option for rendering CDATA as separate property
164+
134165
3.0.1 / 2018-02-09
135166
* fix CRLF: replace it with single space in attributes value only.
167+
136168
3.0.0 / 2018-02-08
137169
* change online tool with new changes
138170
* update info about new options

0 commit comments

Comments
 (0)