Skip to content

Releases: greyblake/kinded

v0.3.0

09 Aug 18:06
Compare
Choose a tag to compare

Changes

  • [BREAKING] - Make ::all() function return an array instead of vector.

v0.2.0

06 Aug 09:46
Compare
Choose a tag to compare

Changes

  • Add Kind trait.

v0.1.1

05 Aug 19:54
Compare
Choose a tag to compare

Changes

  • Add ::all() to the kind type to iterate over all kind variants
  • Generate customizable implementation of Display trait
  • Generate implementation of FromStr trait

v0.0.3

04 Aug 22:45
Compare
Choose a tag to compare

Changes

  • Make the generated kind() function public

v0.0.2

04 Aug 22:26
Compare
Choose a tag to compare

Changes

  • Support enums with generics

v0.0.1

04 Aug 16:16
Compare
Choose a tag to compare

Very initial release.