Changelog for @signaldb/svelte
Changed
- Refactored
create
to use a class-based object, and updatedonDispose
to support zero or multiple callbacks.
[1.1.1] - 2025-04-04
Fixed
- Guard
stop
call to preventTypeError
s in combination with persistence adapters
[1.1.0] - 2025-04-04
Changed
- Add
onDispose
method to adapter and remove the need for manual cleanup (thanks @signalize!)
[1.0.0] - 2025-03-27
Added
- Initial release of
@signaldb/svelte
. Thanks @ykrods for the contribution!