Skip to content

Releases: lloydmeta/enumeratum

1.0.1

06 Mar 06:25

Choose a tag to compare

Now comes with withNameOption and withNameInsensitiveOption, neither of which throw if the name is not found.

Play helpers also updated to use these non-throwing variants.

#5 answered via #6

v1.0.0

04 Feb 01:37

Choose a tag to compare

1.0.0 release !

Comes with enumeratum-play, a dependency that you can use to avoid boilerplate while using Enumeratum in your Play projects.

v0.0.5

09 Dec 06:49

Choose a tag to compare

  • Now with support for any sealed type.

v0.0.4

06 Dec 02:50

Choose a tag to compare

  • Better error handling and messages at compile time.