v4.1.0
Features
- Added a debugger option to
observe
. - Added typescript type definitions.
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.