Releases: fardream/go-bcs
Releases · fardream/go-bcs
v0.7.0: refactor: Replace Option.None to bool from *struct
What's Changed
Full Changelog: v0.6.0...v0.7.0
v0.6.0: Marshal untagged variable T as rust Option<T>
v0.5.0: fix empty slice
What's Changed
- fix: handle empty byte slices by @jorgemmsilva in #5
New Contributors
- @jorgemmsilva made their first contribution in #5
Full Changelog: v0.4.0...v0.5.0
v0.4.0: Remove `WithSize` functions.
What's Changed
Full Changelog: v0.3.0...v0.4.0
v0.3.0: rework decoder
v0.2.1: update readme
v0.2.0: add decoding support
add decoding support. (#1)
v0.1.1: documentation update
update documentation
v0.1.0: initial release
with only encoding support.