Releases: CodeSandwich/Mocktopus
Releases · CodeSandwich/Mocktopus
Version 0.8.0
Version 0.7.4
- Fix UB while copying function input parameters (thank you @artemii235!)
Version 0.7.3
- Fix warnings and UB on newer compilers
Version 0.7.2
- Add MockContext (thank you @czipperz!)
Version 0.7.1
- Add function for clearing all mocks (thank you @clinedome-work!)
Version 0.7.0
- 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
Version 0.5.0
- Fix for rustc 1.29.0-nightly (1ecf6929d 2018-07-16) and newer
Version 0.4.1
- Fix tests for rustc 1.29.0-nightly (254f8796b 2018-07-13) and newer
Version 0.4.0
This version is fixed to run with rustc 1.28.0-nightly (71e87be38 2018-05-22) and newer