Releases: bobozaur/transitive
Releases · bobozaur/transitive
1.0.1
1.0.0
0.5.0
What's Changed
- Updated dependencies.
- Refactored library using
darling
. - Merged the two
TransitiveFrom
andTransitiveTryFrom
derive macros into a singleTransitive
macro (the behavior is now controlled through the attribute modifiers). - Dropped the
all
macro attribute modifier.