Skip to content

Releases: Brightify/Cuckoo

2.0.10

03 Nov 22:22
Compare
Choose a tag to compare
  • Add support for Swift Testing. (thanks @arovge!)
  • Add @unchecked Sendable to every mock.
  • Fix open accessibility. (thanks, @aim2120!)
  • Fix generic multiline arguments in types.
  • Fix accessor for typealias.

2.0.9

17 Jul 17:10
Compare
Choose a tag to compare
  • Fix willSet and didSet property parsing.

2.0.8

23 Jun 17:55
Compare
Choose a tag to compare
  • Make identifier matching more resilient.

2.0.7

21 Jun 08:11
Compare
Choose a tag to compare
  • Actually replace fatalError with throwing an error.

2.0.6

20 Jun 21:13
Compare
Choose a tag to compare
  • Make error logging a better to find the cause.

2.0.5

18 Jun 17:04
Compare
Choose a tag to compare
  • Fix composite generic parameter.
  • Add support for filtering out constants from inheritance.

2.0.4

15 Jun 20:07
Compare
Choose a tag to compare
  • Make Xcodeproj configuration more convenient.
  • Add support for typealiases.

2.0.3

20 May 22:07
Compare
Choose a tag to compare
  • Fix protocol composition and clean up the code.
  • Add any keyword to all generated protocol mocks.

2.0.2

12 May 08:12
Compare
Choose a tag to compare
  • Merge all protocol generic parameters and remove DefaultImplCaller generic parameters.

2.0.1

08 May 20:46
Compare
Choose a tag to compare
  • Fix compilation and add some more Cuckoonator logging with --verbose flag.