All Versions
11
Latest Version
Avg Release Cycle
89 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.0.7 Changes
- โก๏ธ update bounds, fix warnings, require ghc 8.0+
-
v0.7.0.6 Changes
- ๐ Fixes issue causing compilation error to happen with ghc-8.8.2 [#33][#34]
-
v0.7.0.5 Changes
- ๐ Fix an issue where in some cases pattern lines were matched out of order [#16]
- Strip leading & trailing newlines from usage, for quasiquoter ease [#28]
- ๐ Fix tests run against latest aeson 1.0.2.0 [#29]
-
v0.7.0.4 Changes
- ๐ Fix the test suite when run from a distributed tarball [#21]
- โ Make the test suite more developer-friendly
-
v0.7.0.3 Changes
- ๐ Fix
isPresent
treatment of repeatable arguments/options [#15] - ๐ Fix build failure for stackage inclusion [#20]
- ๐ Fix
-
v0.7.0.2 Changes
May 18, 2015- ๐ Minor docs/README tweaks [#13]
-
v0.7.0.1 Changes
March 02, 2015- ๐ Fix docs in README and in Docopt.hs
-
v0.7.0.0 Changes
March 02, 2015- โ Add usage parsing QuasiQuoters [#7]
- Add
docopt
usage parsing QuasiQuoter - Add
docoptFile
usage parsing QuasiQuoter - Add
System.Docopt.NoTH
module - Add
parseUsage
- Add
parseUsageOrExit
- Add
- ๐ New API organization [#10]
- Remove
optionsWithUsage
- Remove
optionsWithUsageDebug
- Remove
optionsWithUsageFile
- Remove
optionsWithUsageFileDebug
- Add
Docopt
type to represent a parsed usage string - Add
usage
- Add
parseArgs
- Add
parseArgsOrExit
- Add
exitWithUsage
- Add
exitWithUsageMessage
- Monomorphize
getArg
fromMonad m
toMaybe
- Add
getArgOrExitWith
- Deprecate
getAllArgsM
- Deprecate
notPresentM
- Deprecate
isPresentM
- Deprecate
getFirstArg
- Remove
- โ Add thorough haddock API documentation
- โ Add usage parsing QuasiQuoters [#7]
-
v0.6.0.2 Changes
February 19, 2015- ๐ Make
argument
not require its named option wrapped in angle brackets. [#4, #5]
- ๐ Make
-
v0.6.0.1 Changes
May 26, 2014- ๐ Fix haddock docs.