Skip to content

Releases: Brightify/Cuckoo

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.

New Release – 1.0.5

26 May 13:41
Compare
Choose a tag to compare
  • Fix generic protocol generation and type erasure with multiple methods of same name.
  • Exit run script with error if it fails to get generator download URL.

New Release – 1.0.4

17 May 10:23
Compare
Choose a tag to compare
  • The run script doesn't use realpath command anymore because it's not available by default on Mac OS.
  • Remove redundant stubbing of optional classes.

New Release – 1.0.3

16 May 16:53
Compare
Choose a tag to compare
  • Add support for optional read-only properties.

New Release – 1.0.2

16 May 11:41
Compare
Choose a tag to compare
  • Fix where clause that doesn't work in Swift 4.
  • Fix some run script bugs.