Releases: uber/mockolo
Releases · uber/mockolo
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
Allow toggling for an input option to use a property wrapper @MockObservable for RxSwift Observable variables (default is set to no).
To use the @MockObservable, copy the content of https://github.com/uber/mockolo/blob/master/Sources/MockoloFramework/Templates/PropertyMockable.swift into your project, pass in the module name in your project containing the content to the '--custom-imports' option, and pass in '--use-mock-observable' flag to the command line.
1.2.1
1.2.0
- Supports Swift 5.2
- Supports more custom input and filtering options to the commandline (-h to see the list)
- Performance optimizations: caching / allow concurrency with SwiftSyntax parser
- Supports a common util function that can be called by all mocked functions
- Supports propertywrapper for observable variables (RxSwift only)