New
2.3.0
New features
- Avoid duplicated variable under if-macro syntax by @fummicc1 in https://github.com/uber/mockolo/pull/279
- Concurrency safe handler by @sidepelican in https://github.com/uber/mockolo/pull/276
- (computed variable handlers are not concurrency safe yet.)
- Add labels to history tuple array by @sidepelican in https://github.com/uber/mockolo/pull/284
Maintenances
- Update README.md by @daeho-ro in https://github.com/uber/mockolo/pull/278
- Make fixture verification a bit strict by @sidepelican in https://github.com/uber/mockolo/pull/280
- Fix undetectable mock annotations with attributes above. by @sidepelican in https://github.com/uber/mockolo/pull/281
- Compile fixture code with macro by @sidepelican in https://github.com/uber/mockolo/pull/282
- Bump up version to 2.3.0 by @sidepelican in https://github.com/uber/mockolo/pull/287
New Contributors
- @daeho-ro made their first contribution in https://github.com/uber/mockolo/pull/278
Full Changelog: https://github.com/uber/mockolo/compare/2.2.0...2.3.0
For Build Tools Plugin (artifactbundle)
- full version (linux and macos)
.binaryTarget(
name: "mockolo",
url: "https://github.com/uber/mockolo/releases/download/2.3.0/mockolo.artifactbundle.zip",
checksum: "526ead91c62daac83c8d7bbad7e75508ed5bbb4f513b72c38e148213b69167c6"
),
- lightweight version (macos only)
.binaryTarget(
name: "mockolo",
url: "https://github.com/uber/mockolo/releases/download/2.3.0/mockolo-macos.artifactbundle.zip",
checksum: "a444621a5db5b09fb0829cafd964734ce99770e8800e0d81fe8d9bb6ab880348"
),