Releases: mcarvin8/xml-disassembler
Releases · mcarvin8/xml-disassembler
v1.3.2
1.3.2 (2024-05-22)
Bug Fixes
- fix logger warning for ignore file (c462893)
v1.3.1
1.3.1 (2024-05-22)
Bug Fixes
v1.3.0
1.3.0 (2024-05-22)
Features
- add support for an ignore file during disassembly (553a90a)
v1.2.10
1.2.10 (2024-04-24)
Bug Fixes
- remove extra space in leaf file, normalize variable names, change
xmlPath
to filePath
in classes (61a204c)
v1.2.9
1.2.9 (2024-04-24)
Bug Fixes
- remove leaf content sorting due to issues with multi-line leaf tags (eacc56d)
v1.2.8
1.2.8 (2024-04-08)
Bug Fixes
- define functions from each import over using a wildcard (1246857)
- parse XML separately to reduce complexity (aaefd04)
v1.2.7
1.2.7 (2024-04-08)
Bug Fixes
- refactor processElement to not exceed arguments limit (db2bd59)
v1.2.6
1.2.6 (2024-04-08)
Bug Fixes
- import XmlElement type with a relative path (62d056a)
- refactor leaf/nested element check into a function (90d8b10)
- remove await on non-promise (39cd843)
v1.2.5
1.2.5 (2024-04-07)
Bug Fixes
- add newlines after root element in leaf files (c186ba8)
- allow attributes in nested elements (6cfbc95)
v1.2.4
1.2.4 (2024-04-01)
Bug Fixes
- findUniqueIdElement should always return a string (e20584e)
- switch disassembled files to async (e4c5cbc)