Skip to content

Latest commit

 

History

History
120 lines (57 loc) · 5 KB

CHANGELOG.md

File metadata and controls

120 lines (57 loc) · 5 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.11 (2025-01-21)

Bug Fixes

  • remove parallel processing due to issues (9b1d933)

1.1.10 (2025-01-21)

Bug Fixes

  • import concurrency functions from xml-disassembler (9976460)

1.1.9 (2025-01-21)

Bug Fixes

  • process files in parallel (6406933)

1.1.8 (2025-01-17)

Bug Fixes

  • upgrade xml-disassembler (aa4e512)

1.1.7 (2025-01-10)

Bug Fixes

  • upgrade xml-diassembler (9e13064)

1.1.6 (2025-01-04)

Bug Fixes

  • import log4js from xml-disassembler (1c953e3)
  • remove fast-xml-parser from this package (9796306)

1.1.5 (2025-01-04)

Bug Fixes

  • deps: bump fast-xml-parser from 4.3.4 to 4.5.1 (1b88845)
  • deps: bump xml-disassembler from 1.3.4 to 1.3.5 (30ef052)

1.1.4 (2025-01-02)

Bug Fixes

  • remove ignore dependency from this plugin (875be65)

1.1.3 (2024-12-15)

Bug Fixes

  • normalize paths to unix style (159a518)

1.1.2 (2024-12-15)

Bug Fixes

  • upgrade xml-disassembler (04dfe2e)

1.1.1 (2024-05-22)

Bug Fixes

  • pass ignore path to xml disassembler (9142333)

1.1.0 (2024-05-22)

Features

  • allow an ignore file when running disassembly (e8b7ee8)

1.0.4 (2024-04-24)

Bug Fixes

  • upgrade xml-disassembler, normalize jsonPath/xmlPath variables to filePath (18a37b9)

1.0.3 (2024-04-24)

Bug Fixes

  • upgrade xml disassembler to fix multi-line leaf sorting, rename XmlToJsonDisassembler function to disassemble (e309cfa)

1.0.2 (2024-04-17)

Bug Fixes

  • reassemble the original XML file from the JSONs (0552b04)

1.0.1 (2024-04-16)

Bug Fixes

1.0.0 (2024-04-16)

Features