Skip to content

Releases: FleekHQ/apollo-cursor-pagination

Release 0.8.0

07 Sep 15:24
2552dfe
Compare
Choose a tag to compare

Includes changes in #43

Release 0.7.4

03 Jun 21:29
Compare
Choose a tag to compare

Change log

  • Added .npmignore to reduce the size of the bundled package.

Release 0.7.1

13 May 16:36
3752999
Compare
Choose a tag to compare
  • Export orderNodesBy in knex custom pagination.

Release 0.7.0

27 Jan 16:29
85b37be
Compare
Choose a tag to compare

Change log

  • Added modifyEdgeFn util.

Release 0.6.1

20 Jan 17:46
Compare
Choose a tag to compare

Change log

  • Fixed a bug where formatColumnIfAvailable was ignored for id columns.

Release 0.6.0

16 Jan 14:31
Compare
Choose a tag to compare

Change log

  • Added support for formatColumnFn in conjunction with orderBy.

  • Updated readme to include docs for formatColumnFn.

  • Updated some dependencies versions in the test app

Release 0.5.0

12 Aug 22:51
cd5e8ee
Compare
Choose a tag to compare

Change log

Knex pagination

  • Added support for paginating when items are ordered by a key that might contain null values.

  • Fixed a bug when using after that in some scenarios could bring wrong results.

Release 0.4.1

14 Jul 23:55
9bb479b
Compare
Choose a tag to compare

Change log

  • Reduced the amount of database roundtrips required to build up the complete graphql response (now 2 queries are required if fetching totalCount and 1 otherwise). This was done by skipping calls to getNodesLength and calculating node operations with less info.

  • Added an option to skip fetching totalCount for large databases.

  • Added startCursor and endCursor to the response payload.

  • Security patches in deps.

Release 0.3.4

10 Jun 23:15
Compare
Choose a tag to compare

Change log

  • Small bug fix. Now all returned fields from paginate will be returned (and not return a pending promise).

Release 0.3.1

01 Apr 14:25
083898a
Compare
Choose a tag to compare

Change log

  • A bunch of bugfixes

  • Added support for pagination sorting over aggregate columns (sum, count, etc.).