Skip to content

Releases: linkedin/LayoutTest-iOS

4.0.0

11 Jan 17:59
172d561
Compare
Choose a tag to compare

This release updates the code to conform to Swift 4 syntax and is built with xcode 9

3.0.2

03 Jan 23:23
af2f970
Compare
Choose a tag to compare

Adds a new feature to lyt_before and lyt_after to accept a fromCenter arg. If set to YES, the before/after test will be relative to the center of a view instead of from the edge

3.0.1

03 Aug 20:00
Compare
Choose a tag to compare

Picked up a fix from #37

3.0.0

11 Oct 22:01
Compare
Choose a tag to compare

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.

3.0.0-beta4

11 Oct 20:55
Compare
Choose a tag to compare
3.0.0-beta4 Pre-release
Pre-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.

3.0.0-beta3

11 Oct 16:49
Compare
Choose a tag to compare
3.0.0-beta3 Pre-release
Pre-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.

3.0.0-beta2

11 Oct 16:44
Compare
Choose a tag to compare
3.0.0-beta2 Pre-release
Pre-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.

3.0.0-beta1

10 Oct 22:10
Compare
Choose a tag to compare
3.0.0-beta1 Pre-release
Pre-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.

2.0.0

23 Sep 00:11
Compare
Choose a tag to compare

Updating to Swift 3
This version mostly just updates the code to Swift 3 and doesn't change the API. We're going to update the API to a more Swift 3 friendly API in a future release.

1.4.0

22 Sep 16:20
Compare
Choose a tag to compare
  • Upgrading project to Swift 2.3
  • Fixing a small bug in printing bool values in the HTML

This release is mostly for Carthage users (to get the 2.3 Swift version). I won't do a release for Cocoapods since 1.3.0 works for them.