v2.1.0: Minor feature release
fp-bindgen
v2.1.0 is a minor feature release that adds additional type support and contains an important bugfix if you use one of the Rust bytes types in your protocol in combination with the TypeScript runtime.
New features
- Add support for arrays of primitives (#94).
- Added the
bytes-compat
feature for compatibility with thebytes
crate.
Bug fix
- Fixed an issue where embedded
Uint8Array
s that were returned to the
TypeScript runtime fromBytes
orByteBuf
types in the Rust plugin could
end up being corrupted.