Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@dmerrill6 dmerrill6 released this 27 Mar 21:06
· 110 commits to master since this release
9c90e99

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).