Skip to content

Latest commit

 

History

History
134 lines (76 loc) · 4.85 KB

CHANGELOG.md

File metadata and controls

134 lines (76 loc) · 4.85 KB

CHANGELOG

v4.2.0

Improvements:

Internal:

  • Remove build status from README
  • Fix compilation warning in example

v4.1.0

Improvements:

Documentation fix:

v4.0.0

Breaking change:

v3.1.0

This is likely the last 3.x.x release, and 4.0.0 will use nom 7 instead of nom 6.

Improvements:

Documentation fix:

v3.0.2

Fixes:

Other changes:

  • Switched CI from Travis to Github Actions
  • Always run 'cargo fmt' on the CI

v3.0.1

Fix:

Documentation fixes/updates:

v3.0.0

Breaking change:

Other change:

v2.1.0

This release mostly brings some new trait implementations for convenience.

v2.0.0

This release brings several breaking changes:

Additionally, there are a few documentation improvements:

  • LocatedSpan should not be constructed in the middle of a parser.
  • Fix typo in extra property docs for LocatedSpan

Finally, LocatedSpan now implements Display

v1.0.0

We decided that the crate was mature enough to release the version 1.0.0. It doesn't bring much new things, still we are proud of this big move! 🎉

v0.4.0

Thanks to the people who made this release: @ProgVal, @peckpeck, @wycats, @dalance

v0.3.1

Patch version:

v0.3