Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 13:21
dac1826

3.0.0 (2026-07-08)

⚠ BREAKING CHANGES

  • xml: disassemble/reassemble/parseXml/verifyXmlRoundtrip now return Promises instead of resolving synchronously. Any caller that invoked these without awaiting the result must add await, or it will no longer wait for the file to actually be processed.

Features

  • xml: expose disassemble/reassemble/parseXml/verifyXmlRoundtrip as true async (#47) (0bb779a)