Skip to content

Releases: Brightify/Cuckoo

2.0.14

12 Feb 16:53
Compare
Choose a tag to compare
  • Add back Generator.xcodeproj for local building.

2.0.13

11 Feb 17:25
Compare
Choose a tag to compare
  • Downgrade SwiftPM version.

2.0.12 (skip this one)

10 Feb 17:28
Compare
Choose a tag to compare
  • Temporarily omit OCMock from SPM.

2.0.11 (skip this one)

06 Feb 18:24
Compare
Choose a tag to compare
  • Remove Carthage support. (unfortunate, but I don't have the kind of time to support a package manager I don't actively use; if you miss it, let me know in discussions!)
  • Update README.md for contribute section (thanks, @mnaruse!)
  • Add public imports to configuration (thanks, @dylanmaryk!)
  • Simplify project and add watchOS support.
  • Fixed typeErasure template when method.isThrowing (thanks, @stzouvaras!)
  • Update Version.swift (thanks, @danibachar!)
  • Fix OCMock integration not working properly.

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.