Skip to content

Releases: CocoaPods/CLAide

0.9.0

02 Jul 05:29
Compare
Choose a tag to compare
Enhancements

0.8.2

27 Jun 01:16
Compare
Choose a tag to compare
Enhancements
  • Add ARGV#remainder!, which returns all the remaining arguments, deleting
    them from the receiver.
    Samuel Giddins

0.8.1

25 Feb 03:48
Compare
Choose a tag to compare
Release 0.8.1

0.8.0

25 Dec 16:11
Compare
Choose a tag to compare
Release 0.8.0

0.7.0

29 Oct 00:06
Compare
Choose a tag to compare
Breaking
  • Plugins are now expected to include the cocoapods-plugin.rb file in
    ./lib.
    Fabio Pelosin
    #28
Enhancements

0.6.1

29 Oct 00:06
Compare
Choose a tag to compare
Bug Fixes

0.6.0

29 Oct 00:06
Compare
Choose a tag to compare
Enhancements
  • Use an array to describe arguments.
    [Fabio Pelosin][fabiopelosin]
    #26
  • Improved layout and contents of help banner
    Fabio Pelosin
    #25
  • Colorize option, arguments, and example commands in the help banner.
    Fabio Pelosin
    #12
  • Add support for ANSI escape sequences.
    Fabio Pelosin
    #17
    #20
    #24
  • Add support for completion script
    Fabio Pelosin
    #19
  • Add support for version logic via the introduction of the version class
    attribute to the CLAide::Commmand class. If a value for the attribute is
    specified the --version flag is added. The --version --verbose flags
    include the version of the plugins in the output.
    Fabio Pelosin
    #13
    #14

0.5.0

29 Oct 00:06
Compare
Choose a tag to compare
Enhancements
  • Add a ignore_in_command_lookup option to commands, which makes it possible
    to have anonymous command classes that are or only meant to provide common
    functionality, but are otherwise completely ignored during parsing, command
    lookup, and help banner printing.
    Eloy Durán
  • Deprecate the color option in favor of ansi. This is more abstract and
    can be used for commands that only prettify output by using, for instance,
    the bold ANSI code. This applies to the CLAide APIs as well.
    Eloy Durán
  • Add more hooks that allow the user to customize how to prettify output.
    Eloy Durán
  • Word wrap option descriptions to terminal width.
    Eloy Durán
    #6

0.4.0

29 Oct 00:16
Compare
Choose a tag to compare
Enhancements