Skip to content

Releases: near/borsh-go

v0.3.1

12 Jan 14:40
5cdb82e
Compare
Choose a tag to compare

What's Changed

  • feat: add custom type support for int and uint by @yihau in #4
  • feat: support bool by @yihau in #5
  • add support when the key of map is array by @tpkeeper in #6

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Mar 14:41
7a58fb9
Compare
Choose a tag to compare
  • Support for complex enums.
  • Support for u128.
  • Bug fix: Correct serialization/deserialization of structs.

See #3

v0.2.1

04 Mar 03:58
26b9374
Compare
Choose a tag to compare

Fix import paths

0.2.0

08 Feb 12:28
Compare
Choose a tag to compare
Fix bench