Skip to content

Commit 114e6ec

Browse files
authored
Merge pull request #351 from pcapriotti/topic/release-0.15.0
optparse-applicative 0.15.0 release
2 parents 6ff428b + c2e62e4 commit 114e6ec

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## Version 0.15.0.0 (05 Jul 2019)
2+
3+
- Add support for GHC 8.8.1.
4+
5+
- Add `subparserInline` modifier as additional way of
6+
executing subparsers. When activated, the subparser
7+
parse tree will be inserted into that of the parent
8+
instead of being run independently, allowing mixing
9+
of child and parent options.
10+
11+
- Improve rendering of complex nested parse structures.
12+
Previously, brackets and parenthesis did not respect
13+
whether or not options had to be defined together.
14+
Now the parse tree is more accurately represeted in
15+
the help text.
16+
17+
- Add `helpLongEquals` modifier, which will change how
18+
long options are printed in the help text, adding an
19+
equals sign, for example "--input=FILE".
20+
21+
- Updated dependency bounds.
22+
23+
- Clean ups and Documentation.
24+
125
## Version 0.14.3.0 (03 Oct 2018)
226

327
- Updated dependency bounds.

optparse-applicative.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: optparse-applicative
2-
version: 0.14.3.0
2+
version: 0.15.0.0
33
synopsis: Utilities and combinators for parsing command line options
44
description:
55
optparse-applicative is a haskell library for parsing options

0 commit comments

Comments
 (0)