Releases: hc-oss/use-indexeddb
Releases · hc-oss/use-indexeddb
v2.0.2
v2.0.1
What's Changed
- refactor: ♻️ replaced context with one time setup by @harshzalavadiya in #409
Breaking Changes
- removed IndexedDBProvider this will be replaced by
setupIndexedDB()
view full example here *byIndex()
functions are renamed with*byKey()
to avoid confusion betweenID
andIndex
Full Changelog: v1.1.0...v2.0.1
v1.1.0
Full Changelog: v1.0.9...v1.1.0
v1.0.9
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #206
- feat: ✨ added fallback for unsupported IndexedDB by @harshzalavadiya in #407
Full Changelog: v1.0.8...v1.0.9
v1.0.8
chore: :robot: dependency updates
v1.0.7
Update package.json
v1.0.6
chore: :bookmark: v1.0.6
v1.0.5
fix: :green_heart: upgrade to node v14
v1.0.3
Merge branch 'master' of https://github.com/harshzalavadiya/use-index…
v1.0.2
:recycle: added null safety check