nanostores
Advanced tools
Changelog
0.5.1
createStore()
to atom()
(by Usman Yunusov).createMap()
to map()
(by Usman Yunusov).defineMap()
to mapTemplate()
(by Usman Yunusov).createdDerived()
to computed()
(by Usman Yunusov).effect
to task
.keepAlive()
to keepMount()
.getValue(store)
with store.get()
.onMount
or onSet
(by @eddort).action()
wrapper to change tracking (by @eddort).listenKeys()
to listen for specific keys in map store.