Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.07 KB

Changelog

0.8.2

  • Show error in generator in build log.
  • Fixed crash of generator when instance variable type is not explicitly set.
  • Fixed support of closures and unwrapped optionals.

0.8.1

  • Set "Reflection Metadata" to "None" to fix #72

0.8.0

  • Support for Swift 3
  • Added --no-class-mocking parameter to generator
  • Added Stub objects

0.7.0

  • Updated documentation
  • Added more automated tests
  • Added --file-prefix parameter to generator
  • and and or methods can now be used with Matchable (literals)
  • Using of custom Matchable, ParameterMatcher and CallMatcher 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:) use init().spy(on:).

0.6.0

  • Added release notes
  • Added stub resetting
  • Added thenCallRealImplementation
  • Added argument capturing
  • Added verifyNoMoreInteractions
  • Added on going stubbing
  • Added thenDoNothing