Skip to content

Latest commit

 

History

History
112 lines (50 loc) · 4.43 KB

CHANGELOG.md

File metadata and controls

112 lines (50 loc) · 4.43 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.7 (2021-08-16)

Bug Fixes

  • useStoreValue return type is incorrect. closes #57 (205d98e)

3.0.6 (2021-06-17)

Bug Fixes

  • useDeleteStoreValue does not take any argument (0694e2d)

3.0.5 (2021-05-13)

3.0.4 (2021-05-12)

3.0.3 (2021-03-04)

3.0.2 (2021-03-04)

Bug Fixes

  • typo in listernerMiddleware (ed95d84)

3.0.1 (2021-03-04)

Bug Fixes

  • typo in listernerMiddleware (ed95d84)

3.0.0 (2021-02-27)

Bug Fixes

  • typo in listernerMiddleware (ed95d84)

2.2.0 (2020-04-28)

Features

  • use store outside of React components. Closes #14 (c918e4b)

2.1.1 (2020-04-23)

Bug Fixes

  • preserve falsy value in initial state, closes #13 (2cfb0aa)

2.1.0 (2020-04-13)

Features

  • listener accepts the changed key. closes #9 (237d138)

2.0.1 (2020-04-08)

2.0.0 (2020-04-08)

⚠ BREAKING CHANGES

  • store-subscription model

  • store-subscription model (2b67537)

1.2.1 (2020-03-13)

Bug Fixes

  • useGetAndset renamed to useGetAndSet #3 (dc68b61)

1.2.0 (2020-01-19)

Features

  • use default value in useGetAndSet hook (4031e05)

1.1.2 (2019-11-06)

Bug Fixes

1.1.1 (2019-10-22)

Bug Fixes

  • core: npmpackage only contains dist folder (1b83402)

1.1.0 (2019-10-22)

Features

  • first glorious commit 🦄 (e140194)