Skip to content

v2.5.5

Compare
Choose a tag to compare
@tomtau tomtau released this 08 Feb 00:50
· 69 commits to master since this release
2562356

What's Changed

  • fix: typo in pest_debugger by @Jamalam360 in #780
  • Feature: Simple update checker for pest_debugger by @Jamalam360 in #779
  • Update validator for ignore Rule::line_doc for fix #781 "already defined" error. by @huacnlee in #782
  • Add LineIndex instead of Pairs::move_cursor for improve Pairs::next and Pair::line_col performance. by @huacnlee in #785
  • chore: added docs for semver changes in grammar + remove fast-col-line by @tomtau in #787

New Contributors

Full Changelog: v2.5.4...v2.5.5

Warning: Semantic Versioning

The "fast-col-line" feature was removed, because it's superseded by the line_col method on Pairs (which has a better or similar performance): #785 (comment)

Note that the rustdoc support in 2.5.4: #765 was a semver-breaking change even though it was a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar
between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum. This is a known issue and will be fixed in the future (e.g. by increasing MSRV and non_exhaustive annotations).