Skip to content

Releases: uber/mockolo

1.6.1

24 Sep 04:58
e1d3e7b
Compare
Choose a tag to compare

Argument parser version bump (@nk-5)

1.6.0

23 Sep 05:53
e762f73
Compare
Choose a tag to compare

Support Swift 5.5 (@uhooi, @RyogaBarbie)

1.5.0

04 Sep 00:01
Compare
Choose a tag to compare

1.4.1

04 Jun 00:20
bbfa118
Compare
Choose a tag to compare
  1. Cleanup dependencies (remove unused Swift Argument Parser and update SwiftSyntax version)
  2. Reconfigure CI builds

1.4.0

29 Apr 06:25
e723dc2
Compare
Choose a tag to compare
  1. Version update with latest Xcode 12.5
  2. Build configs updates
  3. File cleanup

1.3.2

20 Apr 06:49
b0b9815
Compare
Choose a tag to compare
  1. Remove var initialization if overridden
  2. Remove duplicate access levels of processed typealias models

1.3.1

12 Feb 09:49
Compare
Choose a tag to compare

Supports setting callcount vars manually via an input option: --allow-set-callcount.

1.3.0

07 Jan 22:06
Compare
Choose a tag to compare

Check for output file content added to prevent redundant writing.

1.2.9

19 Nov 01:13
Compare
Choose a tag to compare
  • Fix: Escaping handler is now removed from argument history.
  • Functions with generic where clauses are now supported.

1.2.8

21 Sep 17:40
Compare
Choose a tag to compare

-Version update: Swift 5.3 / Xcode 12.0
-Support an input option to apply a 'final' attribute to mocked classes
-Render mocked vars with private(set) where applicable