Skip to content

1.10.0

Compare
Choose a tag to compare
@MatyasKriz MatyasKriz released this 17 Mar 15:26
· 36 commits to master since this release

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!)