Releases: pcapriotti/optparse-applicative
Releases · pcapriotti/optparse-applicative
optparse-applicative 0.10.0
- Parser execution and help text generation are now more modular, and allow for
greater customisation. - More consistent API for
option
andargument
builders: nowoption
takes
a reader as argument, andnullOption
is deprecated in favour ofoption
.
Thereader
modifier is gone. Quick migration guide:option
(without areader
modifier) =>option auto
nullOption
(without areader
modifier) =>option disabled
option
/nullOption
(with areader r
modifier) =>option r
.
- Added convenience builder
strArgument
, equivalent toargument str
. - Removed functions deprecated from at least version 0.8.0.
- Switched test infrastructure to
tasty
. - Fixed bugs
- #63 - Inconsistency between 'argument' and 'strOption' types
optparse-applicative 0.9.1.1
- Fixed bugs
- #97 - Version 0.9.1 fails test suite