Releases: bincode-org/virtue
Releases · bincode-org/virtue
V0.0.17
What's Changed
- Fixed a new clippy warning by @VictorKoenders in #85
- Implement generic parameters for GenStruct and GenEnum by @NightEule5 in #84
- Implement attributes for
GenStruct
andGenEnum
by @NightEule5 in #87
Full Changelog: v0.0.16...v0.0.17
V0.0.16
What's Changed
- Add FnSelfArg::MutTakeSelf by @NightEule5 in #75
- Implement trait generics on impl-for by @NightEule5 in #76
- Struct generation improvements by @SlayerOfTheBad in #81
- pub incorrectly consuming a field type by @VictorKoenders in #78
- Release 0.0.16 by @VictorKoenders in #82
New Contributors
- @NightEule5 made their first contribution in #75
- @SlayerOfTheBad made their first contribution in #81
Full Changelog: v0.0.15...v0.0.16
V0.0.15
What's Changed
- Made IdentOrIndex cloneable by @VictorKoenders in #67
- Improved documentation of StreamBuilder::set_span_on_all_tokens by @VictorKoenders in #69
- Bump actions/checkout from 3 to 4 by @dependabot in #71
- Fix wrong delimiter around attributes by @elichai in #72
- Release 0.0.15 by @VictorKoenders in #73
New Contributors
Full Changelog: v0.0.14...v0.0.15
V0.0.14
What's Changed
- feat: make
ConstGeneric
fields public by @Daniel-Aaron-Bloom in #50 - feat: Enable multiple calls to
modify_generic_constraints
by @Daniel-Aaron-Bloom in #52 - Treat empty struct fields differently to a unit by @mkj in #49
- Add
const
support to inherentimpl
and attr support generally by @Daniel-Aaron-Bloom in #53 - GenConst: moved into gen_const.rs by @wbcat in #55
- Fixed documentation by @VictorKoenders in #56
- Improved the doctests by @VictorKoenders in #57
- Impl for other type by @VictorKoenders in #58
- Added dependabot, updated CI by @VictorKoenders in #59
- Update bitflags requirement from 1.3 to 2.3 by @dependabot in #61
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #60
- Bump actions/checkout from 1 to 3 by @dependabot in #62
- Bump actions/upload-artifact from 1 to 3 by @dependabot in #63
- Added ImplFor::new_lifetimes_depend_on_existing by @VictorKoenders in #64
- Release 0.0.14 by @VictorKoenders in #65
New Contributors
- @mkj made their first contribution in #49
- @wbcat made their first contribution in #55
- @dependabot made their first contribution in #61
Full Changelog: v0.0.13...v0.0.14
V0.0.13
What's Changed
- Minor fixes for bincode bump by @VictorKoenders in #47
- Release 0.0.13 by @VictorKoenders in #48
Full Changelog: v0.0.12...v0.0.13
V0.0.12
What's Changed
- Export
GenConst
by @Daniel-Aaron-Bloom in #37 - Export
ConstGeneric
by @Daniel-Aaron-Bloom in #39 - refactor: remove
I
fromimpl_for_with_lifetimes
by @Daniel-Aaron-Bloom in #40 - fix:
impl_generics_with_additional_lifetimes
by @Daniel-Aaron-Bloom in #41 - fix: typo by @Daniel-Aaron-Bloom in #42
- Bumped edition to 2021 by @VictorKoenders in #43
- Added a test to validate that trailing commas on
where
conditions are okay by @VictorKoenders in #44 - Support parsing explicit discriminants on enums by @VictorKoenders in #45
- Release 0.0.12 by @VictorKoenders in #46
New Contributors
- @Daniel-Aaron-Bloom made their first contribution in #37
Full Changelog: v0.0.11...v0.0.12
V0.0.11
What's Changed
- Write exported files to
target/generated/<crate_name>
by @trevyn in #31 - Release 0.0.11 by @VictorKoenders in #32
Full Changelog: v0.0.10...v0.0.11
V0.0.10
What's Changed
- Parse negative integer literals in enums by @trevyn in #29
- Release 0.0.10 by @VictorKoenders in #30
New Contributors
Full Changelog: v0.0.9...v0.0.10
V0.0.9
What's Changed
- Added
as_async
to theFnBuilder
by @VictorKoenders in #26 - Fixed
bitflags
invocation and added<F = ()>
parsing by @VictorKoenders in #27
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Added
impl_mod.add_use()
,impl_for.generate_const()
andimpl_for::impl_type
by @VictorKoenders in #17 - Improvements by @VictorKoenders in #18
- Added the ability to override an error span
- Made ImplFor::modify_generic_constraints able to return an erro
- Removed an assert, added 2 functions to GenericConstraints
- Release 0.0.8 by @VictorKoenders in #19
Full Changelog: v0.0.7...v0.0.8