Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@LazyMechanic LazyMechanic released this 05 Nov 19:19
· 2 commits to master since this release

[0.5.0] - 2024-11-05

Changed

  • Change default generated mock name by automock %TRAIT%Mock -> Mock%TRAIT%.
  • Bump syn 1.0.x -> 2.0.x

Added

  • Supports RPITIT (Return Position Impl Trait In Trait).
  • #[moq(rename = "FooBar")] / #[moq::automock(rename = "FooBar")] attribute for renaming generated mock struct.
  • #[moq(output = "Type")] attribute for RPITIT