Skip to content

Latest commit

 

History

History
78 lines (42 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

78 lines (42 loc) · 3.31 KB

(2024-05-11) v1.0.0

Features

  • feat!: const-sized stack-allocated enummap

(2024-02-18) v0.9.0

Features

  • Implemented Eq and PartialEq traits for EnumTable and EnumMap

(2024-02-18) v0.8.0

Features

  • Implemented Debug trait for EnumMap and EnumTable

(2023-02-06) v0.7.0

Bug Fixes

(2023-01-15) v0.6.0

Bug Fixes

  • Deallocate memory reserved for EnumMap's values on when dropped (e3ee18b)
  • Drop memory allocated by EnumMap (86e6d23)
  • Enum-collections local FS dependency + point to the current unreleased version (2b6a07e)

Features

  • disallow custom discriminants (5925a72)
  • provide array of variants (ce6bd67)

(2023-01-04) v0.5.0

Bug Fixes

  • Deallocate memory reserved for EnumMap's values on when dropped (e3ee18b)
  • Drop memory allocated by EnumMap (86e6d23)

(2022-12-30) v0.4.0

Features

  • Copy enum instead of creating a reference (16d8736)
  • derive(Enumerated) macro as an alternative to existing attribute macro (038f4ab)

(2022-12-30) 0.1.0 - 0.3.0

Features

Reverts

  • Revert "chore: Remove enummap macros subproject" (8a0d76a)