Skip to content

1.7.0.beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dnkoutso dnkoutso released this 08 Mar 21:34
· 548 commits to master since this release
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