Skip to content

Changelog for @signaldb/sync

[1.1.3] - 2025-02-19

Changed

  • Improved sync performance by reducing overhead in internal applyChanges method
  • Improved sync performance by updating only changed documents when applying snapshots

[1.1.2] - 2025-02-18

Changed

  • Add indices to internal collections to improve performance

[1.1.1] - 2025-01-21

Fixed

  • Explicitly turn of reactivity for internal queries

[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) and syncManager.pauseSync(name) (thanks @obedm503)
  • Added syncManager.startAll() and syncManasger.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 of localStorage

Released under the MIT License.