Skip to content

Latest commit

 

History

History
118 lines (63 loc) · 6.17 KB

CHANGELOG.md

File metadata and controls

118 lines (63 loc) · 6.17 KB

1.2.0 (2023-10-09)

Features

  • Move is checks to external package (a7f7732)

1.1.5 (2023-10-08)

Bug Fixes

  • package.json peerDependencies and engines (5e48a2f)
  • Update gitignore (2b99bc4)

1.1.4 (2023-10-08)

1.1.3 (2023-10-08)

Bug Fixes

  • Github actions main job (4dd9df1)
  • Github actions main job (839aea7)
  • Github actions main job (1b40f22)
  • useStorageHandler missing useEffect deps (3266ba3)

1.1.2 (2021-02-09)

Bug Fixes

  • toString: IE11 fix (TypeError: Invalid calling object) (1514cd6)

1.1.1 (2020-12-18)

1.1.0 (2020-10-04)

Features

1.0.2 (2020-06-15)

Bug Fixes

  • async storage: setState in set hook (e287091)

1.0.1 (2020-06-14)

1.0.0 (2020-06-14)

Features

  • examples: add async storage example (5377681)
  • hook: support async storage (68195f7)
  • storages: add storages (9a8640b)

0.2.5 (2020-06-02)

Bug Fixes

  • clear: dispatch event with old value (38e05ef)

0.2.4 (2020-06-02)

Bug Fixes

  • storage listener: listen key remove (76d4bf5)

0.2.3 (2020-06-02)

Bug Fixes

  • storage listener: check values is not null (109b7a1)

0.2.2 (2020-05-29)

0.2.1 (2020-05-29)

Bug Fixes

  • init: don't call setState when init with initialValue (cb17cfb)

0.2.0 (2020-05-29)

0.1.0 (2019-09-24)

Bug Fixes

  • actions: comand name (06160e7)
  • package: email (18c2bd3)
  • tests: button text (35bd20d)
  • check value: check key in (9b3ab38)
  • empty key: check that key in persisted storage (aae8daa)
  • initial value: move initialPersist into hook (98eced6)
  • eslint: missed plugin (ea67e59)
  • clear: dispatchEvent after clear (4177143)
  • example: add clear (4f382a0)
  • examples: remove unneded exports (2dc5759)
  • examples: simplify (97dca4f)
  • examples: typos (4a10d2e)

Features