Releases: maxnowack/signaldb
Releases · maxnowack/signaldb
v1.0.0
Please take a look at the Upgrade Guide for v1
What's Changed
- BREAKING:
createLocalStorageAdapter
was moved tosignaldb-localstorage
- BREAKING:
createOPFSAdapter
was moved tosignaldb-opfs
- BREAKING:
createFilesystemAdapter
was moved tosignaldb-fs
- BREAKING:
PersistentCollection
was removed entirely - BREAKING:
SyncManager
does now default to no persistence instead oflocalStorage
- BREAKING:
SyncManager
was moved tosignaldb-sync
- BREAKING:
ReplicatedCollection
was removed entirely - BREAKING:
options
parameter was removed fromcombinePersistenceAdapters
- 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
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
What's Changed
- fix: reset to snapshot after successful sync by @maxnowack in #1221
Full Changelog: v0.24.3...v0.24.4
v0.24.3
What's Changed
- fix: change main file to cjs in package.json by @maxnowack in #1208
Full Changelog: v0.24.2...v0.24.3
v0.24.2
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