Releases: CocoaPods/cocoapods-downloader
Releases · CocoaPods/cocoapods-downloader
0.7.1
0.7.0
Breaking
- The
Git
cache and theGitHub
strategy have been dropped.
Fabio Pelosin
Enhancements
- Improved performance of
Git
downloads using shallow clone.
Marin Usalj
Fabio Pelosin - Added method to check if the head strategy is supported by a concreted
downloader class.
Fabio Pelosin
#12
Bug Fixes
- Fixed the check for git references on Ruby 1.8.7.
Fabio Pelosin
#28
0.6.1
0.6.0
Enhancements
- Added support for
:checkout
option in SVN sources.
Marc C.
Fabio Pelosin
#7 - Added support for
:sha1
and:sha256
options in HTTP sources to verify a
files checksum.
Kyle Fuller
CocoaPods#2105
0.5.0
Enhancements
- Added support for
:tag
option in mercurial sources.
Esteban Bouza
#16 - Added support for
:branch
option in mercurial sources.
Esteban Bouza
#17
Bug Fixes
- Support
:http
downloads withget
parameters.
Fabio Pelosin
#15
0.4.1
0.4.0
Enhancements
- Added support to ignore externals (--ignore-externals command line flag) for
SVN sources. To ignore the externals it is necessary to specify the
:externals => false
option.
banjun
#8 - Shell-escape all paths to be more robust against spaces/quotes in paths.
Mike Walker
#6