Releases: danielhenrymantilla/macro_rules_attribute-rs
Releases · danielhenrymantilla/macro_rules_attribute-rs
v0.2.2
What's Changed
- Update the license metadata in the proc_macro crate by @musicinmybrain in #28
- Version 0.2.2: bump MSRV to 1-year-old-stable & cleanup by @danielhenrymantilla in #30
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Fix SPDX license expression in Cargo.toml by @xanderlent in #27
- Omit maintainer scripts from published crate by @musicinmybrain in #29
New Contributors
- @xanderlent made their first contribution in #27
- @musicinmybrain made their first contribution in #29
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.5
v0.1.4
What's Changed
- Fix derive macro usage in readme by @JohnTheCoolingFan in #12
- Added
Custom
derive macro by @ModProg in #15
New Contributors
- @JohnTheCoolingFan made their first contribution in #12
- @ModProg made their first contribution in #15
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
- Reduce MSRV to 1.53 by @GnomedDev in #8
New Contributors
- @GnomedDev made their first contribution in #8
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
- MSRV bumped to 1.57.0
#[{macro_rules_attribute,apply}]
and#[macro_rules_derive]
both support lack of trailing bang- Created
#[derive()]
to shadow the stdlib one, so that it can handle classic derives as well as bang-terminated ones, in which case it defers to#[macro_rules_derive]
. - Created
derive_alias!
andattribute_alias!
convenience helpers, the former being possible thanks to thenested_derive
pattern (to be published as a standalone crate Soon™)
0.0.1
Initial commit