Releases: lloydmeta/enumeratum
Releases · lloydmeta/enumeratum
1.6
v1.5.13 release
Additional functionality:
namesToValuesMap
is now non-final; opening the door to more flexible name-to-enum-member mappings (thanks @neilchaudhuri)- Added Circe KeyEncoder/KeyDecoder for String Enum; thanks @alonsodomin
Integration library upgrades:
- Circe bumped to 0.9.2
- ReactiveMongo bumped to 0.13
- Argonaut bumped to 6.2.1
- Json4s bumped to 3.5.3
- Quill bumped to 2.3.3
- Play bumped to 2.6.12
- Play-json bumped to 2.6.9
enumeratum-scalacheck debut (1.5.13)
enumeratum-argonaut 1.5.12 release
Thanks to @2chilled for contributing the ScalaJS build.
enumeratum-circe 1.5.14 release
Bump to Circe 0.8.0 thanks to @srp
v1.5.12 release
Adds stackable Camelcase, LowerCamelcase and Uncapitalised thanks to #136
v1.5.10 Core release w/ Integration libs bump
Upgrade to Macro v1.5.9 to gain support for default arguments in ValueEnum constructor calls.
v1.5.9 Core release w/ Integration libs bump
Upgrade to Macro v1.5.8 to receive fix for #128
enumeratum-json4s v1.5.10 release
Adds a CustomKeySerialiser
generator for enums thanks to @morgen-peschke
1.5.9 release for Json4s and ReactiveMongo integrations
- First
enumeratum-json4s
release thanks to @mikaelstaldal ! - Update ReactiveMongo integration w/ bounds check on Byte deserialising.