Skip to content

Tags: pcapriotti/optparse-applicative

Tags

0.18.1

Toggle 0.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #476 from pcapriotti/topic/0.18.1

Use layoutPretty instead of layoutSmart when rendering help texts.

0.18.0

Toggle 0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #474 from pcapriotti/topic/0.18.0

Move to Pretty Printer Proper

0.17.1

Toggle 0.17.1's commit message
Bump Version

0.17.0

Toggle 0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #445 from pcapriotti/topic/version-0.17.0.0

Prepare version 0.17

0.16.1

Toggle 0.16.1's commit message
Update cabal file and changelog

0.16.0

Toggle 0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #399 from pcapriotti/topic/0.16

Update changelog for release

0.15.1

Toggle 0.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #356 from pcapriotti/topic/0.15.1

Prepare for release

0.15.0

Toggle 0.15.0's commit message
optparse-applicative 0.15.0

- Add support for GHC 8.8.1.

- Add `subparserInline` modifier as additional way of
  executing subparsers. When activated, the subparser
  parse tree will be inserted into that of the parent
  instead of being run independently, allowing mixing
  of child and parent options.

- Improve rendering of complex nested parse structures.
  Previously, brackets and parenthesis did not respect
  whether or not options had to be defined together.
  Now the parse tree is more accurately represeted in
  the help text.

- Add `helpLongEquals` modifier, which will change how
  long options are printed in the help text, adding an
  equals sign, for example "--input=FILE".

- Updated dependency bounds.

- Clean ups and Documentation.

0.14.3

Toggle 0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #322 from pcapriotti/topic/prepare-release

Prepare for release

0.14.2

Toggle 0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #290 from pcapriotti/topic/0.14.2

Prepare for release