Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 489 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 489 Bytes

v0.3.0 - 2023-08-09

  • Make ::all() function return an array instead of vector.

v0.2.0 - 2023-08-06

  • Add Kind trait.

v0.1.1 - 2023-08-06

  • 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 - 2023-08-05

  • Make generated kind() function public

v0.0.2 - 2023-08-05

  • Support enums with generics

v0.0.1 - 2023-08-04

  • Very initial release