Skip to content

v0.3.2

Latest

Choose a tag to compare

@zharinov zharinov released this 16 Jan 00:13
· 2 commits to master since this release
9adb4dd

What's Changed

  • chore: Bump version to 0.3.2 by @zharinov in #353
  • feat: Add [regex] section to bytecode dump by @zharinov in #354
  • refactor: Replace defensive .ok() with panic in DFA search by @zharinov in #355
  • refactor: Extract bytecode lowering into dedicated pass by @zharinov in #356
  • perf: Collapse consecutive Up instructions of the same mode by @zharinov in #358
  • feat: Add prefix-collapse optimization for alternation branches by @zharinov in #359
  • chore(deps): update rust crate insta to v1.46.1 by @renovate[bot] in #357
  • perf: Pack successor instructions into cache-line gaps by @zharinov in #360
  • refactor: Introduce shot_*! test macros for snapshot testing by @zharinov in #361

Full Changelog: v0.3.1...v0.3.2