Skip to content

Latest commit

 

History

History
582 lines (389 loc) · 18.3 KB

CHANGELOG.md

File metadata and controls

582 lines (389 loc) · 18.3 KB

CocoaPods Core Changelog

Master

Enhancments

0.38.2

Bug Fixes
  • The major, minor, and patch properties of versions will now always return a number.
    Samuel Giddins

0.38.1

This version only introduces changes in the CocoaPods gem.

0.38.0

This version only introduces changes in the CocoaPods gem.

0.38.0.beta.2

Bug Fixes
  • All string values written via the Podspec Ruby DSL will automatically have extraneous spaces stripped.
    Samuel Giddins #239

0.38.0.beta.1

Breaking
  • Deprecate the xcconfig attribute in the Podspec DSL, which is replaced by the new attributes pod_target_xcconfig and user_target_xcconfig.
    Marius Rackwitz CocoaPods#3465
Enhancements

0.37.2

Enhancements

0.37.1

This version only introduces changes in the CocoaPods gem.

0.37.0

This version only introduces changes in the CocoaPods gem.

0.37.0.rc.2

This version only introduces changes in the CocoaPods gem.

0.37.0.rc.1

Enhancements
  • Only re-write lockfiles if they are changed, in an attempt to avoid exposing Psych serialization changes across Ruby versions.
    Samuel Giddins
Bug Fixes

0.37.0.beta.1

Enhancements
Bug Fixes

0.36.4

This version only introduces changes in the CocoaPods gem.

0.36.3

This version only introduces changes in the CocoaPods gem.

0.36.2

Enhancements
  • DSL errors now show more context when errors such as SyntaxError are encountered.
    Samuel Giddins
Bug Fixes
  • Allow a Dependency to be initialized with no non-nil external source key-value pairs and not be considered external.
    Samuel Giddins CocoaPods#3320

0.36.1

Bug Fixes

0.36.0

Bug Fixes

0.36.0.rc.1

Enhancements
Bug Fixes

0.36.0.beta.2

This version only introduces changes in the CocoaPods gem.

0.36.0.beta.1

Enhancements
Bug Fixes

0.35.0

Enhancements

0.35.0.rc2

This version only introduces changes in the CocoaPods gem.

0.35.0.rc1

Breaking
  • Support for Ruby < 2.0.0 has been dropped. CocoaPods now depends on Ruby 2.0.0 or greater.
    Eloy Durán
Enhancements
  • Remove Specification::Set attributes related to dependency resolution. Removed because the new, enhanced resolver no longer uses them to keep track of the source for requirements.
    Samuel Giddins CocoaPods#2637
Bug Fixes

0.34.4

Bug Fixes

0.34.2

Breaking
  • Remove the notion of a DataProvider and move the handling of Source data from the file system into the Source class itself.
    Samuel Giddins #183
Enhancements
Bug Fixes

0.34.1

Bug Fixes

0.34.0

Enhancements

0.34.0.rc2

Bug Fixes

0.34.0.rc1

0.33.1

This version only introduces changes in the CocoaPods gem.

0.33.0

Enhancements

0.32.1

0.32.0

Enhancements
Bug Fixes

0.31.1

Enhancements
  • The specification now strips the indentation of the prefix_header and prepare_command to aide their declaration as a here document (similarly to what it already does with the description).
    Fabio Pelosin #51
Bug Fixes
  • Fix linting for Pods which declare a private repo as the source.
    Boris Bügling #82

0.31.0

Enhancements
Bug Fixes
  • Fix crash related to the usage of s.version in the git tag.
    Joel Parsons

0.30.0

Introduction of the Changelog.