Skip to content

Releases: maxnowack/signaldb

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

v0.21.4

04 Nov 22:56
v0.21.4
64aff12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.3...v0.21.4

v0.21.3

15 Oct 09:33
v0.21.3
6a13281
Compare
Choose a tag to compare

What's Changed

  • fix(sync): save errors as string to be able to persist them properly by @maxnowack in #1039
  • feat(sync): allow registering error handler for persistence adapters for SyncManager by @maxnowack in #1040

Full Changelog: v0.21.2...v0.21.3

v0.21.2

27 Sep 10:03
v0.21.2
080f1df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.1...v0.21.2

v0.21.1

27 Sep 09:49
v0.21.1
bfd28bf
Compare
Choose a tag to compare

v0.21.0

27 Sep 08:42
v0.21.0
f275402
Compare
Choose a tag to compare

What's Changed

  • fix: improve timing of sync operation creation by @maxnowack in #977
  • feat: allow disposal of persistence adapters, collections and sync managers by @maxnowack in #981

BREAKING CHANGES

  • fix: call onError on every error that is thrown during sync by @maxnowack in #980
  • fix: call registerRemoteChange individual for each collection by @maxnowack in #982

Full Changelog: v0.20.4...v0.21.0