Skip to content

Releases: miam-miam/prse

Release v1.2.1

25 Mar 10:53
e33312f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

29 Dec 11:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

Release v1.1.1

15 Dec 13:40
Compare
Choose a tag to compare

What's Changed

  • Allow ? and .await to be parsed and used inside parse macros. by @miam-miam in #31

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

08 Dec 17:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.1.0

Release v1.0.3

15 Aug 19:45
Compare
Choose a tag to compare

What's Changed

  • Update prse-derive to use new itertools release and fix UI test by @miam-miam100 in #16
  • Add to the documentation the method used to parse hexadecimal numbers by @miam-miam100 in #17

Full Changelog: v1.0.1...v1.0.3

Release v1.0.1

22 Mar 12:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

05 Feb 11:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v1.0.0

Release v0.2.0

22 Dec 22:51
Compare
Choose a tag to compare

What's Changed

  • Remove stdin mode.
  • Add UI tests and ensure no-std works correctly.
  • Add rust-version="1.59" in prse-derive Cargo.toml by @krtab in #4
  • Lower the MSRV to 1.59
  • Implement Send and Sync for ParseError.
  • Add an Other variant to ParseError

New Contributors

  • @krtab made their first contribution in #4

Full Changelog: v0.1.0...v0.2.0

Release v0.1.0

18 Dec 01:10
Compare
Choose a tag to compare

First release.