Skip to content

v1.0.0

Compare
Choose a tag to compare
@sgarner sgarner released this 13 Jun 00:09
· 647 commits to master since this release
ca4f4c2

What's Changed

  • Replace Paginator with ConnectionBuilder + 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 use OffsetPaginatedConnectionBuilder instead (refer to updated usage instructions in README).
  • Cursor.create() method is removed. Use Cursor.fromString() instead.
  • ConnectionInterface now requires an Edge type as its first type argument instead of a Node type.

Full Changelog: v0.4.2...v1.0.0