v2.0.0
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.