Releases: cryptosense/records
Releases · cryptosense/records
v0.8.0
v0.8.0
2017-01-03
Breaking changes
- Remove
Record.format
(#32) - was previously deprecated.
The alternative is to invokeyojson
by hand.
Deprecated functions
- Deprecate
Type.list
andType.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)