File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.13.0
3+ ## 0.13.0 (October 15, 2018)
44
55BREAKING CHANGE:
66 - ` time.Time ` : validate seconds since 1970 are in valid range during encoding; i.e. in the interval [ -62135596800, 253402300800)
7- - ` time.Time ` : match encoding of time.Time to protobuf's well known type [ Timestamp]
7+ - ` time.Time ` : match encoding of time.Time to protobuf's well known type [ Timestamp] ([ #224 ] )
8+ - Rename ` MarshalBinary ` to ` MarshalBinaryLengthPrefixed ` ([ #222 ] )
89
910[ Timestamp ] : https://github.com/protocolbuffers/protobuf/blob/d2980062c859649523d5fd51d6b55ab310e47482/src/google/protobuf/timestamp.proto#L123-L135
1011
1112IMPROVEMENTS:
1213 - Add ` MustUnmarshalJSON ` and ` MustMarshalJSON ` that panic if an error occurs ([ #228 ] )
13-
14+ - Optimize performance by removing ` defer ` s in ` getTypeInfo ` ([ #227 ] by @ValarDragon )
15+ - Optimize performance by removing unnecessary allocation in ` UvarintSize ` ([ #225 ] by [ @ValarDragon ] )
16+ - Add test that shows compatibility with stdlib (JSON time encoding) ([ #131 ] by [ @odeke-em ] )
17+
18+ [ #224 ] : https://github.com/tendermint/go-amino/pull/224
19+ [ #222 ] : https://github.com/tendermint/go-amino/pull/222
1420[ #228 ] : https://github.com/tendermint/go-amino/pull/228
21+ [ #227 ] : https://github.com/tendermint/go-amino/pull/227
22+ [ #225 ] : https://github.com/tendermint/go-amino/pull/225
23+ [ #131 ] : https://github.com/tendermint/go-amino/pull/131
24+ [ @ValarDragon ] : https://github.com/ValarDragon
25+ [ @odeke-em ] : https://github.com/odeke-em
1526
1627## 0.12.0 (August 4, 2018)
1728
You can’t perform that action at this time.
0 commit comments