We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4581e6d commit 9ba0842Copy full SHA for 9ba0842
CHANGELOG.md
@@ -30,7 +30,7 @@ FIXED:
30
31
- `FixedPageBasedPagination::getPage()`, `PageBasedPagination::getPage()` and `PageBasedPagination::getSize()`
32
now return `integer` instead of `string`
33
-- `CursorBasedPagination::getCursor()` now return `integer` instead of `string`
+- `CursorBasedPagination::getCursor()` now returns `integer` instead of `string`
34
- `OffsetBasedPagination::getOffset()` and `OffsetBasedPagination::getLimit()` now return `integer` instead of `string`
35
- [#44](https://github.com/woohoolabs/yin/pull/44): Fixed request validation
36
- [#45](https://github.com/woohoolabs/yin/pull/45): `Request` class uses exception factory to throw exception
0 commit comments