Skip to content

Releases: Kolos65/Mockable

Mockable 0.5.0

20 Nov 17:21

Choose a tag to compare

What's Changed

  • Fix Swift 6.1 and 6.2 Concurrency Issues by @Kolos65 in #127

Full Changelog: 0.4.1...0.5.0

Mockable 0.4.1

02 Oct 15:24

Choose a tag to compare

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

Full Changelog: 0.4.0...0.4.1

Mockable 0.4.0

11 Jun 07:53

Choose a tag to compare

What's Changed

New Contributors

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

06 May 20:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.1...0.3.2

Mockable 0.3.1

02 Apr 17:46

Choose a tag to compare

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

29 Jan 14:56

Choose a tag to compare

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, when and verify properties of mocks were renamed to _given, _when and _verify (these are private helpers, use given(_ service:), when(_ service:) and verify(_ service:) in tests)

New Contributors

Full Changelog: 0.2.0...0.3.0

Mockable 0.2.0

17 Dec 09:27

Choose a tag to compare

What's Changed

  • Add Linux support by removing combine in #94

Full Changelog: 0.1.3...0.2.0

Mockable 0.1.3

10 Dec 14:16

Choose a tag to compare

What's Changed

  • fix: fix existential any errors in macro generated code by @Kolos65 in #92

Full Changelog: 0.1.2...0.1.3

Mockable 0.1.2

10 Dec 09:30

Choose a tag to compare

What's Changed

  • fix: fix existential any errors in project by @Kolos65 in #91

Full Changelog: 0.1.1...0.1.2

Mockable 0.1.1

02 Dec 12:09

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1