@iota/bcs
Version:
BCS - Canonical Binary Serialization implementation for JavaScript
38 lines (20 loc) • 649 B
Markdown
@iota/bcs
# 1.1.0
## Minor Changes
- f04033d: Add bcs.byteVector for parsing a vector<u8> into a Uint8Array
- f04033d: Allow BcsType.transform to omit input or output transform
## Patch Changes
- f04033d: Correctly handle byteOffset in Uint8Arrays when reading bcs bytes
# 1.0.0
## Major Changes
- daa968f: Initial release of `@iota/bcs` and `@iota/iota-sdk`
# 0.2.1
## Patch Changes
- 220fa7a: First public release.
# 0.2.0
## Minor Changes
- 6eabd18: Changes for compatibility with the node, simplification of exposed APIs and general
improvements.
# 0.1.0
## Minor Changes
- 249a7d0: First release