Skip to content

Latest commit

 

History

History
149 lines (107 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

149 lines (107 loc) · 4.8 KB

CocoaPods Core Changelog

Enhancements

0.33.1

This version only introduces changes in the CocoaPods gem.

0.33.0

Enhancements
  • Extracted URL validation into its own module.
    Boris Bügling #115 #116

  • Gracefully handle unexpected source structure.
    Samuel E. Giddins #110

  • Linter warnings and errors are now prefixed with [ATTRIBUTE_NAME]. This ATTRIBUTE_NAME specifies which property caused the error/warning.
    Joshua Kalpin #122

  • Add support for the specification of multiple default_subspecs.
    [Kyle Fuller][kylef] CocoaPods#2099

0.32.1

0.32.0

Enhancements
Bug Fixes
  • Fixed logic for default subspec attribute in nested subspecs.
    Fabio Pelosin CocoaPods#1021

  • Added logic to handle subspecs and platform scopes to linter check of the requries_arc attribute.
    Fabio Pelosin CocoaPods#2005

  • The linter no longer considers empty a Specification if it only specifies the resource_bundle attribute.
    Joshua Kalpin
    #63 #95

  • Fix sorting of versions coming from data providers [Carson McDonald][carsonmcdonald] CocoaPods#1936

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.