1.0.0.beta.8
Pre-release
Pre-release
segiddins
released this
15 Apr 23:09
·
970 commits
to master
since this release
Enhancements
- None.
Bug Fixes
- None.
1.0.0.beta.7 (2016-04-15)
Enhancements
- Add support for sharded
Specs
directories in a source.
Samuel Giddins
CocoaPods#5002 - Migrate the
Pod::SourcesManager
singleton to be thePod::Source::Manager
class.
Samuel Giddins - Add support for specifying a list of tags in a source for breaking backwards
compatibility with old CocoaPods versions.
Samuel Giddins
CocoaPods#5002
Bug Fixes
- Allow the master specs repo to be cloned using a
git://
URL.
Samuel Giddins
CocoaPods#5062 - Appending to an existing search index will now make new pods visible via
search.
Muhammed Yavuz Nuzumlalı
CocoaPods#5031
1.0.0.beta.6 (2016-03-15)
Enhancements
- Add
MasterSource
and refactorSource::Aggregate
to be setup with
Array<Source>
.
Daniel Tomlinson
CocoaPods#5005
Bug Fixes
- None.
1.0.0.beta.5 (2016-03-08)
Enhancements
- Allow a specification's root attributes to be accessible from a
consumer
.
Samuel Giddins
Bug Fixes
- Allow search paths target inheritance when the parent is the target definition
withinherit! :search_paths
.
Samuel Giddins
#4943 - Ensure
Podfile.lock
s won't be generated with extraneous>-
tokens in
their YAML.
Samuel Giddins
CocoaPods#4740 - Make a spec's custom
module_map
accessible from aconsumer
in a
multi-platform compatible manner.
Samuel Giddins
1.0.0.beta.4 (2016-02-24)
Enhancements
- The linter rejects
default_subspecs
defined in subspecs of podspecs.
They were never taken into account for subspecs.
Marius Rackwitz
Core#305
Bug Fixes
- Specification platform proxies (e.g.
spec.ios
orspec.osx
) will raise more
informative errors when trying to set non-multiplatform attributes.
Samuel Giddins
1.0.0.beta.3 (2016-02-03)
Breaking
- The
xcodeproj
Podfile DSL method has been renamed toproject
.
Marius Rackwitz
Core#298
Enhancements
- Add the ability to disable inhibiting warnings per pod.
Now:inhibit_warnings => false
option can be used in podfile to disable
inhibition for specific pods.
Muhammed Yavuz Nuzumlalı
Bug Fixes
- Fix accessing
use_frameworks?
without accidentally clearing the value when
it was explicitly set tofalse
, so that it would be evaluated astrue
on
the next access.
Marius Rackwitz
Core#301 - Fix parsing of dependencies created from a string that includes the
HEAD
specifier and version information.
Muhammed Yavuz Nuzumlalı
CocoaPods#4710
1.0.0.beta.2 (2016-01-05)
Enhancements
- Dependencies created from a string that use the
HEAD
specifier are properly
parsed, ignoring the obsolete specifier.
Samuel Giddins
CocoaPods#4710
Bug Fixes
- Fix specifying
configuration(s)
for a pod inside a target block.
Samuel Giddins
CocoaPods#4707
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 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