Releases: cheminfo/arraybuffer-xml-parser
Releases · cheminfo/arraybuffer-xml-parser
v1.0.0
1.0.0 (2024-12-03)
⚠ BREAKING CHANGES
- Simplifcations of the code
Features
- Simplifcations of the code (45a57d6)
v0.6.1
0.6.1 (2024-05-14)
Bug Fixes
arraybuffer-xml-parser v0.6.0
arraybuffer-xml-parser v0.5.1
Bug Fixes
- defaultOptions attributesNoddName is a string (8cae984)
arraybuffer-xml-parser v0.5.0
Features
- add tagNameProcessor and attributeNameProcessor (1ed2965)
arraybuffer-xml-parser v0.4.0
arraybuffer-xml-parser v0.3.0
⚠ BREAKING CHANGES
- Only change attribute names when creating JSON
- attributeNamePrefix is by default '$'
Features
- Only change attribute names when creating JSON (8a8a3ba)
Miscellaneous Chores
- attributeNamePrefix is by default '$' (dc34e74)
arraybuffer-xml-parser v0.2.0
arraybuffer-xml-parser v0.1.0
⚠ BREAKING CHANGES
- rename node.val to node.value
- rename node.attrsMap to node.attributes
- rename node.child to node.children
Miscellaneous Chores
- rename node.attrsMap to node.attributes (a630b11)
- rename node.child to node.children (4501cb4)
Code Refactoring
- rename node.val to node.value (2b27e37)