v2.8.4
What's Changed
- feat: add is_empty method to check if iterator contains no pairs by @nyurik in https://github.com/pest-parser/pest/pull/1132
- Fix newer clippy errors by @linkmauve in https://github.com/pest-parser/pest/pull/1135
- Bump MSRV by @linkmauve in https://github.com/pest-parser/pest/pull/1134
- Fix typos across the tree by @linkmauve in https://github.com/pest-parser/pest/pull/1133
New Contributors
- @nyurik made their first contribution in https://github.com/pest-parser/pest/pull/1132
- @linkmauve made their first contribution in https://github.com/pest-parser/pest/pull/1135
Full Changelog: https://github.com/pest-parser/pest/compare/v2.8.3...v2.8.4
Warning: Semantic Versioning
Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is 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.