All Versions
12
Latest Version
Avg Release Cycle
75 days
Latest Release
1427 days ago

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