v1.0.0
What's Changed
- Replace
Paginator
withConnectionBuilder
+ more API changes by @sgarner in #400 - Arbitrary cursor-based pagination (as opposed to offset-based pagination) is now fully supported.
⚠️ Breaking Changes
This major v1.0.0 release contains some breaking changes compared with the last pre-release.
OffsetCursorPaginator
class is removed. Please useOffsetPaginatedConnectionBuilder
instead (refer to updated usage instructions in README).Cursor.create()
method is removed. UseCursor.fromString()
instead.ConnectionInterface
now requires anEdge
type as its first type argument instead of aNode
type.
Full Changelog: v0.4.2...v1.0.0