Skip to content

Releases: Pscheidl/enum-collections

collections-v0.10.0

19 Feb 09:48
Compare
Choose a tag to compare

What's Changed

  • feat: Debug and Eq implementations feature-flagged, enabled by default by @Pscheidl in #15

Full Changelog: collections-v0.9.0...collections-v0.10.0

collections-v0.9.0

18 Feb 09:31
Compare
Choose a tag to compare

What's Changed

  • feat: Implement Eq and PartialEq for EnumTable and EnumMap by @Pscheidl in #14

Full Changelog: collections-v0.8.0...collections-v0.9.0

collections-v0.8.0

18 Feb 09:07
Compare
Choose a tag to compare

What's Changed

  • Implement Debug trait for EnumMap and EnumTable by @Pscheidl in #12