0.1.0
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