What's Changed
- Compilation fix for a mock where the return type of a closure is an opaque type by @omarzl in #259
- Speed up aarch64 builds using Static Linux SDK by @sidepelican in #265
- Add support for
Actor
protocol. by @sidepelican in #266 - Add async and throwing property support by @sidepelican in #267
- Correct the
throws
clause in the closure within template logic to support TypedThrow. by @fummicc1 in #262 - Add Nested protocol support by @sidepelican in #270
- Fix to avoid using global actors as default values by @sidepelican in #269
- Remove redundant tuple in handler type by @sidepelican in #275
Maintenances
- Update swift-syntax to 600 by @sidepelican in #264
- Add test for read-only computed property in class by @sidepelican in #268
- Remove dead codes by @sidepelican in #271
- Organize the arguments of Model.render. by @sidepelican in #272
- Bump up version to 2.2.0 by @sidepelican in #277
New Contributors
Full Changelog: 2.1.1...2.2.0
For Build Tools Plugin (artifactbundle)
- full version (linux and macos)
.binaryTarget(
name: "mockolo",
url: "https://github.com/uber/mockolo/releases/download/2.2.0/mockolo.artifactbundle.zip",
checksum: "75ec5806ca70c99f0acd9f527c3892d62fe8a585e74ca4736842a2efab981ef6"
),
- lightweight version (macos only)
.binaryTarget(
name: "mockolo",
url: "https://github.com/uber/mockolo/releases/download/2.2.0/mockolo-macos.artifactbundle.zip",
checksum: "26aa998f46cc6e814accf6014571116368fd7f772ce060de63ac8b36069d33fe"
),