Changelog for @signaldb/sync
[1.1.0] - 2025-01-13
Fixed
- Wait until collections persistence was initialized before starting sync
Added
- Allow sync to be paused and resumed with
syncManager.startSync(name)
andsyncManager.pauseSync(name)
(thanks @obedm503) - Added
syncManager.startAll()
andsyncManasger.pauseAll()
to start and pause all collections
[1.0.1] - 2025-01-10
Changed
- Define names for internal collections
- Dispose temporary collections in applyChanges function
[1.0.0] - 2024-12-16
Changed
- BREAKING:
SyncManager
does now default to no persistence instead oflocalStorage