Skip to content

Latest commit

 

History

History
126 lines (67 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

126 lines (67 loc) · 1.84 KB

Change Log

This project adheres to Semantic Versioning.

5.1.0

5.0.0

4.2.0

  • Update recoil to 0.7.2 version

4.1.0

  • Update recoil to 0.6.1 version

4.0.0

  • Update recoil to 0.5.1 version
  • Update resetting atom logic

3.0.0

  • Update recoil to 0.4.0 version

2.9.0

  • Use merge item if storage has this function

2.8.0

  • Update peer peer dependencies

2.7.0 (2.6.0)

  • Fix updating multiple atoms from recoil callback hook

2.5.0

  • Fix removing key on reset

2.4.0

  • Fix updating the storage with null and undefined value

2.3.0

2.2.0

  • Fix throwing error with no localStorage

2.1.0

  • Handle async storage

2.0.0

1.2.0

1.1.0

1.0.0

  • Add dual publishing for commonjs and esm
  • Update dependencies

0.9.0

  • Unsilence all errors
  • Update dependencies

0.8.0

0.7.0

  • Fix saving and updating values from atoms created using atomFamily.
  • Update dependencies.

0.6.0

  • Add keywords to package.json.
  • Update dependencies.

0.5.1

  • Update npmignore.

0.5.0

  • Update dependencies.

0.4.0

  • Update README. Clean up the code.

0.3.1

  • Clean up the code.

0.3.0

  • Add more tests, change API, update README.

0.2.0

  • Update README, add test

0.1.0

  • Initial release.