Releases: Blobfolio/argyle
Releases · Blobfolio/argyle
v0.10.1
v0.10.0
v0.9.0
This release introduces a brand new streaming version of the argument parser Argue
. It is simpler and cleaner, but works completely differently than the original.
Sorry about that! 😉
Old and new are both present in this release to ease the transition, but projects should migrate to the new version (or another crate) when convenient as the duality won't last.
New
argyle::stream::args
argyle::stream::Argue
argyle::stream::Argument
argyle::stream::ArgyleError
Changed
- Bump MSRV to
1.81
- Update lints
Deprecated
argyle::Argue
argyle::ArgyleError
argyle::KeyKind
v0.8.1
Changed
- Minor code changes and lints
v0.8.0
New
Argue::take_trailing
v0.7.2
New
Argue::check_keys
v0.7.1
Changed
- Minor code cleanup and lints
v0.7.0
Breaking
- Bump MSRV to
1.70
Argue::with_list
will now read lines from STDIN when the path is given as-
New
Argue::with_trailing_args
Changed
Argue::with_list
now buffers file reads (instead of reading everything in one go)
v0.6.8
Changed
- Bump dev dependencies
- CI: test in debug and release modes
- CI: test MSRV
v0.6.7
Changed
- Rename
Argue::option2_iter
toArgue::option2_values
- Rename
Argue::option2_iter_os
toArgue::option2_values_os