Tethys Versions Save

AST free JSON library for Scala

v0.26.0

2 years ago

Features

  • Add ability to add discriminator to JsonObjectWriter @ulanzetz (#142)

Dependencies

  • Bump actions/cache from 2.1.6 to 2.1.7 @dependabot (#136)
  • Update Scala, sbt and dependencies @nikolaev-nikita, @scala-steward (#143, #145 )
  • Update scalatest-flatspec, ... to 3.2.10 @scala-steward (#133)

v0.25.0

2 years ago

Changes

  • Update jackson-core to 2.12.5 @scala-steward (#130)
  • Update scala-compiler, scala-library to 2.12.15 @scala-steward (#131)
  • Update sbt-sonatype to 3.9.10 @scala-steward (#129)
  • Update json4s-core to 4.0.3 @scala-steward (#126)
  • Update refined to 0.9.27 @scala-steward (#124)
  • Bump olafurpg/setup-scala from 10 to 13 @dependabot (#127)
  • Update enumeratum to 1.7.0 @scala-steward (#120)
  • Update sbt to 1.5.5 @scala-steward (#123)
  • Update sbt-jmh to 0.4.3 @scala-steward (#117)
  • Update sbt to 1.5.3 @scala-steward (#116)
  • Update scala-compiler, scala-library to 2.12.14 @scala-steward (#114)
  • Bump actions/cache from 2.1.5 to 2.1.6 @dependabot (#115)

v0.24.0

3 years ago

Changes

  • Update scala-compiler, scala-library to 2.13.6 @scala-steward (#109)
  • Update circe-core to 0.14.1 @scala-steward (#112)
  • Update refined to 0.9.26 @scala-steward (#111)
  • Update scalatest-flatspec, ... to 3.2.9 @scala-steward (#106)
  • Update jackson-core to 2.12.3 @scala-steward (#99)
  • Update sbt-jmh to 0.4.2 @scala-steward (#104)
  • Update sbt-sonatype to 3.9.7 @scala-steward (#94)
  • Update json4s-core to 3.6.11 @scala-steward (#88)
  • Bump release-drafter/release-drafter from 5.14.0 to 5.15.0 @dependabot (#108)
  • Bump actions/cache from 2.1.4 to 2.1.5 @dependabot (#107)

v0.23.0

3 years ago

Chore

  • Update scala-compiler, scala-library to 2.13.5 @scala-steward (#87)
  • Update scalatest-flatspec, scalatest-shouldmatchers to 3.2.5 @scala-steward (#83, #85, #86)
  • Update refined to 0.9.21 @scala-steward (#84)

v0.22.0

3 years ago

Changes

  • Separate Jackson backend to 2.11 and 2.12 @REDNBLACK (#81)

Chore

  • Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#79)
  • Update sbt-pgp to 2.1.2 @scala-steward (#77, #78, #80)

v0.21.0

3 years ago

Features

  • Add tethys-refined module @ulanzetz (#74)

Chore

  • Bump actions/cache from v1 to v2.1.4 @dependabot (#75)
  • Auto update github actions @little-inferno (#73)

v0.20.0

3 years ago

Changes

  • Replace Travis CI with Github Actions, add Release Drafter @little-inferno (#69)
  • Update all dependencies, plugins, Scala version and sbt version, drop Scala 2.11 support @little-inferno @REDNBLACK (#62, #68, #70)
  • Add a Circe AST support example @johnspade (#67)
  • Add Circe AST support @REDNBLACK (#50)
  • Update README.md @scf37 (#60)
  • Fix #58 @optician (#59)

Features

  • Implement JsonWriter for Either @REDNBLACK (#71)

v0.10.0

4 years ago

Binary incompatible changes:

  • add fieldName to KeyReader.read signature (#55)
  • rework JsonReaderDefaultValue. Now it is invariant and not sealed (#54)
  • rework collections JsonWriter functions, now it is compatible with scala 2.13 (#52)

Other changes:

  • add enumeratum support module (#28)
  • add JsonReader[java.lang.Boolean] instance (#45)

v0.9.0.1

5 years ago

Hotfix compilation error during macro derivation #44

v0.9.0

5 years ago

Binary incompatible changes:

  • rework of JsonReaderBuilder api (#42)