Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 04:49
8d35985

0.5.0 (2026-09-09)

Features

  • repair: add deadline_ms to bound pathological O(n²) inputs (#21) (09a97b3)

Bug Fixes

  • is_grounded(fuzzy=True) rejects a verbatim substring (#17) (1cce6d2)
  • repair_json O(n²) on array-close runs (part A of #13) (#18) (c15b493)
  • repair_json SIGSEGV on comma-joined object fragments (#19) (d9e1845)
  • restore #21's deadline_ms, silently reverted by #24's stale-base squash (#25) (ec494c5)

Performance Improvements

  • replace the chunkers' unconditional per-char grapheme structures with a lazy bitmap (#24) (36d4016)