- Add support for OCaml 4.11 (#36) (Thierry Martinez, review by Gabriel Scherer)
- Add support for OCaml 4.12 (#39) (Kate Deplaix, review by Gabriel Scherer)
- Port to ppx_deriving 5.0 and ppxlib (#39) (Kate Deplaix, review by Gabriel Scherer)
- Upgrade the tests from ounit to ounit2 (#39) (Kate Deplaix, review by Gabriel Scherer)
- port to dune (whitequark)
- support for OCaml 4.08 (#26) (Anton Kochkov, review by Gabriel Scherer)
- Support for NPM packaging (#17) (Maxime Rasan)
- Fix
varint
decoding (#18) (There was a decoding bug for integers between 2^56 and 2^63) (Maxime Rasan) - Support for OCaml 4.06 (#19) (Gabriel Scherer)
The homepage for the project has now moved to: https://github.com/ocaml-ppx/ppx_deriving_protobuf
- Compatibility with statically linked ppx drivers.
- OCaml 4.03.0 compatibility.
- Add support for exporting
.protoc
files. - Add support for hygiene.
- Fix several bugs related to edge cases in serializing and deserializing integers.
- Update to accomodate syntactic changes in OCaml 4.02.2.
- Update for ppx_deriving 2.0.
- Update to accomodate syntactic changes in ppx_deriving 1.0.
- First stable release and initial release as ppx_deriving_protobuf.