Releases: FleekHQ/apollo-cursor-pagination
Release 0.3.0
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
andascOrDesc
in favor oforderBy
andorderDirection
(previous ones are still supported for now too).
Alpha release of 0.3.0 version
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
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