Skip to content

Releases: lloydmeta/enumeratum

enumeratum-1.7.5 release

04 Oct 12:59
e3869a7
Compare
Choose a tag to compare
  • #403 to go from Scala native 0.4 to 0.5
  • Misc. bumps to integration libs to possibly pick up ^

enumeratum 1.7.4

07 Jul 15:45
10a084d
Compare
Choose a tag to compare
  • #398
  • Bumps to various integration libs:
    • Note: circe and scalacheck were published with only patch version bumps but for some reason gave me woes with JS + native integrations, despite my efforts to ensure compat while looking at maven data. I had to walk these "back" in this repo, but I think/hope they should work in end-user repos in practice ; if not, please shout.

enumeratum-slick 1.7.6 release

06 May 08:01
e1b806a
Compare
Choose a tag to compare
enumeratum-slick-1.7.6

enumeratum-slick 1.7.6

enumeratum-slick 1.7.5

23 Mar 05:34
02d487e
Compare
Choose a tag to compare
enumeratum-slick-1.7.5

enumeratum-slick 1.7.5

enumeratum-play 1.8.0

12 Nov 05:47
8bd7a22
Compare
Choose a tag to compare

Release based on Play 3.0

Thanks to @gaeljw for the hard work of updating us to Pekko-based Play 3.0.0

Release based on macros 1.6.4

21 Jul 04:19
1702c6b
Compare
Choose a tag to compare

A number of upgrades + fixes + enhancements in this release, based on macros 1.6.4:

  • #366 to ump ReactiveMongo integration to 1.1.0-RC9 thanks to @limansky
  • #369 to drop 2.11 support thanks to @limansky
  • #370 to bump to Doobie integration to 1.0.0-rc4 thanks to @limansky
  • #371 to allow Scala 3 macro to support hierarchy of sealed traits thanks to @coreywoodfield
  • #373 to allow Scala 3 macro to support entries with typed params thanks to @jadenPete

enumeratum-slick 1.7.3 release

25 Mar 04:13
8cce507
Compare
Choose a tag to compare

Updates to Slick 3.4.1

1.7.2 release (Scala native)

04 Dec 04:03
74de3eb
Compare
Choose a tag to compare

Thanks to @armanbilge , Enumeratum now supports Scala Native through #353

1.7.1 release (Scala 3)

03 Dec 18:14
8bfe767
Compare
Choose a tag to compare

This release adds Scala 3 support, thanks to the herculean effort of @cchantep and review+testing from @mushtaq in #349

WARNING: this version and above are not binary compatible with previous versions (#356)

1.7.0 release

20 Jun 08:20
Compare
Choose a tag to compare
  • Adds support for overriding using name resolution using extraNamesToValuesMap
  • Bumps versions on
    • Doobie
    • Cats
    • Slick
    • Quill