Skip to content

Latest commit

 

History

History
130 lines (68 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

130 lines (68 loc) · 2.48 KB

CocoaPods Stats CHANGELOG

Enhancements
  • Disables the hook, because the server hasn't been keeping track of stats for years.
    Orta Therox

1.1.0 (2019-01-24)

Enhancements
  • Networking requests are sent on a forked process.
    Eric Amorde
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.4 (2016-04-14)

Bug Fixes

1.0.0.beta.3 (2016-01-16)

Bug Fixes

1.0.0.beta.2 (2016-01-05)

Enhancements
  • Speed up stats collection by not re-opening every user Xcode project.
    Samuel Giddins

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

This version contains no changes.

0.6.2 (2015-10-05)

Bug Fixes

0.6.1 (2015-08-28)

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

0.6.0 (2015-08-26)

Enhancements
  • Send stats to the API asynchronously and out of process.
    Samuel Giddins

  • Set maximum timeout of 30 seconds for asynchronous stats sending.
    Boris Bügling

0.5.3 (2015-07-02)

Bug Fixes
  • Don't raise an exception when there's no user project to pull targets from.
    Samuel Giddins

0.5.2 (2015-07-01)

Bug Fixes

0.5.1 (2015-07-01)

Bug Fixes
  • Skips pods that are not integrated ( and thus we can't get UUIDs ) Samuel Giddins

0.5.0 (2015-06-24)

  • Initial implementation of stats uploading.
    Orta

  • Refactor of Orta's initial implementation Segiddins