Releases: ahamez/protox
Releases · ahamez/protox
1.6.8
- Raise clearer error message if protoc is missing (thanks to @josevalim)
1.6.7
1.6.6
1.6.5
- Elixir 1.9 is now the minimal supported version
- Relax constraint on Decimal version (thanks to @ananthakumaran )
1.6.4
1.6.3
1.6.0
- Add support of JSON protobuf encoding and decoding (https://developers.google.com/protocol-buffers/docs/proto3#json), with support of well-known types (except for Any)
- More accurate error reporting
- Fix decoding of fixed32 and fixed64 values (detected using JSON conformance tests)
- Deprecate Protox.Encode.encode/1 and Protox.Encode.encode!/1; use Protox.encode/1 and Protox.encode!/1 instead
- Deprecate generated defs()/0 and defs_by_name()/0
- Internal refactoring to hopefully make things more explicit (based on a initial work by @sneako)
1.5.1
- Fix handling of multiple import paths (thanks to @zolakeith)