Skip to content

v2.0.0

Compare
Choose a tag to compare
@mrmurphy mrmurphy released this 02 May 14:39
· 13 commits to main since this release

This is a big one with breaking changes!

New Features

  • Rescript 11 support
  • Record spread support
  • Built with the latest version of OCaml

Potential breaks

  • Adds explicit types to the generated decoder functions, so encoders always produce a Js.Json.t, and decoders always take a Js.Json.t, this could break your project if you were using @decco.codec to work with non-json values.