Skip to content

Latest commit

 

History

History
55 lines (26 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

55 lines (26 loc) · 1.81 KB

History

Version Release date
0.1.1 October 2024
0.1.0 October 2024
0.0.2 March 2022
0.0.1 March 2022

Release notes

0.1.1 (2024-10-08)

Bug Fixes

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

0.1.0 (2024-10-07)

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

0.0.2 (2022-03-26)

Bug Fixes

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

0.0.1 (2022-03-25)

Features

  • add SyncManager and LiveQuery features (dab36fb)