All Versions
8
Latest Version
Avg Release Cycle
86 days
Latest Release
1310 days ago
Changelog History
Changelog History
-
v1.0.0 Changes
April 14, 2021๐คก Compare
โ Added
- โ Add willDoNothing #107 by Jordhan Leoture
- โ Add neverCalled #106 by Jordhan Leoture
- โ Add calledOnce #108 by Jordhan Leoture
- โ Add GlobalStub for ExpressibleByNilLiteral #109 by Jordhan Leoture
- โ Add GlobalStub for ExpressibleByBooleanLiteral #109 by Jordhan Leoture
- โ Add GlobalStub for ExpressibleByIntegerLiteral #109 by Jordhan Leoture
- โ Add GlobalStub for ExpressibleByFloatLiteral #109 by Jordhan Leoture
- โ Add GlobalStub for ExpressibleByStringLiteral #109 by Jordhan Leoture
- โ Add GlobalStub for ExpressibleByStringInterpolation #109 by Jordhan Leoture
- โ Add GlobalStub for ExpressibleByArrayLiteral #109 by Jordhan Leoture
- โ Add GlobalStub for ExpressibleByDictionaryLiteral #109 by Jordhan Leoture
โ Removed
- โ Remove Predicate.match(description:keyPath:) #108 by Jordhan Leoture
๐ Fixed
- ๐คก Make called(after:) fail when previsous Assertion is not valid #110 by Jordhan Leoture
-
v0.7.0 Changes
October 21, 2020๐คก Compare
โ Added
- โ Add called with order #102 by Jordhan Leoture
- โ Add Interaction.ended() #101 by Jordhan Leoture
-
v0.6.0 Changes
March 11, 2020๐คก Compare
โ Added
- โ Add identical Predicate #88 by Jordhan Leoture
- โ Add syntactic sugar for Predicate on Comparables #87 by Jordhan Leoture
- ๐คก NSObject as AnyPredicate #83 by Jordhan Leoture
- ๐ Supports subscript #80 by Jordhan Leoture
- โ Add Strategy configuration #78 by Jordhan Leoture
๐ Changed
- ๐คก Rename MockThen to Then #89 by Jordhan Leoture
- ๐คก Rename MockGiven to Given #89 by Jordhan Leoture
- ๐คก Rename moreThan to greaterThan #85 by Jordhan Leoture
-
v0.5.0 Changes
January 25, 2020๐คก Compare
โ Added
- โ Add Mock init with block stubs #74 by Jordhan Leoture
- โ Add Mock init with given block #72 by Jordhan Leoture
- โ Add MockableProperty #70 by Jordhan Leoture
- โ Add VerifiableProperty #70 by Jordhan Leoture
- ๐คก Template sourcery for property #70 by Jordhan Leoture
- ๐คก Template sourcery for MockableProperty #70 by Jordhan Leoture
- ๐คก Template sourcery for VerifiableProperty #70 by Jordhan Leoture
๐ Changed
- ๐คก Rename MockDefault to GlobalStub #69 by Jordhan Leoture
๐ Deprecated
โ Removed
๐ Fixed
๐ Security
-
v0.4.0 Changes
November 12, 2019๐คก Compare
โ Added
- โ Add receivedParameters and callCount to Verifiable #50 by Jordhan Leoture
- ๐คก Generate Mock with generics #43 by Jordhan Leoture
๐ 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
- ๐ Fix generated mock when a parameter is escaping #51 by Jordhan Leoture
-
v0.3.0 Changes
October 17, 2019๐คก Compare
โ Added
- โ Add Predicate .match(description:keyPath:) #38 by Jordhan Leoture
- โ Add willThrow #37 by Jordhan Leoture
- โ Add willReturn with a List #36 by Jordhan Leoture
- โ Add Predicates with Comparables #28 by Jordhan Leoture
- โ Add Predicates .isTrue() & .isFalse() #33 by Jordhan Leoture
- โ Add Predicate .not() #33 by Jordhan Leoture
- โ Add Predicate .isNil() #33 by Jordhan Leoture
๐ Changed
- ๐คก mocked() with optionals #32 by Jordhan Leoture
-
v0.2.0 Changes
September 29, 2019๐คก Compare
โ Added
- ๐ New Logo by Jordhan Leoture
- ๐คก Template sourcery #20 by Jordhan Leoture
๐ Changed
- ๐คก Given with wrapped type #18 by Jordhan Leoture
- ๐คก Then with wrapped type #21 by Jordhan Leoture
- ๐คก Given & Then with completion block #22 by Jordhan Leoture
-
v0.1.0 Changes
August 22, 2019- ๐ Initial release by Jordhan Leoture