Skip to content

Releases: fardream/go-bcs

v0.7.0: refactor: Replace Option.None to bool from *struct

04 Jul 21:22
a187ee5
Compare
Choose a tag to compare

What's Changed

  • refactor: Replace Option.None to bool from *struct by @howjmay in #7

Full Changelog: v0.6.0...v0.7.0

v0.6.0: Marshal untagged variable T as rust Option<T>

04 Jul 19:19
3f6f759
Compare
Choose a tag to compare

What's Changed

  • feat: Marshal untagged variable T as rust Option by @howjmay in #6

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0: fix empty slice

11 Jun 18:46
ec0fc22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0: Remove `WithSize` functions.

18 Sep 23:54
3e4ac04
Compare
Choose a tag to compare

What's Changed

  • update tag and remove WithSize functions by @fardream in #4

Full Changelog: v0.3.0...v0.4.0

v0.3.0: rework decoder

17 Sep 20:29
50f7eb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1: update readme

27 Dec 17:19
b49f70c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0: add decoding support

05 Dec 21:20
90939a5
Compare
Choose a tag to compare
add decoding support. (#1)

v0.1.1: documentation update

20 Nov 23:03
96fc5ab
Compare
Choose a tag to compare
update documentation

v0.1.0: initial release

17 Nov 04:17
a31a2d9
Compare
Choose a tag to compare

with only encoding support.