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.
1.1.1 - 2024-10-31
- Signature for
UseCacheProvider
type
1.1.0 - 2024-08-16
- Support for idb v8
- Switch build target to ES2018 (same as SWR uses)
- Use separate types for commonjs
1.0.3 - 2024-04-22
- Typescript import error #16
1.0.2 - 2024-03-09
- Catch IndexedDB errors #13
1.0.1 - 2023-06-06
- Do not recreate cache provider on config options change #10
- Handle errors while initializing idb #9
1.0.0 - 2022-12-30
- Publish stable release to match SWR v2 stable release
1.0.0-rc.3 - 2022-11-23
- BREAKING: Removed types prefix (ie. IStorageHandler -> StorageHandler)
- BREAKING: Requires SWR 2.0.0-rc.0
1.0.0-rc.2 - 2022-10-19
- BREAKING: IStorageHandler signature to use initialize and upgrade methods
- Export IStorageHandler interface
1.0.0-rc.1 - 2022-10-12
- Initial release