- Only passes
storeName
from storage config to worker to prevent serialization issues.
- Expanded README.md
- Fixed load action unit test case.
- Removed path property from storage configuration object.
- Added
normalizeToStorage
andnormalizeFromStorage
to storage configuration object. - Exposed
createItemIdentifierResolver
factory function.
- Auto resolves not persisted identifier on remove action from falsy value.
- Separated debounce for setItem function for each specific store.
- Identifiers are serialized to strings before making calls to localforage
- package.json fix
- Load action is not dispatched by thunk if retrieval from storage failed.
- Storage initiation via worker does not return anything.
- Code style fixes to
withStorageReducer