Skip to content

Releases: CodeSandwich/Mocktopus

Version 0.8.0

16 Dec 14:35
aec15b3
Compare
Choose a tag to compare

Version 0.7.4

17 Nov 15:49
Compare
Choose a tag to compare
  • Fix UB while copying function input parameters (thank you @artemii235!)

Version 0.7.3

23 Jul 19:38
Compare
Choose a tag to compare
  • Fix warnings and UB on newer compilers

Version 0.7.2

13 Jun 22:36
Compare
Choose a tag to compare

Version 0.7.1

23 May 22:12
Compare
Choose a tag to compare

Version 0.7.0

13 Feb 00:59
Compare
Choose a tag to compare
  • Allow mock closures to call mockable and mocked functions and to create mocks
  • Make functions not mocked during execution of their mock closures to prevent recursive calls
  • Accept inability to inject modules in separate files: remove tests and fix docs
  • Upgrade project to Rust 2018
  • Add mocking tricks to docs

Version 0.6.0

09 Feb 00:41
Compare
Choose a tag to compare
  • Fix for rustc 1.31.0-nightly (ad6e5c003 2018-09-28) and newer (thank you @asomers and @rye!)

Version 0.5.0

17 Jul 18:36
Compare
Choose a tag to compare
  • Fix for rustc 1.29.0-nightly (1ecf6929d 2018-07-16) and newer

Version 0.4.1

15 Jul 18:41
Compare
Choose a tag to compare
  • Fix tests for rustc 1.29.0-nightly (254f8796b 2018-07-13) and newer

Version 0.4.0

23 May 15:58
Compare
Choose a tag to compare

This version is fixed to run with rustc 1.28.0-nightly (71e87be38 2018-05-22) and newer