Skip to content

Releases: basecamp/geared_pagination

v1.2.0

28 Nov 23:16
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Avoid another (cached) query for next link by @lewispb in #55
  • Address Rails 7.1 deprecation warning by @intrip in #54

Full Changelog: v1.1.1...v1.2.0

v1.0.1

28 May 19:51
Compare
Choose a tag to compare

Fixes that GearedPagination::Page#last? would return false in some cases where there are no more pages.

v1.0.0

20 May 16:18
Compare
Choose a tag to compare

Adds support for cursor-based pagination.