Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 933 Bytes

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 933 Bytes

0.0.7 (September 17, 2019)

  • Bug Fix: Re-build library to fix discrepancies. Pass where arguments to count query.
  • Feature: Add support for httpClient to pass in dynamic headers. Backwards compatibility maintained for static headers.
  • Update package dependencies.

0.0.6 (June 14, 2019)

  • Bug Fix: Fix sort order, fix primary key when response not an array and add filters to GET_* operations.

0.0.5 (May 16, 2019)

  • Feature: Support specifying primary keys other than id for tables using a config object Example: const config = { 'primaryKey': {'author': 'name'} }

0.0.4 (April 25, 2019)

  • Feature: Support multiple schemas using "." separator. Example: <Resource name="schema.table" />

0.0.3 (January 24, 2019)

  • Bug Fix: Fix count query to support UUID

0.0.2 (January 20, 2019)

  • Bug Fix: GET_MANY_REFERENCE definition

0.0.1 (January 19, 2019)

  • Add support for hasura data provider