Skip to content

0.1.0

Latest
Compare
Choose a tag to compare
@darrachequesne darrachequesne released this 07 Oct 21:44
· 1 commit to main since this release
8d2ab81

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