All Versions
123
Latest Version
Avg Release Cycle
49 days
Latest Release
770 days ago

Changelog History
Page 11

  • v0.16.0.rc2 Changes

    October 21, 2012

    CocoaPods

    πŸ›  ###### Bug fixes

    • πŸ›  Fix for uninitialized constant Xcodeproj::Constants error.
  • v0.16.0.rc1 Changes

    October 21, 2012

    CocoaPods β€’ Xcodeproj

    Enhancements
    • Xcodeproj partial rewrite. #565 #561
      • Performance improvements in the Generating support files phase.
      • Better support for editing existing projects and sorting groups.
  • v0.15.2 Changes

    October 19, 2012

    CocoaPods

    Enhancements
    • βž• Added support for .hh headers. #576

    πŸ›  ###### Bug fixes

    • βͺ Restored support for running CocoaPods without a terminal. #575 #577
    • The git cache now always uses a barebones repo preventing a number of related issues. #581 #569
    • πŸ‘Œ Improved fix for the issue that lead to empty directories for Pods. #572 #602
    • Xcodeproj robustness against invalid values, such as malformed UTF8. #592
  • v0.15.1 Changes

    October 04, 2012

    CocoaPods

    Enhancements
    • πŸ”’ Show error if syntax error in Podfile or Podfile.lock.

    πŸ›  ###### Bug fixes

    • πŸ›  Fixed an issue that lead to empty directories for Pods. #519 #568
    • πŸ›  Fixed a crash related to the RubyGems version informative. #570
    • πŸ›  Fixed a crash for pod outdated. #567
    • πŸ›  Fixed an issue that lead to excessively slow sets computation.
  • v0.15.0 Changes

    October 02, 2012

    CocoaPods β€’ Xcodeproj

    Enhancements
    • ⚑️ Pod install will update the specs repo only if needed. #533
    • CocoaPods now searches for the highest version of a Pod on all the repos. #85
    • βž• Added a pre install hook to the Podfile and to root specifications. #486
    • Support for header_mappings_dir attribute in subspecs.
    • βž• Added support for linting a Podspec using the files from its folder pod spec lint --local
    • πŸ”¨ Refactored UI.
    • βž• Added support for Podfiles named CocoaPods.podfile which allows to associate an editor application in Mac OS X. #528
    • βž• Added config option to disable the new version available message. #448
    • βž• Added support for extracting .tar.bz2 files #522
    • πŸ‘Œ Improved feedback for errors of repo subcommands. #505

    πŸ›  ###### Bug fixes

    • βͺ Subspecs namespacing has been restored. #541
    • πŸ‘Œ Improvements to the git cache that should be more robust. #517
      • In certain conditions pod setup would execute twice.
    • ⚑️ The git cache now is updated if a branch is not found #514
    • πŸ’Ž Forcing UTF-8 encoding on licenses generation in Ruby 1.9. #530
    • βž• Added support for .hpp headers. #244
  • v0.14.0 Changes

    September 10, 2012

    CocoaPods β€’ Xcodeproj

    πŸ›  ###### Bug fixes

    • In certain conditions the spec of an external would have been overridden by the spec in the root of a Pod. #489
    • CocoaPods now uses a recent version of Octokit. #490
    • πŸ›  Fixed a bug that caused Pods with preferred dependencies to be always installed. Specs#464
    • πŸ›  Fixed Xcode 4.4+ artwork warning. Specs#508
  • v0.14.0.rc2 Changes

    August 30, 2012

    CocoaPods

    πŸ›  ###### Bug fixes

    • πŸ›  Fix incorrect name for Pods from external sources with preferred subspecs. #485
    • Prevent duplication of Pod with a local source and mutliple activated specs. #485
    • πŸ›  Fixed the uninitialized constant Pod::Lockfile::Digest error. #484
  • v0.14.0.rc1 Changes

    August 28, 2012

    CocoaPods β€’ Xcodeproj

    Enhancements
    • πŸ‘Œ Improve installation process by preserving the installed versions of Pods across installations and machines. A Pod is reinstalled if:
      • the version required in the Podfile changes and becomes incompatible with the installed one. #191
      • the external source changes.
      • the head status changes (from disabled to enabled or vice-versa).
    • ⚑️ Introduce pod update command that installs the dependencies of the Podfile ignoring the lockfile Podfile.lock. #131
    • ⚑️ Introduce pod outdated command that shows the pods with known updates.
    • βž• Add :local option for dependencies which will use the source files directly from a local directory. This is usually used for libraries that are being developed in parallel to the end product (application/library). #458, #415, #156.
    • 🚚 Folders of Pods which are no longer required are removed during installation. #298
    • βž• Add meaningful error messages
      • ia podspec can’t be found in the root of an external source. #385, #338, #337.
      • a subspec name is misspelled. #327
      • an unrecognized command and/or argument is provided.
    • The subversion downloader now does an export instead of a checkout, which makes it play nicer with SCMs that store metadata in each directory. #245
    • Now the Podfile is added to the Pods project for convenient editing.

    πŸ›  ###### Bug fixes

    • The git cache now fetches the tags from the remote if it can’t find the reference.
    • πŸ— Xcodeproj now builds on 10.6.8 and Travis CI without symlinking headers.
    • Only try to install, add source files to the project, and clean a Pod once. #376
    Notes
    • External Pods might be reinstalled due to the migration to the new Podfile.lock.
    • The SCM reference of head Pods is not preserved across machines.
    • Pods whose inline specification changed are not detected as modified. As a workaround, remove their folder stored in Pods.
    • Pods whose specification changed are not detected as modified. As a workaround, remove their folder stored in Pods.
  • v0.13.0 Changes

    August 22, 2012

    CocoaPods

    Enhancements
    • βž• Add Podfile podspec which allows to use the dependencies of a podspec file. #162
    • πŸ— Check if any of the build settings defined in the xcconfig files is overridden. #92
    • πŸ‘• The Linter now checks that there are no compiler flags that disable warnings.

    πŸ›  ###### Bug fixes

    • The final project isn’t affected anymore by the inhibit_all_warnings! option.
    • πŸ‘Œ Support for redirects while using podspec from an url. #462
  • v0.12.0 Changes

    August 21, 2012

    CocoaPods

    Enhancements
    • πŸ“š The documentation is generated using the public headers if they are specified.
    • In case of a download failure the installation is aborted and the error message is shown.
    • Git submodules are initialized only if requested.
    • Don’t impose a certain structure of the user’s project by raising if no β€˜Frameworks’ group exists. #431
    • πŸ‘Œ Support for GitHub Gists in the linter.
    • πŸ‘ Allow specifying ARC settings in subspecs.
    • Add Podfile inhibit_all_warnings! which will inhibit all warnings from the Pods library. #209
    • πŸ‘‰ Make the Pods Xcode project prettier by namespacing subspecs in nested groups. #466