Skip to content

1.7.0.beta.3

Pre-release
Pre-release

Choose a tag to compare

@dnkoutso dnkoutso released this 27 Mar 18:50
· 537 commits to master since this release
Enhancements
  • None.
Bug Fixes
  • Fix linting a JSON podspec that contains test or app subspecs.
    This allows affected specs to be pushed to trunk.
    Samuel Giddins

1.7.0.beta.2 (2019-03-08)

Enhancements
Bug Fixes
  • None.

1.7.0.beta.1 (2019-02-22)

Enhancements
Bug Fixes
  • Ensure test_type value is converted to a symbol from consumers of JSON podspecs.
    Dimitris Koutsogiorgas
    #504

  • Fix several array sorting inconsistencies when generating a Lockfile.
    When a Lockfile is being written to disk, YAMLHelper sorts arrays by &:downcase.
    When a new Lockfile is generated, the sort order is plain lexicographical.
    This causes pods like GoogleSignIn and GTMSessionFetcher being in a different order in each case, causing --deployment to report an error when in fact the Lockfile wouldn't be changed.
    Igor Makarov

  • Fix a crash when using inhibit_all_warnings! in parent and child scopes
    Eric Amorde
    #472