Releases: NaturalIntelligence/fast-xml-parser
Releases · NaturalIntelligence/fast-xml-parser
Support non-English char as tag or attribute name
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
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
This release includes
- JS Object / JSON to XML parser
- Validate XML from CLI
- parse CDATA as separate property
parse large XML files
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
Including refactoring of src folder. and exclusion of browser js file from NPM
Bundled release
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