Skip to content

Releases: danielhenrymantilla/macro_rules_attribute-rs

v0.2.0

13 May 19:04
Compare
Choose a tag to compare

Same a v0.1.4, but for a major semver bump to avoid the footgun of #17

v0.1.5

13 May 19:03
Compare
Choose a tag to compare

Landing pad for v0.1.4 users that may stumble upon a yanked crate (#17). Thanks @kpreid for the idea.

v0.1.4

10 May 18:02
6cd193f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

25 Oct 10:43
Compare
Choose a tag to compare

What's Changed

  • Include licenses in internal proc_macro crate by @tbodt in #10

New Contributors

  • @tbodt made their first contribution in #10

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 Jul 15:28
4732438
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

30 May 13:37
Compare
Choose a tag to compare

What's Changed

v0.1.0

12 Apr 11:23
Compare
Choose a tag to compare
  • 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! and attribute_alias! convenience helpers, the former being possible thanks to the nested_derive pattern (to be published as a standalone crate Soon™)

0.0.1

05 Sep 22:35
Compare
Choose a tag to compare
Initial commit