Skip to content

1.0.0.beta.2

Pre-release
Pre-release

Choose a tag to compare

@segiddins segiddins released this 05 Jan 21:14
· 1086 commits to master since this release
Enhancements
  • Dependencies created from a string that use the HEAD specifier are properly
    parsed, ignoring the obsolete specifier.
    Samuel Giddins
    CocoaPods#4710
Bug Fixes

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

Breaking
  • The link_with Podfile DSL method has been removed in favor of target
    inheritance.
    Samuel Giddins
  • The :exclusive => true Podfile DSL target option has been removed in favor
    of the inherit! :search_paths directive.
    Samuel Giddins
  • The specification of :head dependencies has been removed.
    Samuel Giddins
  • The deprecated :local dependency option has been removed in favor of the
    equivalent :path option.
    Samuel Giddins
  • The deprecated dependency method in the Podfile DSL has been removed in
    favor of the equivalent pod method.
    Samuel Giddins
  • The deprecated preferred_dependency method in the Specification DSL has been
    removed in favor of the equivalent default_subspecs method.
    Samuel Giddins
  • The docset_url Specification attribute has been removed.
    Samuel Giddins
    #284
Enhancements
Bug Fixes