Skip to content

Releases: joeldrapper/literal_enums

2.0.0

14 Dec 23:34
Compare
Choose a tag to compare

Overview

Literal Enums 2.0 has a new literal syntax for defining enum members. It's also faster and has an improved transition syntax.

What's Changed

New Contributors

Full Changelog: v1.1.0...2.0.0

v1.1.0

09 Mar 18:13
Compare
Choose a tag to compare
  • Remove Enum.to_s method. This was previously pointing to the value, but values aren't guaranteed to be Strings.
  • Enum classes are now Enumerable.

v1.0.0

09 Mar 17:57
Compare
Choose a tag to compare
v1.0.0