- bugfix: fix buffer overflows by not using _unsafe ocplib-endian functions (@c-cube)
- read_all: bugfix (pos vs n_read) (@c-cube)
- test: fix for 32bit archs
- bugfix: bug when serializing big Int values
- bugfix: 32 bits architectures now also try to pack parsed ints into int type
- ocamlformat
- use Buffer's binary encodings of integers (>= 4.08.0)
- bugfix: 32 bits architecture now working as well
- bugfix: fix computation of size for the Bytes type
- compile in dev mode (removed dead code and unused variables)
- add optional
Msgpck_repr
module compatible withocplib-json-typed
- tests: switch to alcotest
- add compare and equal functions
- bugfix: uint64 were previously written as int64
- Add read_all function.
- Better error messages on unpack.
- Add format based pretty-printers.
- BUILD: switch to jbuilder.
- BUGFIX: fix reading signed integers.
- Add documentation.
- Drop dependency to ppx (and sexplib).
- Function
to_string' now uses
size' and allocate a string of the exact required length. - Add function `size'.
First release.