---
url: /changelog/svelte.md
---
# Changelog for [`@signaldb/svelte`](https://www.npmjs.com/package/@signaldb/svelte)

### Changed

* Refactored `create` to use a class-based object, and updated `onDispose` to support zero or multiple callbacks.

## \[1.1.1] - 2025-04-04

### Fixed

* Guard `stop` call to prevent `TypeError`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](https://github.com/ykrods) for the contribution!
