Skip to content

v4.1.0

Compare
Choose a tag to compare
@solkimicreb solkimicreb released this 13 Feb 20:29
· 25 commits to master since this release

Features

Fixes

  • Added reactivity for has/in operations.
  • Never trigger a reaction more than once for a single operation.
  • Fixed reactivity in case of mutating sparse arrays at an unused index, which is smaller then the arrays length.

Others

  • Removed dynamic type checks, use TypeScript for type safety.