Skip to content

Tags: mpdifran/LayoutTest-iOS

Tags

3.0.0

Toggle 3.0.0's commit message
Upgrading the pod specs to show diff before the release

Getting rid of module header subspecs

3.0.0-beta4

Toggle 3.0.0-beta4's commit message
Upgrading a bunch of class names to remove LYT (linkedin#35)

Trying to fix LayoutTestBase module header and pod spec to get it to work

3.0.0-beta3

Toggle 3.0.0-beta3's commit message
Updating LayoutTestBase.h to get LayoutTestBase to work with Swift files

3.0.0-beta2

Toggle 3.0.0-beta2's commit message
Updating LayoutTestBase.h to get LayoutTestBase to work with Swift files

3.0.0-beta1

Toggle 3.0.0-beta1's commit message
Fix crash if data was not serializable by NSJSONSerialization (linked…

…in#34)

2.0.0

Toggle 2.0.0's commit message
Upgrading to Swift 3 (linkedin#30)

This is a mostly backwards compatible API change with the previous version and only updates Swift 3 syntax
It does however, require removing the LYT prefix from device constants on Swift because CGFloats are no longer bridged

1.4.0

Toggle 1.4.0's commit message
Upgrading to Xcode 8 and Swift 2.3 (linkedin#26)

1.3.0

Toggle 1.3.0's commit message
Adding travis CI (linkedin#19)

1.2.1

Toggle 1.2.1's commit message
Making a small memory fix in LYTLayoutTestCase

This caused views to stick around a bit longer than necessary in memory

Bumping the version to 1.2.1
Only one commit in this release

1.2.0

Toggle 1.2.0's commit message
Bumping the version to 1.2.0

In this release:
Test failures generate an HTML page with a summary of the errors
Apps that don't use 'use_frameworks!' should now work