- restore dll support for cygwin64 / newer binutils versions (mingw64) (@fdopen, #40)
- Add dependency on stdlib-shims (@kit-ty-kate, #38)
- Restore support for pre-4.05 OCaml versions (@yallop, #37)
- Hex printing, and option-based parsing (@raphael-proust, #34)
- Add stdlib-compatible string parsing (@mrmr1993, #32)
- Expose Signed.S.Infix.(asr) (@dra27, #30)
- Drop 4.01 support (@yallop, #23)
- Add equal and pp to the output signatures (@emillon, #22)
- Dune port (@rgrinberg, #21)
- Add UInt64.(of|to)_uint32 (@yallop, #17)
- Fix truncation in UInt64.of_int; remove other uses of
Val_int
/Int_val
- Register the custom deserializers
- Expose from_byte_size functions in Unsigned and Signed
- Support for platforms where standard integer types are macros
- Add 'max' and 'min' functions to Unsigned.S.
- Expose private types for UChar, UInt8, UInt16.
- Initial public release