Skip to content

v2.2.1

Latest

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 25 Aug 21:03
7f57aa3

2.2.1 (2026-08-25)

Bug Fixes

  • align parseStream with parse on self-closing tags and stopNodes (07f1070)
  • never rewind the tag scan past its starting point (6a0a6c5)
  • rebase every offset when the stream buffer is compacted (40902c6)

Performance Improvements

  • scan for the next tag with a SWAR word test (d3e2069)
  • scan to the next tag with indexOf (89a4497)
  • scan to the next tag with indexOf when streaming (df814cc)
  • stop allocating dead strings and per-node maps (8bfda98)