Skip to content

Releases: GraphtonLib/Graphton

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 03 Aug 21:05

1.0.5 (2022-08-03)

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 02 Aug 14:59

1.0.3 (2022-08-02)

Bug Fixes

  • Scalars always being a string (b390f52)
  • Return values from enums are now strings instead of unparsed instances (436547a)
  • Generation of optional arguments vs optional returned values (8bc3131)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 22:01

0.8.0 (2022-07-23)

⚠ BREAKING CHANGES

  • Selection of the returning fields/opject has been vastly improved, but also breaks your current Graphton queries! Check UPGRADING.md to help upgrading vrom v0.7 to v1.

Features

  • Change selection method from builder functions to GraphQL-ish object notation, removing ReturnTypeBuilders. (a002ed6)

Bug Fixes

  • Initialization of the selectedFields property on the GraphtonQueryReturnsObject mixin now works (ebe4070)
  • ObjectFieldSelector types now has the _all property instead of the InputObject types (a7f2038)
  • returnType always being an empty string instead of the key of the lookup (53c82bf)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 01:47

0.7.0 (2022-07-10)

⚠ BREAKING CHANGES

  • Use GraphtonSettings.headers and GraphtonSettings.graphqlEndpoint instead of GraphtonSettings.setDefaultHeaders and GraphtonSettings.setDefaultUrl

Bug Fixes

  • GraphtonSettings now uses static properties instead of a floating const (30787dd)

v0.6.9

Choose a tag to compare

@github-actions github-actions released this 09 Jul 20:55

0.6.9 (2022-07-09)

Bug Fixes

  • Export GraphtonBaseQuery (e0507e4)

v0.6.8

Choose a tag to compare

@github-actions github-actions released this 09 Jul 20:52

0.6.8 (2022-07-09)

Bug Fixes

  • Scalar Properties rendering full type definition instead of just the name (50bd7e5)
  • security: Force minimist ^1.2.6 (049bdc6)
  • security: Force minimist ^1.2.6 (0308b50)

v0.6.7

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:24

0.6.7 (2022-07-09)

Bug Fixes

  • Bug where enum was ignored in return type builders (31507e2)

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 01 May 21:08

0.6.6 (2022-05-01)

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 01 May 21:05

0.6.5 (2022-05-01)

Features

  • Adds (alias) types for scalars and customization of custom scalar types (ea75f69)

Bug Fixes

  • Add stacktrace to argify error (c947e4b)

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 23 Jan 14:28

0.6.4 (2022-01-23)

Features

  • Adds errors response as promise rejection (8c1296d)