Skip to content

4.1.0

Compare
Choose a tag to compare
@amichnia amichnia released this 13 Oct 20:05
· 29 commits to master since this release

Added:

  • moved CLI to main repo (old will be deprecated)
  • protocol compositions (@erneestoc Ernesto Cambuston)
  • SwiftLint rules support (@migonin Mikhail Igonin)
  • cli binary in the repo
  • cli: resolving proper Sourcery version and binary path (mint is no longer default if Pods used)

Fixed:

  • Fixed some concurrency issues
  • Fixed several matcher and compare issues
  • Fixed availability for Swift 5.5
  • Fixed other basic issues and changes for Sourcery 1.6.0
  • Fixed observer setup when the test is marked as async
  • Fixed CLI dependencies (@SergeyKovalenko Sergey Kovalenko)
  • Moved tests from travis to github actions