Skip to content

Releases: NaturalIntelligence/fast-xml-parser

j2x parser, cli validator, and cdata property

16 Feb 08:18
Compare
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
Compare
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
Compare
Choose a tag to compare

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

Bundled release

28 Jan 03:08
Compare
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