Skip to content

Releases: yumauri/effector-storage

v4.3.0

20 Jul 21:16
Compare
Choose a tag to compare

➕ Added new clock option (enhancement #15)

v4.2.1

26 Jun 20:09
Compare
Choose a tag to compare

🐛 Fix #20 / Also adds default value for empty query parameter

v4.2.0

31 Mar 11:38
Compare
Choose a tag to compare

➕ Added new query string adapter
🐛 Renamed .cjs.js files back to .cjs (thus abandoning FuseBox 3) (should fix #16)

v4.1.0

12 Jan 20:59
Compare
Choose a tag to compare

There are no changes with version 4.0.3

Upcoming changes:

sync option flag is now deprecated and will be removed in next major release.

v4.0.3

06 Dec 09:09
Compare
Choose a tag to compare

🐛 Rename CommonJS modules from .cjs to .cjs.js — this fixes build using FuseBox 3

v4.0.2

05 Dec 00:37
Compare
Choose a tag to compare

🐛 Fixed #12

v4.0.0

22 Nov 20:24
Compare
Choose a tag to compare

Completely new approach, 100% rewritten from scratch.
New, more "Effector-like" API, new architecture with core and adapters.

Breaking changes

Everything, this is more like a new library rather than change of version 3.0.0

v4.0.0-rc.1

22 Nov 17:53
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release

➕ New persist function options:

  • done? (Event | Effect | Store): Unit, which will be triggered on each successful read or write operation from/to storage
  • finally? (Event | Effect | Store): Unit, which will be triggered either in case of success or failure
  • pickup? (Event | Effect | Store): Unit, which you can specify to force update store/target value from storage

➕ Storage adapter now can define keyArea — this is keys namespace. Inside same namespace keys considered unique

🐛 Fixed useless storage update on getting value

Documentation and install instructions:
https://github.com/yumauri/effector-storage/tree/next

v4.0.0-rc.0

02 Nov 18:51
Compare
Choose a tag to compare
v4.0.0-rc.0 Pre-release
Pre-release

Completely new approach, 100% rewritten from scratch (2 times :).
New, more "Effector-like" API, new architecture with core and adapters.
Some moments are still under consideration, so, feedback is highly appreciated.

Documentation and install instructions:
https://github.com/yumauri/effector-storage/tree/next

Breaking changes

Everything

v3.0.0

14 Jul 11:09
Compare
Choose a tag to compare
  • effector peer dependency version was updated to ^20.0.0 || ^21.0.0
  • Public get method was removed from StorageStore interface