All notable changes to this project will be documented in this file.
- Add global
storageKey
- Support Kea 3.0
- Fix package.json paths.
- Fix undefined default options bug
- Convert to TypeScript
- Added
logic.cache.localStorageDefaults[reducerKey]
to hold on to the original default of the reducer - Fixed edge case where a reducer with the key
stored
would never be stored in localStorage if defined in alogic.extend()
call
- Fixed bug where extending a logic with stored values would re-store the values
- Fixed bug where using in .extend() would require a path to be given again
- Works with kea 1.0.
- Use
localStoragePlugin.configure(storageEngine)
to provide an alternative storage engine
- Add configure (prefix and separator) to plugin
- First version