v5.0.0
Breaking changes
- The auto bind feature got removed from both
store
andview
.
Features
- Added integration for an experimental debugger. You can test this out with
view(Comp, { devtool: console.log })
, the actual visual debugger is still in the making.
Fixes
- Added reactivity support for
in
operations. - Fixed reactivity in case of mutating a sparse array in an unused index, which is smaller then its current length.