Mockolo Versions Save

Efficient Mock Generator for Swift

2.1.1

2 weeks ago

What's Changed

Maintenances

New Contributors

Full Changelog: https://github.com/uber/mockolo/compare/2.0.1...2.1.1


For Build Tools Plugin

.binaryTarget(
    name: "mockolo",
    url: "https://github.com/uber/mockolo/releases/download/2.1.1/mockolo.artifactbundle.zip",
    checksum: "e3aa6e3aacec6b75ee971d7ba1ed326ff22372a8dc60a581cec742441cdbd9db"
),

2.0.1

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/uber/mockolo/compare/2.0.0...2.0.1

2.0.0

11 months ago

2.0.0 Major Update

mockolo uses SwiftSyntax508.0.0 from this version. This will solve many installation issues. Along with this, build support for mockolo itself in lower Xcode versions will be terminated.

Since mockolo built with the latest Xcode will still work for older Swift code, many users will not need to worry about this.

What's Changed

New Contributors

Full Changelog: https://github.com/uber/mockolo/compare/1.8.2...2.0.0

1.8.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/uber/mockolo/compare/1.8.1...1.8.2

1.8.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/uber/mockolo/compare/1.8.0...1.8.1

1.8.0

1 year ago

What's Changed

Full Changelog: https://github.com/uber/mockolo/compare/1.7.1...1.8.0

1.7.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/uber/mockolo/compare/1.7.0...1.7.1

1.7.0

2 years ago
  • Support Swift 5.6 (@yutailang0119, @aroshipup)
  • Support multiple values for options (@ffittschen)
  • Fix warnings of unhandled files (@yutailang0119)

1.6.3

2 years ago

Add async function support @sidepelican

1.6.2

2 years ago

Increase the range of Argument Parser versions (@uhooi)