Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@maxnowack maxnowack released this 16 Dec 20:30
· 20 commits to main since this release
v1.0.0
c942095

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