optparse-applicative v0.15.0 Release Notes

Release Date: 2019-07-06 // almost 5 years ago

    โž• 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.