Skip to content

Releases: AlexWarnes/svelte-fuse-rx

v0.1.1

09 Dec 18:46
5426cb8
Compare
Choose a tag to compare

Patch Changes

  • 0896667: add rxjs as dep, bump to v7.6

v0.1.0

16 Nov 21:20
Compare
Choose a tag to compare

Minor Changes

  • 3065ab6: BREAKING: rxWritable should be invoked like a svelte writable without instantiation using new (e.g. const x = rxWritable(value)). This makes the api more closely aligned with svelte's