Cocoapods::Plugins Changelog¶
1.0.0 (2016-05-10)¶
Enhancements¶
- None.
Bug Fixes¶
- None.
1.0.0.rc.1 (2016-04-30)¶
This version contains no changes.
1.0.0.beta.1 (2015-12-30)¶
This version contains no changes.
0.4.2 (2015-04-03)¶
0.4.1 (2015-02-25)¶
- Added the
pod plugins installedsubcommand.
Olivier Halligon
0.4.0 (2014-12-25)¶
- Added the
pod plugins publishsubcommand.
Olivier Halligon
0.3.2 (2014-11-02)¶
- Switch to using cocoapods-plugins JSON file instead of from Cocoapods.org's repo.
542919 Florian Hanke
0.3.1 (2014-09-12)¶
- Restore compatibility with Ruby 1.8.7.
#30 Fabio Pelosin
0.3.0 (2014-09-11)¶
-
Added a reminder to add plugin to
plugins.jsononce released.
#27 Olivier Halligon -
Print out the version of plugins when invoked with
--verbose.
#16 David Grandinetti
0.2.0 (2014-05-20)¶
-
Migrating to new syntax of CLAide::Command#arguments.
#23 Olivier Halligon -
Printing URL of template used.
#21 Olivier Halligon -
createsubcommand now prefixes the given name if not already.
#20 Olivier Halligon
0.1.1 (2014-05-02)¶
-
Making
pod pluginsan abstract command, withlistthe default subcommand.
#11 #12 Olivier Halligon -
Added
searchsubcommand to search plugins by name, author and description.
#6 Olivier Halligon -
Refactoring and improved output formatting.
#8 #10 #13 Olivier Halligon -
Fixing coding conventions and RuboCop offenses.
#17 Olivier Halligon
0.1.0 (2014-04-22)¶
-
Initial implementation.
David Grandinetti -
Added
createsubcommand to create an empty project for a new plugin.
#6 Boris Bügling