Skip to content

Releases: dfinity/stable-structures

v0.3.0

18 Nov 17:38
Compare
Choose a tag to compare

The API of BTreeMap has been updated to infer the maximum key/value size from the type.

v0.2.0

03 Nov 15:40
Compare
Choose a tag to compare

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

26 Oct 13:52
Compare
Choose a tag to compare

Added buffered readers and writers.

v0.1.1

04 Oct 12:32
Compare
Choose a tag to compare

Fixing a bug when initializing a cell with an empty default value.

v0.1.0

20 Sep 13:42
Compare
Choose a tag to compare

Initial Release.