Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 483 Bytes

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 483 Bytes

Changelog

1.1.0

  • Minimum Rust version: At least 1.45.0.
  • Remove use of proc-macro-hack.

1.0.0

Breaking:

  • Rename feature to mixin.
  • Change the precedence of mixin in create!() the one provided last should take precedence.

v0.1.1

  • Allow importing factories from other modules (#1 by @danbruder)

v0.1.0

  • Re-write to be a proc-macro.

v0.0.3

  • Initial version based on macro_rules! macro.