Skip to content

Releases: darrachequesne/synceddb

0.1.1

08 Oct 06:32
c2caaa2
Compare
Choose a tag to compare

Bug Fixes

  • include object stores without keyPath in the fetch loop (66c927c)

Diff: 0.1.0...0.1.1

0.1.0

07 Oct 21:44
8d2ab81
Compare
Choose a tag to compare

Features

  • add support for object stores without keyPath (b59b095)
  • update the format of the default search params (3ffd2f4)

BREAKING CHANGES

  • The format of the default search params is updated:

Before: ?sort=updated_at:asc&size=100&after=2000-01-01T00:00:00.000Z,123

After: ?sort=updated_at:asc&size=100&after=2000-01-01T00:00:00.000Z&after_id=123

Diff: 0.0.2...0.1.0

0.0.2

26 Mar 01:01
cb6eca5
Compare
Choose a tag to compare

Bug Fixes

  • add missing Content-Type header (6903318)
  • prevent infinite loop when pushing updates (0a94d53)

Diff: 0.0.1...0.0.2

0.0.1

26 Mar 01:01
8fbcc96
Compare
Choose a tag to compare

Features

  • add SyncManager and LiveQuery features (dab36fb)