Skip to content

Releases: jerowork/graphql-attribute-schema

0.6.5

21 Aug 08:06
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

0.3.1

17 Feb 20:00
Compare
Choose a tag to compare

Changelog

  • [New] Introduce union types (d9836d8)
  • Bump dependencies

Full changelog: 0.3.0...0.3.1

0.3.0

13 Feb 19:07
Compare
Choose a tag to compare

Changelog

  • [BC] Introduce #[InterfaceType] instead of #[Type] to define GraphQL interfaces 2a067f0
  • [New] Allow defining GraphQL interfaces on classes (optional abstract classes)
  • [New] Allow interfaces implementing interfaces, interface classes extending interface classes, etc.
  • Bump dependencies

Full changelog: 0.2.1...0.3.0