2.0.0
- Add examples
- *Oneofs with only one element should not be a variant type
- Add test when including proto files which defines the same package
- Add google well know types (library
ocaml-protoc-plugin.google_types
). - *Move module to ocaml-protoc-plugin
- Optimize deserialization of large nested structures
- Provide pretty_printers aka deriving_show for
Result.error
andField.t
- Fix stack overflow when deserializing big nested structures
- *Add option to not wrap single field type in records
- Refactor type emitter to closely follow spec