Skip to content

Latest commit

 

History

History
137 lines (74 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

137 lines (74 loc) · 2.19 KB

Change Log

This project adheres to Semantic Versioning.

1.5.0

1.4.0

1.3.1

  • Update dependencies

1.3.0

1.2.0

  • Update dependencies and README.md

1.1.0

  • Update dependencies

1.0.0

0.19.0

0.18.0

  • Update dependencies

0.17.0

  • Update dependencies and update new lint rules

0.16.1

0.16.0

0.15.0

0.14.0

  • Migrate to storeon ^2.0.0. Add dual publisher.

0.13.1

  • Add .idea to .npmignore

0.13.0

0.12.0

  • Move project to ES2015+

0.11.0

  • Rewrite async/await to use Promise

0.10.0

  • Now library can work with storages that return Promise for getItem and setItem

0.9.0

  • Add configuration to use sessionStorage instead of localStorage

0.8.0

  • Ignore storeon @changed events so that data is not stored twice.

0.7.0

0.6.3

  • Update dependencies

0.6.2

  • Update dependencies

0.6.1

  • Update new eslint styles for test files
  • Update dependencies

0.6

  • Fix dispatching before @init. (by Tomas Sandven)
  • Update dependencies

0.5.1

  • Update dependencies

0.5

  • Added types for module

0.4

  • Rewrite the module to use only ES5 syntax
  • Reduce the size
  • Add tests
  • Update documentation

0.3

  • Use only array of string in param

0.2

  • Handle string and array of strings in param

0.1

  • Initial release.