v0.4.7
What's Changed
- Allow reactivity inside of IIFEs when the enclosing scope allows reactivity. Now, the body of an IIFE will work just like
Array#forEach
and other function calls that run function expressions immediately in the enclosing scope. Details: #17 - Allow use of reactive variables in getters in an object passed to
createStore
, as is idiomatic usage. Since these getters will become part of the store, and property accesses on stores are reactive, it makes sense to make these getters tracked scopes. Details: #18
Thanks @otonashixav for opening these issues.
Full Changelog: v0.4.6...v0.4.7