All Versions
12
Latest Version
Avg Release Cycle
117 days
Latest Release
1236 days ago

Changelog History
Page 1

  • v4.5.0 Changes

    October 30, 2020

    ๐Ÿ†• New Features

    • ๐Ÿ‘€ Optional, faster-compiling alternatives to equality operators have been added (/==/, /<=/, />=/). See #93 for details.
  • v4.4.0 Changes

    February 03, 2020

    ๐Ÿ†• New Features

    • ๐Ÿ“ฆ Swift Package Manager support #86 (thanks @ZevEisenberg!)
    • โœ… Runs tests using Xcode 11 for Swift 4.2 and 5.0

    ๐Ÿ—„ Deprecations

    • โฌ‡๏ธ Drops official support for Xcode 10.x and Swift 4.0, although they should still continue to work.

    ๐Ÿ‘€ See all commits since 4.3.1.

  • v4.3.1 Changes

    May 31, 2019

    ๐Ÿ†• New Features

    • ๐Ÿ‘ Full support for Xcode 10.2 and Swift 5.0

    ๐Ÿ—„ Deprecations

    • โฌ‡๏ธ Drops official support for Xcode 9.x

    ๐Ÿ‘€ See all commits since 4.3.

  • v4.3 Changes

    September 22, 2018

    ๐Ÿ†• New Features

    • ๐Ÿ‘ Full support for Xcode 10 and Swift 4.2 (#62, @heyltsjay)
  • v4.2.4 Changes

    June 25, 2018

    ๐Ÿ‘€ See all commits since 4.2.3.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ Allow construction of an AnchorPair outside of Anchorage. (#59, @ZevEisenberg)

    Note: this change is non-breaking, but to realize its benefits, you may need to delete code like this if you had added it to your project:

    extension AnchorPair { init(first: T, second: U) { self.first = first self.second = second } }
    
  • v4.2.3 Changes

    June 20, 2018

    ๐Ÿ‘€ See all commits since 4.2.2.

    ๐Ÿ› Bug Fixes

    • โž• Added support for building with Swift 4.2 in Xcode 10. (#60, @kabiroberai)
  • v4.2.2 Changes

    April 18, 2018

    ๐Ÿ‘€ See all commits since 4.2.1.

    ๐Ÿ› Bug Fixes

    • โšก๏ธ Updated to Swift 4.1 and Xcode 9 (#56, @irace)
    • ๐Ÿ— Started building on CircleCI 2.0 (#57, @ZevEisenberg)
  • v4.2.1 Changes

    December 19, 2017
    • โž• Added support for nested batches, thanks to @sanekgusev (#52)
  • v4.2.0 Changes

    November 29, 2017
    • โž• Add support for multiplier constraints derived from axis, thanks to @sanekgusev
  • v4.1.0 Changes

    September 25, 2017

    ๐ŸŽ Anchorage 4.1 adds support for Xcode 9, iOS 11, tvOS 11, and macOS 10.13.

    ๐Ÿ’ป This version also drops support for Float80. If you were previously using this floating-point type in UI code, you may want to... reconsider.