Skip to content

Releases: Brightify/Cuckoo

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.

New Release – 1.3.1

23 Feb 18:53
Compare
Choose a tag to compare
  • Swift Package Manager support
  • Added tvOS target (thanks @rodrigoff).
  • Fixed accessibility to match enclosing container.
  • Restructured README.

New Release – 1.3.0

06 Nov 13:37
Compare
Choose a tag to compare
  • Fix closure generation where explicit return type is required in withoutActuallyEscaping since swift 5.1 (XCode 11)
  • Switch swift_version to 5.0 for Cocoapods

New Release – 1.2.0

11 Sep 13:56
Compare
Choose a tag to compare

Features

  • Objective-C mocking! Mock system classes/protocols as well as dynamic Swift classes. This is an optional subspec Cuckoo/OCMock.
  • Convenience matchers for sequences and dictionaries. No need to use equal(to:) anymore, passing the Array/Set/Dictionary itself is enough from now on!

New Release – 1.1.1

30 Jul 14:25
Compare
Choose a tag to compare
  • Fix property, initializer, and function accessibility in public protocols.

New Release – 1.1.0

22 Jul 11:15
Compare
Choose a tag to compare

Features:

  • Add a simple type guesser based on assigned value.

Fixes:

  • Fix accessibility problems.

New Release – 1.0.6

29 May 18:11
Compare
Choose a tag to compare
  • Fix a bug where adding a private name to a function made it generate twice and fail the compilation.