Releases: dfinity/stable-structures
Releases · dfinity/stable-structures
v0.3.0
The API of BTreeMap has been updated to infer the maximum key/value size from the type.
v0.2.0
Breaking Change
The way Storable
encodes integers is now big-endian rather than little-endian, so that their byte representations are sorted.
v0.1.2
Added buffered readers and writers.
v0.1.1
Fixing a bug when initializing a cell with an empty default value.