Skip to content

Releases: apollographql/apollo-ios-pagination

0.2.0

22 Apr 19:29
Compare
Choose a tag to compare

This release contains breaking changes to the API. Apollo iOS Pagination This is currently released as a 0.x version and is in active development. The API is subject to breaking changes until the stable 1.0 release.

New

  • Added completion callbacks to fetch and refetch functions (#292)
  • Added conditional Equatable conformance to pagers (#298)

Improvement

  • Removed async requirement from initializers of AsyncGraphQLQueryPager (#299)
  • Made canLoadPrevious and canLoadNext atomic (#297)

0.1.0

06 Mar 18:56
Compare
Choose a tag to compare

This is the first stable release of Apollo iOS Pagination. This library is currently released as a 0.x version and is in active development. The API is subject to breaking changes until the stable 1.0 release.

ApolloPagination uses an ApolloClient to fetch and cache your paginated query data. It supports:

  • Reading/Writing paginated data with an Apollo NormalizedCache
  • Watching paginated data for changes
  • Forward, Reverse, and Bi-directional pagination
  • Cursor-based, offset-based, and custom pagination mechanisms

To learn about this library see the usage documentation and API reference.