All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2024-07-25
- Make
MemoryRef.free()synchronous (a2bb086).
- Make ranges list use AVL trees internally (
464e8d2).
0.1.0 - 2023-10-13
- Export
MemoryRef(d249849).
0.0.3 - 2023-10-07
- Fix NPM publishing issue.
0.0.2 - 2023-10-07
- Test that smallest sufficient range is always selected (
5491c11).
- Made public (
2e77fda).