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