Skip to content

0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@centau centau released this 30 Sep 00:34
· 63 commits to main since this release

[0.1.1] - 2023-09-30

Added

  • cleanup() accepts objects with a Destroy() or Disconnect() interface.
  • read() as a utility to read sources or passthrough a non-source value.

Changed

  • Reactive scopes created within reactive scopes are now destroyed on rerun.
  • untrack() can be called outside of reactive scopes.
  • changed() will also run its callback with the initial property value.

Fixed

  • show() and switch() not updating when in strict mode.