Skip to content

Releases: lloydmeta/enumeratum

1.2.0 release

18 Apr 06:32
Compare
Choose a tag to compare

Enum values are now expected to extend EnumEntry so that their names can be pulled from an entryName method in case you want to modify entry serialisation w/o overriding .toString.

1.1.0

21 Mar 03:08
Compare
Choose a tag to compare

Thanks to @lancegatlin, the project is now more modular.

One can now choose to mix in only the traits they want to use.

In particular, enumeratum-play-json has been split off on it's own completely.

1.0.1

06 Mar 06:25
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Now with support for any sealed type.

v0.0.4

06 Dec 02:50
Compare
Choose a tag to compare
  • Better error handling and messages at compile time.