Releases: fabioalmeida/FAAutoLayout
Added Swift 5 Support
The 0.5.x
versions and up will have support for Swift 5.
If you want to use the Swift 4 version, please refer to a 0.4.x
version.
Added Carthage support
In this release no code was changed. We just added documentation to clarify the needed steps to install this library using Carthage.
Added Swift 4 Support
The 0.4.x
versions will have support for Swift 4.
If you want to use the Swift 3 version, please refer to a 0.3.x
version.
Added beta support for Swift 4
Initial approach full compatible with Swift 4 and Objective-C.
Added support for Objective-C on all methods
Even though all the methods were already fully working on Swift and also on Objective-C when using Xcode 8.x, when using Xcode 9 not all methods were available - only the methods marked as @objc
were made public and available in Objective-C.
This release allows to full compatibility with Objective-C, even though it is developed in Swift 3.