Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 15:02
· 118 commits to main since this release
a6c9515

3.0.0 (2024-06-14)

  • refactor!: invert onChange/onUpdate on table watcher callbacks (38665af)

Bug Fixes

  • fixed library version in benchmarks (e1fe3f8)

Features

  • export more types and utilities for schema encoding/decoding (203fd2d)

BREAKING CHANGES

  • The behavior of onChange and onUpdate are switched.
    onChange: triggered on ANY change, including enter, exit and update;
    onUpdate: triggered when an entity changes properties but stays within the query conditions/watcher.