Skip to content

v0.1.5 — zio-json-macros, @jsonExclude, Bug fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@fsvehla fsvehla released this 19 May 21:41
4d61fad

Upgrading

This release is binary compatible with other 0.1 releases.
However, if you have defined a JsonFieldEncoder or JsonFieldEncoder for the types Int or Long, they might clash with the ones that are now provided implicitly

Features added

Bugs fixed

  • Custom parser for java.time.Duration to fix bug in JDK 8 (#276, @calvinlfer)
  • Add explicit scala-java-time dependency to fix usage under Scala.js (#256, @fsvehla)
  • Define JsonDecoder for String and Long as val for better performance (#263, @ajaychandran)

Documentation