v2.5.5
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 ofPairs::move_cursor
for improvePairs::next
andPair::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
- @Jamalam360 made their first contribution in #780
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).