Skip to content

Releases: tendermint/go-amino

v0.16.0

11 Sep 15:39
ccb15b1
Compare
Choose a tag to compare

v0.15.1

11 Oct 15:35
af63998
Compare
Choose a tag to compare

v0.15.0

15 May 12:29
6423ac6
Compare
Choose a tag to compare

JSON: Skip null fields on decoding when the json:"omitempty" tag is set. This matches the encoding behaviour (#261).

https://github.com/tendermint/go-amino/blob/master/CHANGELOG.md#0150-may-2-2018

v0.14.1

11 Nov 21:13
dc14acf
Compare
Choose a tag to compare

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

26 Oct 16:03
6dcc6dd
Compare
Choose a tag to compare

v0.13.0

23 Oct 07:32
cb07448
Compare
Choose a tag to compare

v0.13.0-rc0

v0.12.0

22 Aug 17:00
faa6e73
Compare
Choose a tag to compare

v0.12.0-rc0

05 Aug 03:55
Compare
Choose a tag to compare
v0.12.0-rc0 Pre-release
Pre-release

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

18 Jul 00:53
Compare
Choose a tag to compare
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
    via amino:"write_empty" (to match proto3's behaviour) (#179)

IMPROVEMENTS:

  • DecodeInt{8, 16} negative limit checks (#125)