MockSwift v1.0.0 Release Notes
Release Date: 2021-04-14 // over 3 years ago-
๐คก 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
Previous changes from v0.7.0
-
๐คก Compare
โ Added
- โ Add called with order #102 by Jordhan Leoture
- โ Add Interaction.ended() #101 by Jordhan Leoture