1.0.0.beta.1
Pre-release
Pre-release
segiddins
released this
30 Dec 21:46
·
1093 commits
to master
since this release
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 theinherit! :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 equivalentpod
method.
Samuel Giddins - The deprecated
preferred_dependency
method in the Specification DSL has been
removed in favor of the equivalentdefault_subspecs
method.
Samuel Giddins - The
docset_url
Specification attribute has been removed.
Samuel Giddins
#284
Enhancements
- Add support for specifying :source with a pod dependency.
Eric Firestone
#278 - Add ability to get all platforms.
Muhammed Yavuz Nuzumlalı
cocoapods-search#11 - Improve
pod search
performance while using--full
flag.
Muhammed Yavuz Nuzumlalı
cocoapods-search#8 - The Lockfile now contains the Podfile's checksum.
Samuel Giddins - The serialized version of podspecs now includes the default platforms a pod
supports for improved forwards compatibility.
Samuel Giddins
#267 - The Podfile now allows specifying installation options via the
install!
directive.
Samuel Giddins
#151 - The Podfile now allows marking targets as
abstract
and specifying the pod
inheritance mode via theinherit!
directive.
Samuel Giddins
Bug Fixes
- Allow non-exact version matches to be equal while maintaining a sort order.
Samuel Giddins
CocoaPods#4365 - Target definitions now inherit configuration whitelist settings.
Samuel Giddins
CocoaPods#3605 - Ensure that YAML serialization doesn't incorrectly break long strings.
Christopher Vollick