Releases: Rightpoint/Anchorage
Releases · Rightpoint/Anchorage
4.5.0
4.4.0
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.
4.3.1
New Features
- Full support for Xcode 10.2 and Swift 5.0
Deprecations
- Drops official support for Xcode 9.x
4.3
New Features
- Full support for Xcode 10 and Swift 4.2 (#62, @heyltsjay)
4.2.4
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 } }
-
4.2.3
Bug Fixes
- Added support for building with Swift 4.2 in Xcode 10. (#60, @kabiroberai)
4.2.2
Bug Fixes
- Updated to Swift 4.1 and Xcode 9 (#56, @irace)
- Started building on CircleCI 2.0 (#57, @ZevEisenberg)
4.2.1
4.2
- Add support for multiplier constraints derived from axis, thanks to @sanekgusev