Skip to content

Releases: FleekHQ/apollo-cursor-pagination

Release 0.3.0

27 Mar 21:06
9c90e99
Compare
Choose a tag to compare

Change log

  • Fixed order by logic. It should perform the sorting now.

  • Added tests to check the ordering works.

  • Added support for ordering by multiple columns.

  • Added tests for multiple column ordering.

  • Added totalCount value to the final GraphQL response, which should display the total number of records.

  • Deprecated orderColumn and ascOrDesc in favor of orderBy and orderDirection (previous ones are still supported for now too).

Alpha release of 0.3.0 version

26 Mar 20:19
Compare
Choose a tag to compare
Pre-release

Change log

  • Fixed order by logic. It should perform the sorting now.

  • Added tests to check the ordering works.

  • Added support for ordering by multiple columns.

  • Added tests for multiple column ordering.

  • Added totalCount value to the final GraphQL response, which should display the total number of records.

  • Deprecated orderColumn and ascOrDesc in favor of orderBy and orderDirection (previous ones are still supported for now too).

Correctly building dist version

03 Jan 20:50
Compare
Choose a tag to compare

Available on NPM.

Change Log

  • Added gitignore

  • Added a build script that generates a dist version of the package

  • Hooked the test app to the dist version to test the final transpiled package instead of the original source

  • Some cleanup in the package.json files