Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@AnthonyMDev AnthonyMDev released this 22 Apr 19:29
· 5 commits to main since this release

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)