Releases: tendermint/go-amino
Releases · tendermint/go-amino
v0.16.0
v0.15.1
v0.15.0
v0.14.1
Fix build issues for 32bit platforms and add -concrete-name
option to aminoscan
.
https://github.com/tendermint/go-amino/blob/master/CHANGELOG.md#0141-november-6-2018
v0.14.0
v0.13.0
v0.13.0-rc0
v0.12.0
v0.12.0-rc0
0.12.0 (August 4, 2018)
BREAKING CHANGE:
- Write empty (non-nil) struct pointers, unless (is list element and empty_elements isn't set) #206
v0.11.1
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)