Skip to content

Latest commit

 

History

History
263 lines (157 loc) · 6.63 KB

CHANGELOG.md

File metadata and controls

263 lines (157 loc) · 6.63 KB

Changelog

Master

Enhancements
  • None.
Bug Fixes
  • None.

1.0.0 (2016-05-10)

Enhancements
  • None.
Bug Fixes
  • None.

1.0.0.rc.1 (2016-04-30)

Enhancements
  • None.
Bug Fixes
  • None.

1.0.0.beta.3 (2016-04-14)

Enhancements
Bug Fixes
  • None.

1.0.0.beta.2 (2016-03-15)

Bug Fixes

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

Enhancements
  • Support for Apple disk images (.dmg files) in the HTTP downloader.
    Ryosuke Ito
Bug Fixes

0.9.3 (2015-08-28)

Bug Fixes
  • This release fixes a file permissions error when using the RubyGem.
    Samuel Giddins

0.9.2 (2015-08-26)

Bug Fixes

0.9.1 (2015-06-27)

Enhancements
  • Don't checkout git commits onto a new branch, just use the detached head.
    Samuel Giddins

0.9.0 (2015-04-01)

Enhancements
  • Execute downloads without the use of a subshell (or ensuring that all command arguments are escaped).
    Samuel Giddins

0.8.1 (2014-12-25)

Bug Fixes
  • Ensure that curl fails on HTTP error status codes so that archive handling fails at the right time and not when it tries to unpack a 404 HTML document. Eloy Durán #41

0.8.0 (2014-11-15)

Breaking
  • Support for older versions of Ruby has been dropped. cocoapods-downloader now requires Ruby 2.0.0 or greater. Kyle Fuller
Bug Fixes
  • Fixes an issue detecting file types when query parameters are used.
    Michael Bishop #40

0.7.2 (2014-10-07)

Enhancements

0.7.1 (2014-09-26)

Bug Fixes

0.7.0 (2014-09-11)

Breaking
  • The Git cache and the GitHub strategy have been dropped.
    Fabio Pelosin
Enhancements
Bug Fixes

0.6.1 (2014-05-20)

0.6.0 (2014-05-19)

Enhancements

0.5.0 (2014-04-15)

Enhancements
Bug Fixes

0.4.1 (2014-03-31)

0.4.0 (2014-03-26)

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

0.3.0 (2013-12-24)

Enhancements

0.2.0 (2013-09-04)

Enhancements

0.1.2 (2013-08-02)

Enhancements
  • Improved performance of sources which specify a tag.
    CocoaPods/CocoaPods#1077

  • Added support for specification of the cache path relative from the current working directory.
    #1