Skip to content

Releases: NaturalIntelligence/fast-xml-parser

Update tagValueProcessor to work with date value (broken changes)

25 Aug 02:06
668f75b

Choose a tag to compare

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.

Add a feature stopNodes

28 Mar 00:54

Choose a tag to compare

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.

Parsing hexadecimal and numeric strings

20 Sep 13:00

Choose a tag to compare

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

Support non-English char as tag or attribute name

13 May 08:45

Choose a tag to compare

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

parse xml to nimn

05 Mar 03:45

Choose a tag to compare

After this release this package will be capable to transform XML into nimn. Additionally this release add the feature to validate XML PIs and fix a minor bug while transforming JSON to xml back when a property is deleted.

Please read changelog for more detail.

j2x parser, cli validator, and cdata property

16 Feb 08:18

Choose a tag to compare

This release includes

  • JS Object / JSON to XML parser
  • Validate XML from CLI
  • parse CDATA as separate property

parse large XML files

08 Feb 09:04

Choose a tag to compare

This release basically focuses to parse large XML files without any error. However there are more changes done which are described on README and changelog.

Decode HTML entities in text values

02 Feb 09:27

Choose a tag to compare

Including refactoring of src folder. and exclusion of browser js file from NPM

Bundled release

28 Jan 03:08

Choose a tag to compare

First github release. See changelog for detail. In Highlight

  • Validator is rewritten to handle large files.
  • Handled multiline CDATA, and comments
  • Fix for CRLF line breaks, attribute naming, etc.
  • Update CLI, and online editor options
  • Many more