Releases: miam-miam/prse
Releases · miam-miam/prse
Release v1.2.1
Release v1.2.0
Release v1.1.1
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
What's Changed
- Follow new clippy lints by @miam-miam100 in #19
- Bump actions/checkout from 3 to 4 by @dependabot in #18
- expand_unit: Always use string literals by @agausmann in #24
- Update itertools requirement from 0.11.0 to 0.12.0 by @dependabot in #20
- Add lifetime bounds to derived struct and enums by @miam-miam100 in #25
- Trim whitespace before parsing primitives. by @miam-miam100 in #26
- Allow multiple prse attributes on a single enum variant by @miam-miam100 in #27
- Multi with several separators by @pavloslav in #22
- Add concrete parse iterators instead of using opaque types by @miam-miam100 in #28
- Remove deprecated LendingFromStr trait by @miam-miam100 in #29
- Add context to ParseErrors by @miam-miam100 in #30
New Contributors
- @agausmann made their first contribution in #24
- @pavloslav made their first contribution in #22
Full Changelog: v1.0.3...v1.1.0
Release v1.0.3
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
What's Changed
- Update syn requirement from 1.0.105 to 2.0.4 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #13
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
What's Changed
- Allow for the return position in the tuple to be specified. by @miam-miam100 in #8
- Fix CI by @miam-miam100 in #9
- Allow the use of uninitialised variables and better panics by @miam-miam100 in #10
- Add the Parse derive macro and rename LendingFromStr to Parse by @miam-miam100 in #11
Full Changelog: v0.2.0...v1.0.0
Release v0.2.0
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
Full Changelog: v0.1.0...v0.2.0
Release v0.1.0
First release.