Releases: auto-impl-rs/auto_impl
Releases · auto-impl-rs/auto_impl
v1.2.0
What's Changed
- feat: support async traits by @makcandrov in #98
- Prepare for 1.2.0 release by @KodrAus in #99
New Contributors
- @makcandrov made their first contribution in #98
Full Changelog: v1.1.2...v1.2.0
v1.1.2
v1.1.1
What's Changed
- Bump syn from 1.0 to 2.0 by @DaniPopes in #92
- Prepare for 1.1.1 release by @KodrAus in #95
New Contributors
- @DaniPopes made their first contribution in #92
Full Changelog: v1.1.0...v1.1.1
1.1.0
1.0.1
1.0.0
What's Changed
- inherit attributes for generated methods / consts / types by @bachue in #76
- Update compiler error messages by @KodrAus in #78
- Add a note to the readme about alternatives by @KodrAus in #79
- Better error messages by @KodrAus in #80
- support ref mut pattern bindings by @KodrAus in #81
- Run fmt by @KodrAus in #82
- Prepare for 1.0.0 release by @KodrAus in #83
New Contributors
Full Changelog: v0.5.0...v1.0.0
v0.5.0
v0.4.1
- Update
proc-macro-error
to 1.0
v0.4.0
v0.3.0
- The whole crate was rewritten with new versions of
proc_macro
,syn
and similar crates - The crate now almost compiles on stable: the only feature we use is
edition = "2018"
inCargo.toml
. Apart from that, all APIs we use are already stabilized. - Add a lot of examples and documentation
- Add
keep_default_for
attribute - Fixed a bunch of bugs
- Relicensed to MIT/Apache-2 (from only MIT)