3.1.0 (2023-12-09)
- remove experimental suspend (54756b4)
3.0.0 (2023-12-09)
- improve typings for cache storages
- use private fields for better minification
- add
suspend
function (28b4c32) - improve typings for cache storages (0946f66)
- use private fields for better minification (bb53869)
- bind storage when passing set function around (80144b2)
2.1.1 (2023-09-28)
- fix types (76df364)
2.1.0 (2023-09-28)
- update compilation target from es2020 to es2022 (a67df25)
- simpler default single value storage (bc911b6)
2.0.1 (2023-09-27)
- remove restrictive typings (2f43c4e)
2.0.0 (2023-09-27)
- update types and names
- update types and names (f585a52)
1.0.1 (2023-04-26)
- add provenance (a3389bb)
- version 1
- Initial implementation