v0.11.1
Pre-release
Pre-release
0.11.1 (July 17, 2018)
IMPROVEMENTS:
- Remove dependency on tmlibs/common
0.11.0 (June 19, 2018)
BREAKING CHANGE:
- Do not encode zero values in
EncodeTime
(to match proto3's behaviour) (#178, #190) - Do not encode empty structs, unless explicitly enforced
viaamino:"write_empty"
(to match proto3's behaviour) (#179)
IMPROVEMENTS:
- DecodeInt{8, 16} negative limit checks (#125)