Skip to content

Releases: nkristek/ReactiveTimelane

1.1.3

02 Oct 09:23
2d6c542
Compare
Choose a tag to compare

This release raises the iOS deployment target from 8 to 9 (Xcode 12 support).

1.1.2

05 Jun 15:06
ab04c9c
Compare
Choose a tag to compare

This release includes better documentation.

1.1.1

05 Jun 14:28
3a363c4
Compare
Choose a tag to compare

In this release, each extension was moved to its own file and unit tests were added.

1.1

04 Jun 07:26
9f33965
Compare
Choose a tag to compare
1.1

This release adds a lane(_:) operator for tracking the lifetime of a Lifetime. This makes it possible to check for memory leaks as well.

1.0.2

27 May 10:40
5f62d4b
Compare
Choose a tag to compare

This release drops the required target version of the SwiftPM package to macOS 10.10, iOS 8, tvOS 9 and watchOS 2. This makes it possible to include the library in projects which are targeting lower versions than the required ones for the extension (macOS 10.14, iOS 12, tvOS 12, watchOS 5) and use the extension conditionally with an #if available statement.

1.0.1

26 May 17:52
3882e77
Compare
Choose a tag to compare

1.0

26 May 09:13
Compare
Choose a tag to compare
1.0

This is the first release of ReactiveTimelane.