All Versions
32
Latest Version
Avg Release Cycle
29 days
Latest Release
1754 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.7.0 Changes
- ๐ Updated documentation
- โ Added more automated tests
- โ Added --file-prefix parameter to generator
and
andor
methods can now be used withMatchable
(literals)- Using of custom
Matchable
,ParameterMatcher
andCallMatcher
is now easier - ๐ Improved fail messages
- โก๏ธ Merged generator and runtime repositories, making updating easier.
- โ Added support for named arguments in methods.
- โ Added support for classes with custom initializers.
- ๐ Changed usage of spies. Instead of
init(spyOn:)
useinit().spy(on:)
.
-
v0.6.0 Changes
- โ Added release notes
- โ Added stub resetting
- โ Added
thenCallRealImplementation
- โ Added argument capturing
- โ Added
verifyNoMoreInteractions
- โ Added on going stubbing
- โ Added
thenDoNothing