Skip to content

Releases: hasura/ra-data-hasura

v0.6.1

16 Apr 17:57
Compare
Choose a tag to compare

v0.6.0

07 Jul 08:49
Compare
Choose a tag to compare

Breaking change

  • Preserve array structure with array transformation, thanks to nihauc12

v0.5.6

29 May 09:32
Compare
Choose a tag to compare
  • Feature: Support Disabling Pagination, thanks to @alioguzhan
  • Feature: Support for JSONB filtering, thanks to @jbek7

v0.5.5

21 Dec 15:27
b8f338d
Compare
Choose a tag to compare
  • Feature: Hasura raw query nested filtering support, thanks to @n3n
  • Feature: Ability to support sorting nulls_first and nulls_last, thanks to @n3n
  • Update: graphql v16

v0.5.4

22 Nov 12:37
fa5e251
Compare
Choose a tag to compare
  • Update all dependencies
  • Fix: remove graphql-ast-types-browser dependency

v0.5.3

16 Aug 14:22
fa52b44
Compare
Choose a tag to compare

v0.5.2

28 Jul 06:34
080e0aa
Compare
Choose a tag to compare

0.5.2 (July 27, 2022)

  • Update to GraphQL 16
  • Fix: only filter out GraphQL reserved names (#116), thanks to @n3n
  • Feature: Support skipping count aggregate on Hasura (#120), thanks to @mohammad-bolt

v0.5.0

09 Jun 11:08
0c7c7dc
Compare
Choose a tag to compare

Upgrade library and sample to support React Admin v4, thanks to @LucaColonnello

v0.4.2

09 Jun 11:04
5e44f94
Compare
Choose a tag to compare
  • Example: Add Example v3 App
  • Feature: _nin operator (#89), thanks to @fkowal
  • Feature: Enable support for _contains operator and nested path in jsonb joins, thanks to @fkowal
  • Feature: Support nested fields when sorting by multiple columns, thanks to @daa
  • Bug Fix: buildFields types (#91), thanks to @cpv123
  • Bug Fix: Keep null values when sanitizing resources (#97), thanks to @nselikoff

v0.4.1

07 Apr 15:27
b0f8cab
Compare
Choose a tag to compare

Bug Fix: Variables for mutations are not being populated, thanks to @nselikoff