Releases: NaturalIntelligence/fast-xml-parser
Update tagValueProcessor to work with date value (broken changes)
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
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
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
This is the combined release of
- Support non-English char as tag or attribute name
- update
nimnASCII chars - fix:
nullvalue 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