Releases: renproject/pack
Releases · renproject/pack
v0.2.12
- Update to use latest surge release
v0.2.11
- Fix decoding into struct with new fields
- Improved panic handling
v0.2.10
- Fix redundant type information
v0.2.9
- Support encoding/decoding values
v0.2.8
- Support empty lists
- Fix unmarshal-into-interface bug in lists
v0.2.7
- Add
Equals
function for types
- Add additional sanity checks for type unmarshalers
- Fix type equality checks in
NewList
- Fix type tests
v0.2.5
- Add comparison methods to
U128
and U256
v0.2.4
- Add
New*FromUint*
constructors for U128
and U256
- Add
Mul
and Div
to U128
and U256
v0.2.3
- Implement text (un)marshalers for
Bytes32
, Bytes65
, and Bytes