optparse-applicative v0.15.0.0 Release Notes

Release Date: 2019-07-05 // 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 represented 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.