Releases: foresterre/parameterized
Releases · foresterre/parameterized
parameterized-2.0.0
What's Changed
- Add support for custom test attributes by @foresterre in #82
- MSRV is now 1.63
Full Changelog: v1.1.0...v2.0.0
parameterized-1.1.0
What's Changed
- Add option to use return type in tests by @foresterre in #76
Full Changelog: v1.0.1...v1.1.0
parameterized-1.0.1
Changed
- Updated MSRV to Rust
1.38
- Updated parameterized-macro to
1.0.1
parameterized-1.0.0
- Update MSRV to Rust
1.36
parameterized-0.3.1
- Fix issue where parameterized-macro used the public API of the
syn::export
module which the docs described as a non-public implementation details module - Updated syn to 1.0.58 which renamed the
syn::export
module to highlight it should be seen as a private module
parameterized-0.3.0
Focus on value source mode
case-by-case mode split of to https://github.com/foresterre/yare
parameterized-0.2.0
Remove expand dependency on the current macro crate version This is possible since we don't publish the expand crate
parameterized-0.1.0
Merge pull request #4 from foresterre/foresterre/publishable Refine bits to make package ready for publishing on crates.io