Releases: alexarchambault/argonaut-shapeless
Releases · alexarchambault/argonaut-shapeless
v1.3.1
Updates
- Update sbt-mima-plugin to 0.8.1 by @scala-steward in #245
- Update sbt-mima-plugin to 0.9.1 by @scala-steward in #247
- Update mdoc, sbt-mdoc to 2.2.24 by @scala-steward in #269
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.1 by @scala-steward in #268
- Bump coursier/cache-action from 6.1 to 6.3 by @dependabot in #262
- Update auxlib, javalib, nativelib, ... to 0.4.1 by @scala-steward in #270
- Update argonaut to 6.3.7 by @scala-steward in #266
- Update scala-library to 2.12.15 by @scala-steward in #265
- Update sbt-ci-release to 1.5.9 by @scala-steward in #267
- Update sbt-mima-plugin to 0.9.2 by @scala-steward in #248
- Update sbt-scala-native-crossproject, ... to 1.1.0 by @scala-steward in #256
- Update refined to 0.9.27 by @scala-steward in #260
- Update sbt-ci-release to 1.5.10 by @scala-steward in #271
- Update sbt-mima-plugin to 1.0.1 by @scala-steward in #272
- Update refined to 0.9.28 by @scala-steward in #274
- Update scala-library to 2.13.8 by @scala-steward in #282
- Update auxlib, javalib, nativelib, nscplugin, ... to 0.4.3 by @scala-steward in #284
- Update mdoc, sbt-mdoc to 2.3.3 by @scala-steward in #304
- Update auxlib, javalib, nativelib, nscplugin, ... to 0.4.5 by @scala-steward in #301
- Update scala-library to 2.12.16 by @scala-steward in #300
- Update sbt-scalajs, scalajs-compiler, ... to 1.10.1 by @scala-steward in #299
- Update utest to 0.7.11 by @scala-steward in #285
- Update refined to 0.9.29 by @scala-steward in #298
- Update sbt-mima-plugin to 1.1.0 by @scala-steward in #297
- Update sbt-scala-native-crossproject, ... to 1.2.0 by @scala-steward in #293
- Bump actions/checkout from 2 to 3 by @dependabot in #292
- Update workflow by @alexarchambault in #305
- Update argonaut to 6.3.8 by @scala-steward in #283
- Update shapeless to 2.3.9 by @scala-steward in #294
- Update sbt to 1.7.1 by @scala-steward in #303
New Contributors
- @dependabot made their first contribution in #262
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Changes
- Drop Scala.JS
0.6
support - Drop Scala
2.11
support - Add Scala.JS support to argonaut-refined
Updates
- Update argonaut to
6.3.3
- Update shapeless to
2.3.7
- Update refined to
0.9.25
- Update to Scala
2.12.13
/2.13.6
- Update Scala.JS to
1.5.1
- Update Scala Native to
0.4.0
v1.2.0
- Update argonaut to
6.2.5
- Update Scala.JS to
1.0.1
- Update to scala
2.12.11
,2.13.2
v1.2.0-M12
- Switch to scala
2.12.10
and2.13.1
- Switch to argonaut
6.2.4
- Switch to refined
0.9.12
- Switch to Scala.JS
0.6.32
- Add Scala.JS
1.0
support
v1.2.0-M11
- Switch to scala
2.13.0-RC1
- Switch to Scala.JS
0.6.27
- Switch to scala-native
0.3.9
v1.2.0-M10
- Add
2.13.0-M5
support - Switch to argonaut
6.2.3
- Switch to refined
0.9.4
v1.2.0-M9
Update sbt-scala-native to 0.3.8 (#113)
v1.2.0-M3
Changes
- Add
JsonCodec
annotation (thanks to @reactormonk, #77, similar tocirce.generic.JsonCodec
) - Switch to shapeless
2.3.2
(#78) - Remove the deprecated
argonaut.Shapeless
object (#80,argonaut.ArgonautShapeless
should be used instead)