SwiftyMocky v4.0.1 Release Notes
Release Date: 2020-09-01 // almost 3 years ago-
Fixed:
- ๐ Fixed issues with access modifiers for properties
Previous changes from v4.0.0
-
Important:
- CLI is extracted to separate repo
โ Added:
- โ SwiftyPrototype is now separat library, so it is now possible to use SwiftyMocky to both test & prototype (fake) app.
- ๐ Support for methods with variadic parameters
- ๐ Support for
@available
and@objc
annotations - Refined assertion messages
- ๐คก Made it easier to ship generated mocks with project, allowing to use them by 3rd party
- Resolved problem with ambiguity for generic methods that throws
- Matcher issues should be more prominent and easier trackable
- โ Matcher should fail test instead of crashing whenever possible
- ๐ Verify now have better failure messages, including best matching invocations
- โช
typealias
annotation to workaround problems with multiple types from different modules sharing same name.
๐ Deprecated:
- ๐ all methods and properties marked previously as deprecated are now removed.
๐ Fixed:
- ๐คก Mock generation for protocols with internal types (@truebucha)
- ๐ Pinned CLI dependencies (@ohitsdaniel)
- โ Added missing tvOS and macOS support for carthage