Skip to content

Alpha release of 0.3.0 version

Pre-release
Pre-release
Compare
Choose a tag to compare
@dmerrill6 dmerrill6 released this 26 Mar 20:19
· 5 commits to feature/order-by since this 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).