Skip to content

Releases: bobozaur/transitive

1.0.1

02 May 16:47
Compare
Choose a tag to compare

What's Changed

  • Clear out derive macro documentation.

Full Changelog: 1.0.0...1.0.1

1.0.0

02 May 16:37
c591bf1
Compare
Choose a tag to compare

What's Changed

  • Derived type generics by @bobozaur in #10
  • Updated dependencies.
  • Removed usage of darling.
  • Improved path direction parsing.

Full Changelog: 0.5.0...1.0.0

0.5.0

03 Jul 16:33
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies.
  • Refactored library using darling.
  • Merged the two TransitiveFrom and TransitiveTryFrom derive macros into a single Transitive macro (the behavior is now controlled through the attribute modifiers).
  • Dropped the all macro attribute modifier.