Version | Release date |
---|---|
0.1.1 | October 2024 |
0.1.0 | October 2024 |
0.0.2 | March 2022 |
0.0.1 | March 2022 |
0.1.1 (2024-10-08)
- include object stores without keyPath in the fetch loop (66c927c)
0.1.0 (2024-10-07)
- add support for object stores without keyPath (b59b095)
- update the format of the default search params (3ffd2f4)
- 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)
0.0.1 (2022-03-25)
- add SyncManager and LiveQuery features (dab36fb)