Releases: rescript-labs/decco
Releases · rescript-labs/decco
v2.0.4
v2.0.3
v2.0.2
v2.0.1
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.