Skip to content

v2.5.1

Compare
Choose a tag to compare
@tomtau tomtau released this 02 Dec 12:02
· 74 commits to master since this release
1e40766

What's Changed

  • Fix unexpected argument panic in pest_debugger by @dffdff2423 in #740
  • ci: add pest_debugger to semver checks by @tomtau in #741
  • doc: fix tables of (non-)terminals by @birkenfeld in #743
  • doc: explain that matching is greedy without backtracking by @birkenfeld in #744
  • perf: add a faster skip_until using SIMD memchr by @tomtau in #745
    it can be enabled by using the memchr feature.

New Contributors

Full Changelog: v2.5.0...v2.5.1