Skip to content

3.0.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@plivesey plivesey released this 11 Oct 16:44
· 66 commits to master since this release

Updating to Swift 3
This version updates the API in a very backwards incompatible way. It renames a bunch of methods using the new NS_SWIFT_NAME and NS_REFINED_FOR_SWIFT API. This means you can remove a bunch of the lyt_ prefixes in your code.

Most of the changes should be pretty easy to see. Otherwise, see #31.

If migrating is difficult, please submit an issue and we can create a migration guide.