Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 15:15
cc4eb0c

0.9.0 (2026-08-03)

⚠ BREAKING CHANGES

  • the package exported 66 names; it now exports 18. Removed were reducer internals, regex builders, string helpers and a resetFlagSupportCache that exists only so a test can clear a cache. None of them was ever chosen — index.ts was four export * lines and everything came along with them. Nothing documented was removed. If something you relied on is gone, it can be exported deliberately.

Features

  • curate the public API, and close the gaps found auditing for 1.0.0 (#38) (c264b92)