Skip to content

Releases: uber/mockolo

2.1.1

23 Apr 08:57
43c7ec5
Compare
Choose a tag to compare

What's Changed

Maintenances

New Contributors

Full Changelog: 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

23 Jun 05:39
e07a778
Compare
Choose a tag to compare

What's Changed

  • Use safeName for history variable name by @sidepelican in #239
  • Drop legacy sequence extensions by @sidepelican in #240
  • [Bugfix] Fix functions with same signature and different generic constraints not getting generated by @ryanaveo in #241
  • Only consider relevant files when collecting import statements. by @rudro in #243

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

18 May 05:19
dc4caa2
Compare
Choose a tag to compare

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: 1.8.2...2.0.0

1.8.2

12 Apr 08:10
68eedb2
Compare
Choose a tag to compare

What's Changed

  • Add ability to override generated mock name by @ileitch in #214
  • Support type composition (& keyword) by @fummicc1 in #217
  • Use lib_InternalSwiftSyntaxParser resolved by SPM by @fummicc1 in #223

New Contributors

Full Changelog: 1.8.1...1.8.2

1.8.1

28 Feb 02:41
eb89f04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.0...1.8.1

1.8.0

28 Oct 04:41
6deb374
Compare
Choose a tag to compare

What's Changed

  • Bump swift-syntax for Swift 5.7 by @uhooi in #205

Full Changelog: 1.7.1...1.8.0

1.7.1

27 Aug 00:27
421fade
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.0...1.7.1

1.7.0

20 Mar 15:44
90001b1
Compare
Choose a tag to compare

1.6.3

06 Dec 08:52
61d4fb9
Compare
Choose a tag to compare

Add async function support @sidepelican

1.6.2

10 Oct 23:27
f9110ce
Compare
Choose a tag to compare

Increase the range of Argument Parser versions (@uhooi)