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 e67dcca commit 2d71c9fCopy full SHA for 2d71c9f
CHANGELOG.md
@@ -3,13 +3,13 @@
3
All notable changes to this project will be documented in this file. This project adheres to
4
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
5
6
-## Unreleased
+## [2.1.0] - 2023-01-24
7
8
### Added
9
10
- The cursor pagination implementation now supports id fields that are encoded. To use, pass your schema's id
11
field to the cursor pagination class when returning it from the schema's `pagination()` method. For example:
12
-
+
13
```php
14
public function pagination(): CursorPagination
15
{
0 commit comments