Skip to content

Releases: maxnowack/signaldb

v1.0.0

16 Dec 20:30
v1.0.0
c942095
Compare
Choose a tag to compare

Please take a look at the Upgrade Guide for v1

What's Changed

  • BREAKING: createLocalStorageAdapter was moved to signaldb-localstorage
  • BREAKING: createOPFSAdapter was moved to signaldb-opfs
  • BREAKING: createFilesystemAdapter was moved to signaldb-fs
  • BREAKING: PersistentCollection was removed entirely
  • BREAKING: SyncManager does now default to no persistence instead of localStorage
  • BREAKING: SyncManager was moved to signaldb-sync
  • BREAKING: ReplicatedCollection was removed entirely
  • BREAKING: options parameter was removed from combinePersistenceAdapters
  • Added jsdoc style comments to all public APIs
  • Added method to globally configure field tracking
  • Added method for configuring field tracking on a collection
  • Allow configuring field tracking in collection options

Full Changelog: v0.24.5...v1.0.0

v0.24.5

11 Dec 19:09
v0.24.5
979de28
Compare
Choose a tag to compare

What's Changed

  • fix: add remote changes before modifying collection on revert to snapshot by @maxnowack in #1223

Full Changelog: v0.24.4...v0.24.5

v0.24.4

11 Dec 16:33
v0.24.4
411865a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.3...v0.24.4

v0.24.3

10 Dec 07:08
v0.24.3
5db08e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.2...v0.24.3

v0.24.2

09 Dec 16:27
v0.24.2
cc57b00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.1...v0.24.2

v0.24.1

05 Dec 11:04
v0.24.1
b53b2be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.24.1

v0.24.0

25 Nov 21:14
v0.24.0
69d097a
Compare
Choose a tag to compare

What's Changed

  • fix: batch modifications during sync by @maxnowack in #1150
  • perf: improve performance of computeChanges method by @maxnowack in #1151
  • perf: improve performance for querying id index by @maxnowack in #1152
  • fix: delay requery execution until the end of the batch operation by @maxnowack in #1154
  • fix: cleaning up remote changes after sync and make them temporary by @maxnowack in #1156

Full Changelog: v0.23.0...v0.24.0

v0.23.0

20 Nov 09:03
v0.23.0
a4627e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.0...v0.23.0

v0.22.0

11 Nov 10:58
v0.22.0
b9c316a
Compare
Choose a tag to compare

What's Changed

  • feat: allow specifying custom items merger for AutoFetchCollection by @maxnowack in #1115

Full Changelog: v0.21.5...v0.22.0

v0.21.5

08 Nov 10:35
v0.21.5
8f0f096
Compare
Choose a tag to compare

What's Changed

  • refactor: change access modifiers from private to protected in SyncManager by @maxnowack in #1113

Full Changelog: v0.21.4...v0.21.5