Skip to content

Releases: ivome/graphql-relay-php

v0.6.0

24 Apr 19:40
7055fd4
Compare
Choose a tag to compare

Adds PHP 8.0 support

Description and DeprecationReason support

12 Jun 13:25
Compare
Choose a tag to compare

This release includes two minor changes:

  • Add support for description and deprecationReason for mutationWithClientId
  • Rename Array::getOffsetWidthDefault to ArrayConnection::getOffsetWithDefault

Thanks @Tpt

Bugfix release

09 May 23:10
Compare
Choose a tag to compare
  • Fixes error for nullable clientMutationId
  • Unit test added

Nullable clientMutationId

08 May 18:18
Compare
Choose a tag to compare
  • clientMutationId is now of type String instead of String! as it is not required any more in modern-relay
  • Removed deprecated field type definitions

TypeResolver optional

29 Oct 23:33
Compare
Choose a tag to compare
  • $typeResolver parameter for nodeDefinition is now optional, as already documented
  • Fixed deprecation of type as closure webonyx/graphql-php#35

Thanks @mgrenier

Functionality added to create types separately

26 Sep 13:47
Compare
Choose a tag to compare

This release adds functionality to create edge and connection types individually: #5