Skip to content

Releases: Brightify/Cuckoo

1.10.3

17 Apr 15:30
Compare
Choose a tag to compare
  • Up DEPLOYMENT_TARGETs (thanks, @nanashiki!)
  • Fix String index is out of bounds crash (thanks, @nanashiki!)

1.10.2

11 Apr 21:19
Compare
Choose a tag to compare
  • Support effectful properties (thanks, @kabiroberai!)
  • Fix generator crashing for property wrappers with empty type. (thanks, @kabiroberai!)

1.10.1

26 Mar 12:22
Compare
Choose a tag to compare
  • Fix Generator to handle reserved keywords in parameters (thanks, @sethdeckard!)

1.10.0

17 Mar 15:26
Compare
Choose a tag to compare

NOTE: Even though I've tried testing all supported package managers, this version is the first to be completely converted to using Tuist and as such something could have broken. Open an issue if a regression occurs. 🙂

  • add missing () when closure is an autoclosure (thanks, @stonko1994!)
  • Add support async/await in Protocol with Associated Type. (thanks, @mecoFarid!)
  • Support NSObjectProtocol inheritance for protocol. (thanks, @sk409!)

1.9.1

01 Sep 15:04
Compare
Choose a tag to compare
  • Remove closure argument name for generated code. (thanks, @sk409!)

1.9.0

16 Aug 17:40
Compare
Choose a tag to compare
  • Add support for OCMQuantifier in objcVerify function. (thanks, @ajpallares!)
  • Remove unnecessary await expression in MockTemplate. (thanks, @uebo!)

1.8.1

24 Jul 14:19
Compare
Choose a tag to compare

1.8.0

20 Jun 19:29
Compare
Choose a tag to compare
  • Add support for nested classes. (thank you, @Tyler-Keith-Thompson!)
  • Add support for multiline method signatures. (thank you, @sk409!)
  • Add support for unavailable platforms from available attributes. (thank you, @rolandkakonyi!)
  • Remove duplicate attributes.

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