Releases: maxnowack/signaldb
Releases · maxnowack/signaldb
v0.24.1
What's Changed
- fix: offset items after deletions during batch by @maxnowack in #1185
Full Changelog: v0.24.0...v0.24.1
v0.24.0
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
What's Changed
- fix: only call memoryArray once by @jamesgibson14 in #1133
- chore(build): turn on preserveModules by @maxnowack in #1144
Full Changelog: v0.22.0...v0.23.0
v0.22.0
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
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
What's Changed
- fix: refetching items in AutoFetchCollections by @maxnowack in #1101
Full Changelog: v0.21.3...v0.21.4
v0.21.3
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
What's Changed
- fix(sync): also cleanup active operations by @maxnowack in #983
Full Changelog: v0.21.1...v0.21.2
v0.21.1
What's Changed
Full Changelog: v0.21.0...v0.21.1
v0.21.0
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