Changelog History
Page 1
-
v3.17.1 Changes
May 19, 2020๐ I have fixed some old rare parsing issues which were being difficult to handle.
-
v3.16.0 Changes
January 12, 2020- ๐ validator: fix for ampersand characters (#215)
- ๐จ refactoring to support Unicode chars in the tag name
- โก๏ธ update typing for validator error
-
v3.15.0 Changes
November 24, 2019๐ After this release some error messages return by validator will be updated. Validator will also return line number now.
-
v3.14.0
October 25, 2019 -
v3.13.0
October 02, 2019 -
v3.12.21
October 02, 2019 -
v3.12.20 Changes
August 25, 2019โก๏ธ Update
tagValueProcessor
of js object/JSON to XML Parser to work with date value. Previously, all the values pass to this function were string and empty in case of object. Now the values are in their original data type and work for date object. -
v3.12.16 Changes
March 28, 2019๐ By specifying stopNodes which a list of tag names, a user can stop the parser to go in deep for parsing. Nested XML will be parsed as string as a value to the stop node.
-
v3.12.5 Changes
September 20, 2018๐ This release is more about minor bug fixes and small features. You can check CHANGELOG.md for more detail.
- ๐ Support hexadecimal values
- ๐ Support true number parsing
- โก๏ธ update typescript
- ๐ Few minor bug fixes
-
v3.10.0 Changes
May 13, 2018๐ This is the combined release of
- ๐ Support non-English char as tag or attribute name
- โก๏ธ update
nimn
ASCII chars - ๐ fix:
null
value support in json to xml transformation - ๐ fix: closing tag may have spaces
- removing unnecessary dependencies