Skip to content

Latest commit

 

History

History
41 lines (17 loc) · 1.7 KB

File metadata and controls

41 lines (17 loc) · 1.7 KB

0.2.2 (2024-11-02)

Bug Fixes

  • fix: removes dependency on react (615b258)

0.2.1 (2024-01-13)

Bug Fixes

  • types: error enum value (66363dc)

0.2.0 (2024-01-13)

Features

  • memorialize the localforage instance (2fb3769)

0.1.0 (2024-01-07)

Features

  • 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)