Skip to content

Releases: leoture/MockSwift

v1.1.0 - 2022-02-02

02 Feb 20:23
f91fa20
Compare
Choose a tag to compare

Added

Removed

Fixed

v1.0.0 - 2021-04-14

14 Apr 18:13
d202cb7
Compare
Choose a tag to compare

Added

Removed

Fixed

v0.7.0 - 2020-10-21

21 Oct 17:57
e82ca2d
Compare
Choose a tag to compare

Added

v0.6.0 - 2020-03-11

12 Mar 10:47
31e7c12
Compare
Choose a tag to compare

Added

Changed

v0.5.0 - 2020-01-25

25 Jan 18:08
Compare
Choose a tag to compare

Added

Changed

v0.4.0 - 2019-11-12

12 Nov 15:05
6a24076
Compare
Choose a tag to compare

Added

Changed

  • Template sourcery only generates Mock with AutoMockable annotation #43 by Jordhan Leoture
  • The Input type of Predicate.match and Predicate.any can be disambiguate #58 by Jordhan Leoture

Fixed

v0.3.0 - 2019-10-16

17 Oct 08:17
ef67a04
Compare
Choose a tag to compare

Added

  • Add Predicate .match(description:keyPath:) #38
  • Add willThrow #37
  • Add willReturn with a List #36
  • Add Predicates with Comparables #28
  • Add Predicates .isTrue() & .isFalse() #33
  • Add Predicate .not() #33
  • Add Predicate .isNil() #33

Changed

  • mocked() with optionals #32

V0.2.0 - 2019-09-29

29 Sep 11:26
ec8216c
Compare
Choose a tag to compare

Added

  • New Logo
  • Template sourcery #20

Changed

  • Given with wrapped type #18
  • Then with wrapped type #21
  • Given & Then with completion block #22

v0.1.0

22 Aug 13:12
Compare
Choose a tag to compare

2019-08-22

  • Initial release