Releases: yumauri/effector-storage
Releases · yumauri/effector-storage
v4.3.0
v4.2.1
v4.2.0
v4.1.0
v4.0.3
v4.0.2
v4.0.0
v4.0.0-rc.1
➕ New persist
function options:
done
? (Event | Effect | Store): Unit, which will be triggered on each successful read or write operation from/to storagefinally
? (Event | Effect | Store): Unit, which will be triggered either in case of success or failurepickup
? (Event | Effect | Store): Unit, which you can specify to force updatestore
/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
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