Skip to content

Releases: jerowork/graphql-attribute-schema

0.6.7

11 Oct 09:19

Choose a tag to compare

Changelog

  • Fix: return null when deferred type is not found in registry (#92)
  • Bump webonyx/graphql-php from 15.24.0 to 15.25.1 (#88)
  • [dev] Bump quality tools

Full changelog: 0.6.6...0.6.7

0.6.6

03 Sep 17:08

Choose a tag to compare

Changelog

  • [Fix] Allow nullable return for deferred type loaders (#64)
  • Bump phpunit/phpunit from 12.3.6 to 12.3.7

Full changelog: 0.6.5...0.6.6

0.6.5

21 Aug 08:06

Choose a tag to compare

Changelog

  • Bump webonyx/graphql-php from 15.20.1 to 15.24.0 24d937b
  • Bump several dev dependencies (quality tools)

Full changelog: 0.6.4...0.6.5

0.6.4

16 Jun 18:22

Choose a tag to compare

Changelog

  • Fix: Allow null input values for InputType and enums (#20)

Full changelog: 0.6.3...0.6.4

0.6.3

13 Jun 14:21

Choose a tag to compare

Changelog

  • Replace roave/better-reflection with native PHP Tokenizer (#10)
  • Internal refactors, increasing test coverage (#11)
  • Bump vendor to latest

Full changelog: 0.6.2...0.6.3

0.6.2

02 Jun 19:06

Choose a tag to compare

Changelog

  • Fix: Enable interface Types on field level (as well) (#9)
  • Documentation updates (by @spawnia)

Full changelog: 0.6.1...0.6.2

0.6.1

30 May 17:05

Choose a tag to compare

Changelog

  • Fix: Use typeResolvers to resolve field arguments as well (3d918ef)
  • Improvement: Lazy load types and fields (0556d05)

Full changelog: 0.6.0...0.6.1

0.6.0

28 May 19:23

Choose a tag to compare

Changelog

  • [New feature] Deferred type loading (#3)

Full changelog: 0.5.0...0.6.0

0.5.0

27 May 17:45

Choose a tag to compare

Changelog

  • [Improvement] Drop internal ScalarType in favor of Webonyx's ScalarType (#2)
  • Bump dependencies

Full changelog: 0.4.0...0.5.0

0.4.0

23 May 16:04

Choose a tag to compare

Changelog

  • Internal: Extract creation of PageInfo and Edge from main resolver (a167025)
  • [Fix] Allow nullable input arguments (1d36f39)
  • Remove configurablefirst in ConnectionType (relay connections) (f9531b4, dd5ce0a)
  • Bump dependencies

Full changelog: 0.3.1...0.4.0