Releases: Kolos65/Mockable
Releases · Kolos65/Mockable
Mockable 0.5.0
What's Changed
Full Changelog: 0.4.1...0.5.0
Mockable 0.4.1
What's Changed
- Update swift-issue-reporting and re-enable matrix testing on linux by @Kolos65 in #124
- Update to swift-syntax 602.0.0 by @scottrhoyt in #125
New Contributors
- @scottrhoyt made their first contribution in #125
Full Changelog: 0.4.0...0.4.1
Mockable 0.4.0
What's Changed
- Add support for SwiftSyntax 601 by @scottrhoyt in #120
New Contributors
- @scottrhoyt made their first contribution in #119
Full Changelog: 0.3.2...0.4.0
Caution
Mockable won't build against SwiftSyntax 601.0.0 because of a missing dependency on the SwiftSyntax601 module. This was resolved in SwiftSyntax 601.0.1.
Tip
SwiftSyntax 601.0.1 is the first version that takes advantage of the preview of prebuilts functionality in SPM. This greatly improves compile times for builds that depend on SwiftSyntax for macros.
Mockable 0.3.2
What's Changed
- Adding Swift base type to Sendable inherited type definition by @daniel-murphy-neurovalens in #114
- Rename LockIsolated to avoid name collision by @Kolos65 in #113
- Disable Swift 5 pipeline on Linux by @Kolos65 in #115
- Escape reserved keyword function parameters by @Kolos65 in #116
New Contributors
- @daniel-murphy-neurovalens made their first contribution in #114
Full Changelog: 0.3.1...0.3.2
Mockable 0.3.1
What's Changed
- Leverage CI to ensure Mockable works on Linux with the supported Swift versions and enhance the DX by @pepicrft in #101
- Fix Swift 6.1 build issue by @Kolos65 in #110
Full Changelog: 0.3.0...0.3.1
Mockable 0.3.0
What's Changed
- Include doc comments on the generated protocol by @SagarSDagdu in #97
- Add prefix to clause helpers to resolve name collision by @Kolos65 in #99
Breaking Changes
given,whenandverifyproperties of mocks were renamed to_given,_whenand_verify(these are private helpers, usegiven(_ service:),when(_ service:)andverify(_ service:)in tests)
New Contributors
- @SagarSDagdu made their first contribution in #97
Full Changelog: 0.2.0...0.3.0
Mockable 0.2.0
Mockable 0.1.3
What's Changed
Full Changelog: 0.1.2...0.1.3
Mockable 0.1.2
What's Changed
Full Changelog: 0.1.1...0.1.2
Mockable 0.1.1
What's Changed
Full Changelog: 0.1.0...0.1.1