Skip to content

Releases: mcarvin8/xml-disassembler

v1.3.2

22 May 16:32
Compare
Choose a tag to compare

1.3.2 (2024-05-22)

Bug Fixes

  • fix logger warning for ignore file (c462893)

v1.3.1

22 May 00:58
Compare
Choose a tag to compare

1.3.1 (2024-05-22)

Bug Fixes

  • set flag for ignorePath (5b5a217)

v1.3.0

22 May 00:15
Compare
Choose a tag to compare

1.3.0 (2024-05-22)

Features

  • add support for an ignore file during disassembly (553a90a)

v1.2.10

24 Apr 12:46
Compare
Choose a tag to compare

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

24 Apr 00:24
Compare
Choose a tag to compare

1.2.9 (2024-04-24)

Bug Fixes

  • remove leaf content sorting due to issues with multi-line leaf tags (eacc56d)

v1.2.8

08 Apr 17:05
Compare
Choose a tag to compare

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

08 Apr 12:40
Compare
Choose a tag to compare

1.2.7 (2024-04-08)

Bug Fixes

  • refactor processElement to not exceed arguments limit (db2bd59)

v1.2.6

08 Apr 00:35
Compare
Choose a tag to compare

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

07 Apr 20:51
Compare
Choose a tag to compare

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

01 Apr 16:16
Compare
Choose a tag to compare

1.2.4 (2024-04-01)

Bug Fixes

  • findUniqueIdElement should always return a string (e20584e)
  • switch disassembled files to async (e4c5cbc)