Skip to content

Releases: mcarvin8/xml-disassembler

v1.0.1-release.2

21 Feb 19:04
Compare
Choose a tag to compare
v1.0.1-release.2 Pre-release
Pre-release

1.0.1-release.2 (2024-02-21)

Bug Fixes

  • update tsconfig includes value (d92afcb)

v1.0.1-release.1

21 Feb 16:46
Compare
Choose a tag to compare
v1.0.1-release.1 Pre-release
Pre-release

1.0.1-release.1 (2024-02-21)

Bug Fixes

  • ensure all matches of duplicate parent elements are removed in the reassembled file, including opening tags which have the namespace in them (f9e7919)
  • include root element tags in all disassembled files (2a24cd2)
  • remove xmlElement flag. this can be found in the original XML file and set dynamically in the leaf file. (847f4ed)
  • use the full name of the original file to name the disassembled leaf file (1f56382)

v1.0.0

21 Feb 14:54
Compare
Choose a tag to compare

1.0.0 (2024-02-21)

Bug Fixes

  • add jests to tsconfig (d90f1ec)
  • add types node to tsconfig.json (9fb9a64)
  • re-add index file, rename package due to existing xml-transformer package (9d67cdc)

Features