Releases: lloydmeta/enumeratum
Releases · lloydmeta/enumeratum
1.2.0 release
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
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.