Skip to content

Releases: theappbusiness/TABTestKit

Add support for Swift 5.5

30 Sep 10:12
4050c52
Compare
Choose a tag to compare
  • Disable the await function for clients on Swift 5.5 and introduce a new waitFor function instead. This is needed because the await function conflicts with the await concurrency keyword introduced in Swift 5.5 and leads to compiler error.

Fixed background issue across different OS versions

02 Oct 09:58
69fece3
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with entering background states on different OS versions. (issue #135)

Swift Package Manager support

17 Aug 14:34
482738b
Compare
Choose a tag to compare
  • Added support for double tapping, long pressing and two finger tapping, with default implementations for any Elements that conform to Tappable. (issue #88)
  • Added Swift Package Manager support
  • Added a Refreshable protocol so for each element/screen that conforms to protocol refresh function can be defined
  • Added a DatePicker element. (issue #55)
  • Added the ability to access value directly from an element

Fixed Image element support for Carthage

16 Jul 14:49
91fa12d
Compare
Choose a tag to compare

Fixed

  • Image.swift wasn't added to the main framework meaning it wouldn't work for Carthage
  • Build issue with brew on Travis' 12.4 image

Support for Swift 5.0

03 Apr 15:55
3084e36
Compare
Choose a tag to compare

This release adds support for Swift 5.0