Releases: yumauri/effector-storage
Releases · yumauri/effector-storage
v4.3.0
20 Jul 21:16
Compare
Sorry, something went wrong.
No results found
➕ Added new clock option (enhancement #15 )
v4.2.1
26 Jun 20:09
Compare
Sorry, something went wrong.
No results found
🐛 Fix #20 / Also adds default value for empty query parameter
v4.2.0
31 Mar 11:38
Compare
Sorry, something went wrong.
No results found
v4.1.0
12 Jan 20:59
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
🐛 Rename CommonJS modules from .cjs to .cjs.js — this fixes build using FuseBox 3
v4.0.2
05 Dec 00:37
Compare
Sorry, something went wrong.
No results found
v4.0.0
22 Nov 20:24
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
➕ 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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
effector peer dependency version was updated to ^20.0.0 || ^21.0.0
Public get method was removed from StorageStore interface