Skip to content

v5.0.0

Compare
Choose a tag to compare
@solkimicreb solkimicreb released this 14 Feb 17:07
· 296 commits to master since this release

Breaking changes

  • The auto bind feature got removed from both store and view.

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.