You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+33-1Lines changed: 33 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,67 +1,88 @@
1
1
3.12.20 / 2019-08-16
2
2
* Revert: Fix #167: '>' in attribute value as it is causing high performance degrade.
3
+
3
4
3.12.19 / 2019-07-28
4
5
* Fix js to xml parser should work for date values. (broken: `tagValueProcessor` will receive the original value instead of string always) (breaking change)
6
+
5
7
3.12.18 / 2019-07-27
6
8
* remove configstore dependency
9
+
7
10
3.12.17 / 2019-07-14
8
11
* Fix #167: '>' in attribute value
12
+
9
13
3.12.16 / 2019-03-23
10
14
* Support a new option "stopNodes". (#150)
11
-
12
15
Accept the list of tags which are not required to be parsed. Instead, all the nested tag and data will be assigned as string.
13
16
* Don't show post-install message
17
+
14
18
3.12.12 / 2019-01-11
15
19
* fix : IE parseInt, parseFloat error
20
+
16
21
3.12.11 / 2018-12-24
17
22
* fix #132: "/" should not be parsed as boolean attr in case of self closing tags
23
+
18
24
3.12.9 / 2018-11-23
19
25
* fix #129 : validator should not fail when an atrribute name is 'length'
26
+
20
27
3.12.8 / 2018-11-22
21
28
* fix #128 : use 'attrValueProcessor' to process attribute value in json2xml parser
29
+
22
30
3.12.6 / 2018-11-10
23
31
* Fix #126: check for type
32
+
24
33
3.12.4 / 2018-09-12
25
34
* Fix: include tasks in npm package
35
+
26
36
3.12.3 / 2018-09-12
27
37
* Fix CLI issue raised in last PR
38
+
28
39
3.12.2 / 2018-09-11
29
40
* Fix formatting for JSON to XML output
30
41
* Migrate to webpack (PR merged)
31
42
* fix cli (PR merged)
43
+
32
44
3.12.0 / 2018-08-06
33
45
* Support hexadecimal values
34
46
* Support true number parsing
47
+
35
48
3.11.2 / 2018-07-23
36
49
* Update Demo for more options
37
50
* Update license information
38
51
* Update readme for formatting, users, and spelling mistakes
39
52
* Add missing typescript definition for j2xParser
40
53
* refactoring: change filenames
54
+
41
55
3.11.1 / 2018-06-05
42
56
* fix #93: read the text after self closing tag
57
+
43
58
3.11.0 / 2018-05-20
44
59
* return defaultOptions if there are not options in buildOptions function
45
60
* added localeRange declaration in parser.d.ts
46
61
* Added support of cyrillic characters in validator XML
47
62
* fixed bug in validator work when XML data with byte order marker
63
+
48
64
3.10.0 / 2018-05-13
49
65
* Added support of cyrillic characters in parsing XML to JSON
* 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.
54
71
* update online demo
55
72
* revert zombiejs to old version to support old version of node
56
73
* update dependencies
74
+
57
75
3.3.10 / 2018-04-23
58
76
* fix #77 : parse even if closing tag has space before '>'
59
77
* include all css & js lib in demo app
60
78
* remove babel dependencies until needed
79
+
61
80
3.3.9 / 2018-04-18
62
81
* fix #74 : TS2314 TypeScript compiler error
82
+
63
83
3.3.8 / 2018-04-17
64
84
* fix #73 : IE doesn't support Object.assign
85
+
65
86
3.3.7 / 2018-04-14
66
87
* fix: use let insted of const in for loop of validator
67
88
* Merge pull request
@@ -71,15 +92,19 @@ Accept the list of tags which are not required to be parsed. Instead, all the ne
71
92
* Merge pull request
72
93
https://github.com/NaturalIntelligence/fast-xml-parser/issues/70 from bb/patch-1
73
94
fix some typos in readme
95
+
74
96
3.3.6 / 2018-03-21
75
97
* change arrow functions to full notation for IE compatibility
0 commit comments