Skip to content

1.6.0

Compare
Choose a tag to compare
@ahamez ahamez released this 07 Oct 20:03
· 234 commits to master since this release
1.6.0
c535945
  • 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)