Skip to content

Releases: mcarvin8/xml-disassembler

v1.0.8

07 Mar 16:36
Compare
Choose a tag to compare

1.0.8 (2024-03-07)

Bug Fixes

  • do not disassemble files if the file only has leaf elements (ca9efbb)

v1.0.7

04 Mar 17:43
Compare
Choose a tag to compare

1.0.7 (2024-03-04)

Bug Fixes

  • fix root element name check, improve logging messages to reach full code coverage (9a4de6b)

v1.0.6

23 Feb 18:37
Compare
Choose a tag to compare

1.0.6 (2024-02-23)

Bug Fixes

  • configure logging with log4js (65b106a)

v1.0.6-release.1

23 Feb 17:04
Compare
Choose a tag to compare
v1.0.6-release.1 Pre-release
Pre-release

1.0.6-release.1 (2024-02-23)

Bug Fixes

  • configure logging with log4js (65b106a)

v1.0.5

22 Feb 16:13
Compare
Choose a tag to compare

1.0.5 (2024-02-22)

Bug Fixes

  • dynamically get xml namespace and add to disassembled/reassembled files if defined (59544ee)

v1.0.4

22 Feb 13:48
Compare
Choose a tag to compare

1.0.4 (2024-02-22)

Bug Fixes

  • add purge flag to disassemble to remove any pre-existing disassembled files (c0d6049)

v1.0.3

22 Feb 02:53
Compare
Choose a tag to compare

1.0.3 (2024-02-22)

Bug Fixes

  • switch to relative path in index (25acde7)

v1.0.3-release.1

22 Feb 02:47
Compare
Choose a tag to compare
v1.0.3-release.1 Pre-release
Pre-release

1.0.3-release.1 (2024-02-22)

Bug Fixes

  • switch to relative path in index (25acde7)

v1.0.2

21 Feb 21:12
Compare
Choose a tag to compare

1.0.2 (2024-02-21)

Bug Fixes

  • ensure xmlPath is a directory (5076799)
  • remove the root xml element as a reassemble flag and dynamically get it from a disassembled file in the path (849cf3b)

v1.0.1

21 Feb 19:11
Compare
Choose a tag to compare

1.0.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)
  • update tsconfig includes value (d92afcb)
  • use the full name of the original file to name the disassembled leaf file (1f56382)