Skip to content

Releases: Brightify/Cuckoo

1.7.1

18 Mar 12:03
Compare
Choose a tag to compare
  • Revert "Add SPM support for Cuckoo+OCMock." because of SPM instability.

1.7.0

17 Mar 17:55
Compare
Choose a tag to compare

Features

  • Reserved keywords are now escaped. (thank you, @sk409!)
  • Ignore missing input paths. (thank you, @sk409!)
  • Add SPM support for Cuckoo + OCMock. (thank you, @ajpallares!)

Fixes

New Release – 1.6.0

19 Jan 16:28
Compare
Choose a tag to compare
  • Add support for concurrency mocking. (thank you, @ailtonvivaz!)
  • Update PathKit, Spectre, Stencil. (thank you, @asakahara!)

New Release – 1.5.2

19 Nov 07:05
Compare
Choose a tag to compare
  • Raise minimum deployment targets (iOS to 9.0; MacOS to 11.0).
  • Skip cuckoo for SwiftUI preview builds (thank you, @bspinner!)
  • Update OCMock to 3.8.1.

New Release – 1.5.1

25 May 15:12
Compare
Choose a tag to compare
  • Make stubbing more thread safe (thank you, @ChaosCoder!)
  • Disable bitcode compiler translation to fix linking for Carthage distribution (thank you, @polandtyler!)

New Release – 1.5.0

28 Apr 07:49
Compare
Choose a tag to compare
  • Update podspec to fix library not found for -lswiftXCTest in Xcode 12.5 (thank you, @thatswinnie)

New Release – 1.4.2

15 Apr 12:27
Compare
Choose a tag to compare
  • Allow verify to specify return type for generic functions

New Release – 1.4.1

08 Jul 08:25
Compare
Choose a tag to compare

Fixes

  • Sidestep SourceKit's off-by-one bug when parsing generic parameter inheritance.
  • Fix incorrect where clause parsing.

New Release – 1.4.0

18 Jun 18:33
Compare
Choose a tag to compare
  • Add tvOS targets and schemes.
  • Integrate tuist, fixing Carthage issues.
  • Fix type equality check to rule out whitespace inconsistencies.

New Release – 1.3.2

23 Feb 21:25
Compare
Choose a tag to compare
  • Fix image not found error for iOS 13 and beyond.