v0.8.0
2017-01-03
Breaking changes
- Remove
Record.format(#32) - was previously deprecated.
The alternative is to invokeyojsonby hand.
Deprecated functions
- Deprecate
Type.listandType.product_2(#30).
The alternative is to write converter functions by hand or by using
ppx_deriving_yojson.
New features
- Add
Type.int{32,64}(#28)