Releases: cprecioso/react-suspense
Releases · cprecioso/react-suspense
v3.1.0
3.1.0 (2023-12-09)
Features
- remove experimental suspend (54756b4)
v3.0.0
3.0.0 (2023-12-09)
⚠ BREAKING CHANGES
- improve typings for cache storages
- use private fields for better minification
Features
- add
suspend
function (28b4c32)
- improve typings for cache storages (0946f66)
- use private fields for better minification (bb53869)
Bug Fixes
- bind storage when passing set function around (80144b2)
v2.1.1
2.1.1 (2023-09-28)
Bug Fixes
v2.1.0
2.1.0 (2023-09-28)
Features
- update compilation target from es2020 to es2022 (a67df25)
Performance Improvements
- simpler default single value storage (bc911b6)
v2.0.1
2.0.1 (2023-09-27)
Bug Fixes
- remove restrictive typings (2f43c4e)
v2.0.0
2.0.0 (2023-09-27)
⚠ BREAKING CHANGES
Features
v1.0.1
1.0.1 (2023-04-26)
Bug Fixes
v1.0.0
1.0.0 (2023-04-14)
⚠ BREAKING CHANGES
- version 1
- Initial implementation
Features