Skip to content

Releases: cheminfo/arraybuffer-xml-parser

v0.6.1

14 May 07:37
2fef880
Compare
Choose a tag to compare

0.6.1 (2024-05-14)

Bug Fixes

arraybuffer-xml-parser v0.6.0

25 May 09:25
e91138b
Compare
Choose a tag to compare

Features

arraybuffer-xml-parser v0.5.1

12 May 05:40
21e3152
Compare
Choose a tag to compare

Bug Fixes

  • defaultOptions attributesNoddName is a string (8cae984)

arraybuffer-xml-parser v0.5.0

20 Oct 19:20
7d889c2
Compare
Choose a tag to compare

Features

  • add tagNameProcessor and attributeNameProcessor (1ed2965)

arraybuffer-xml-parser v0.4.0

07 Sep 11:34
89563c5
Compare
Choose a tag to compare

Features

arraybuffer-xml-parser v0.3.0

06 Sep 11:31
ebf1ec3
Compare
Choose a tag to compare

⚠ 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

03 Sep 09:54
dbef681
Compare
Choose a tag to compare

arraybuffer-xml-parser v0.1.0

03 Sep 09:47
b35fbed
Compare
Choose a tag to compare

⚠ 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)