Mockolo Versions Save

Efficient Mock Generator for Swift

1.6.1

2 years ago

Argument parser version bump (@nk-5)

1.6.0

2 years ago

Support Swift 5.5 (@uhooi, @ryogabarbie)

1.5.0

2 years ago
  • Now supports Combine variables (@milettal)
  • Supports modifiers (weak, dynamic) via annotation (@tinder-maxwellelliott)
  • Argument parsing improvements (@pejato)
  • Build configs / CI improvements (@uhooi)

1.4.1

2 years ago
  1. Cleanup dependencies (remove unused Swift Argument Parser and update SwiftSyntax version)
  2. Reconfigure CI builds

1.4.0

3 years ago
  1. Version update with latest Xcode 12.5
  2. Build configs updates
  3. File cleanup

1.3.2

3 years ago
  1. Remove var initialization if overridden
  2. Remove duplicate access levels of processed typealias models

1.3.1

3 years ago

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

1.3.0

3 years ago

Check for output file content added to prevent redundant writing.

1.2.9

3 years ago
  • Fix: Escaping handler is now removed from argument history.
  • Functions with generic where clauses are now supported.

1.2.8

3 years ago

-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