0.2.2 (2024-11-02)
- fix: removes dependency on react (615b258)
0.2.1 (2024-01-13)
- types: error enum value (66363dc)
0.2.0 (2024-01-13)
- memorialize the localforage instance (2fb3769)
- add LocalForageProvider and useLocalForageContext hook (34a8c0c)
- add types for localForage (9660047)
- add useLocalForageState hook that store state into localForage driver (9f4e4e7)
- add useMemoizedFn hook for persistent functions (bb49ace)
- add useUpdateEffect hook alike useEffect but skips running the effect for the first time (675b5ba)
- init (21a76fc)