Skip to content

Releases: CocoaPods/CLAide

1.1.0

26 Feb 18:55
Compare
Choose a tag to compare

1.1.0 (2022-01-12)

Enhancements
  • None.
Bug Fixes

1.0.3

02 Aug 15:02
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes

1.0.2

06 Jun 17:47
1.0.2
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • Avoid a method redefinition warning when requiring claide.
    Samuel Giddins

1.0.1

10 Oct 18:41
1.0.1
ee025df
Compare
Choose a tag to compare
Bug Fixes

1.0.0

10 May 14:19
1.0.0
ea15dd2
Compare
Choose a tag to compare
Enhancements
  • None.
Bug Fixes
  • None.

1.0.0.rc.1 (2016-04-30)

Enhancements
  • None.
Bug Fixes

1.0.0.beta.3 (2016-03-15)

Enhancements
  • Added Command.option to easily add a single option to a command class.
    Samuel Giddins
    #64
Bug Fixes
  • None.

1.0.0.beta.2 (2016-03-08)

Bug Fixes
  • Attempt to get the terminal width without shelling out to tput.
    Samuel Giddins

1.0.0.beta.1 (2015-12-30)

Bug Fixes
  • The plugin manager will now properly activate plugin gems, ensuring all of
    their files are requirable.
    Samuel Giddins

1.0.0.rc.1

30 Apr 00:56
b07e310
Compare
Choose a tag to compare
1.0.0.rc.1 Pre-release
Pre-release
Enhancements
  • None.
Bug Fixes

1.0.0.beta.3 (2016-03-15)

Enhancements
  • Added Command.option to easily add a single option to a command class.
    Samuel Giddins
    #64
Bug Fixes
  • None.

1.0.0.beta.2 (2016-03-08)

Bug Fixes
  • Attempt to get the terminal width without shelling out to tput.
    Samuel Giddins

1.0.0.beta.1 (2015-12-30)

Bug Fixes
  • The plugin manager will now properly activate plugin gems, ensuring all of
    their files are requirable.
    Samuel Giddins

1.0.0.beta.3

15 Mar 03:07
Compare
Choose a tag to compare
1.0.0.beta.3 Pre-release
Pre-release
Enhancements
  • Added Command.option to easily add a single option to a command class.
    Samuel Giddins
    #64
Bug Fixes
  • None.

1.0.0.beta.2 (2016-03-08)

Bug Fixes
  • Attempt to get the terminal width without shelling out to tput.
    Samuel Giddins

1.0.0.beta.1 (2015-12-30)

Bug Fixes
  • The plugin manager will now properly activate plugin gems, ensuring all of
    their files are requirable.
    Samuel Giddins

1.0.0.beta.2

08 Mar 04:21
Compare
Choose a tag to compare
1.0.0.beta.2 Pre-release
Pre-release
Bug Fixes
  • Attempt to get the terminal width without shelling out to tput.
    Samuel Giddins

1.0.0.beta.1 (2015-12-30)

Bug Fixes
  • The plugin manager will now properly activate plugin gems, ensuring all of
    their files are requirable.
    Samuel Giddins

1.0.0.beta.1

30 Dec 21:41
Compare
Choose a tag to compare
1.0.0.beta.1 Pre-release
Pre-release
Bug Fixes
  • The plugin manager will now properly activate plugin gems, ensuring all of
    their files are requirable.
    Samuel Giddins

0.9.1

05 Jul 18:17
Compare
Choose a tag to compare
Bug Fixes
  • Fix a regression when contradictory flags were given in ARGV -- the last
    flag given will once again be the value returned, and all entries for that key
    are removed.
    Samuel Giddins