Releases: mcarvin8/xml-disassembler
Releases · mcarvin8/xml-disassembler
v1.0.9
1.0.9 (2024-03-07)
Bug Fixes
- ensure root element name is not empty when disassembling (41fdd6f)
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)