Releases: mcarvin8/xml-disassembler
Releases · mcarvin8/xml-disassembler
v1.0.8
1.0.8 (2024-03-07)
Bug Fixes
- do not disassemble files if the file only has leaf elements (ca9efbb)
v1.0.7
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
1.0.6 (2024-02-23)
Bug Fixes
- configure logging with log4js (65b106a)
v1.0.6-release.1
Bug Fixes
- configure logging with log4js (65b106a)
v1.0.5
1.0.5 (2024-02-22)
Bug Fixes
- dynamically get xml namespace and add to disassembled/reassembled files if defined (59544ee)
v1.0.4
1.0.4 (2024-02-22)
Bug Fixes
- add purge flag to disassemble to remove any pre-existing disassembled files (c0d6049)
v1.0.3
1.0.3 (2024-02-22)
Bug Fixes
- switch to relative path in index (25acde7)
v1.0.3-release.1
Bug Fixes
- switch to relative path in index (25acde7)
v1.0.2
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
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)