We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584f77a commit 0aab2cdCopy full SHA for 0aab2cd
README.md
@@ -10,7 +10,7 @@ Compared to the built-in macros, this project brings support for:
10
- recursive types ;
11
- polymorphic types.
12
13
-The artifacts are built for Scala 2.11 and Play 2.4.
+The artifacts are built for Scala 2.11, Play 2.4 and Shapeless 2.3.0.
14
15
## Usage
16
@@ -88,6 +88,7 @@ See [here](https://github.com/julienrf/play-json-variants/graphs/contributors).
88
89
## Changelog
90
91
+- 3.1: Update to Shapeless 2.3.1
92
- 3.0: Use [shapeless](http://github.com/milessabin/shapeless) for the derivation
93
- 2.0: Generalize `transform` and `discriminator` parameters
94
- 1.1.0: Add support for an optional `transform` parameter (thanks to Nikita Melkozerov)
0 commit comments