v0.17.0
github-actions
released this
07 Feb 16:01
·
379 commits
to develop
since this release
⚠ BREAKING CHANGES
- refactor: change permission
ADDPERMISSIONS
->ADDCONTROLLER
(122efa9)
Features
- add encoding / decoding for
bytes[CompactBytesArray]
(#261) (8d3e4e9) - add decoding/encoding support for tuples of
CompactBytesArray
(#264) (d9ce0f0) - add encoding/decoding for other types of
compactBytesArray
(#262) (9268a32) - Add support for
bool
(valueType) andBoolean
(valueContent) (#266) (86d606e)
Bug Fixes
- Encode key name should parse any number (hex or decimal) for uint type (eb7385e)
New Contributors
- @skimaharvey made their first contribution in #236
- @magalimorin18 made their first contribution in #247
Full Changelog: v0.16.0...v0.17.0