All Versions
12
Latest Version
Avg Release Cycle
117 days
Latest Release
1466 days ago
Changelog History
Page 1
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.
- ๐ Optional, faster-compiling alternatives to equality operators have been added (
-
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 } }
- ๐ Allow construction of an
-
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.