Skip to content

Releases: lloydmeta/enumeratum

1.6

02 May 08:19
Compare
Choose a tag to compare
1.6

This version updates the macro to look inside nested objects thanks to #275 by @mrdziuban

v1.5.13 release

14 Mar 23:44
cef09db
Compare
Choose a tag to compare

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)

02 Feb 01:53
78411d6
Compare
Choose a tag to compare

Thanks @Sufflope for contributing this great integration with scalacheck!

Special thanks to @nrinaudo for the awesome ninja review :)

enumeratum-argonaut 1.5.12 release

07 Jul 14:54
Compare
Choose a tag to compare

Thanks to @2chilled for contributing the ScalaJS build.

enumeratum-circe 1.5.14 release

20 May 05:17
Compare
Choose a tag to compare

Bump to Circe 0.8.0 thanks to @srp

v1.5.12 release

19 Apr 17:46
Compare
Choose a tag to compare

Adds stackable Camelcase, LowerCamelcase and Uncapitalised thanks to #136

v1.5.10 Core release w/ Integration libs bump

21 Mar 05:51
Compare
Choose a tag to compare

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

18 Mar 11:27
Compare
Choose a tag to compare

Upgrade to Macro v1.5.8 to receive fix for #128

enumeratum-json4s v1.5.10 release

16 Mar 16:35
Compare
Choose a tag to compare

Adds a CustomKeySerialiser generator for enums thanks to @morgen-peschke

1.5.9 release for Json4s and ReactiveMongo integrations

07 Mar 14:39
Compare
Choose a tag to compare
  1. First enumeratum-json4s release thanks to @mikaelstaldal !
  2. Update ReactiveMongo integration w/ bounds check on Byte deserialising.