Skip to content

Releases: glesys/butler-graphql

v11.0.0

29 May 06:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.1.1...v11.0.0

v10.1.1

03 Feb 09:17
Compare
Choose a tag to compare

Fixed

  • Handle empty schema extension config.

v10.1.0

02 Feb 14:30
Compare
Choose a tag to compare

Added

  • Support extending schema using partial GraphQL schema files.
  • Handle Illuminate\Auth\Access\AuthorizationException exceptions.

v10.0.0

03 Mar 10:28
Compare
Choose a tag to compare

Changed

  • BREAKING: Require Laravel 10 and PHP 8.1.

v9.0.0

26 Oct 07:07
6422d0e
Compare
Choose a tag to compare

Changed

  • BREAKING Fields that uses a resolver method are now exclusively resolved using that method. Previously, if a resolver method returned null, the library would continue to try and resolve the field using the built in array and object resolvers.

v8.1.0

18 Oct 08:20
1200861
Compare
Choose a tag to compare

Added

v8.0.1

05 May 08:17
b146d9e
Compare
Choose a tag to compare

Added

  • Cast backed enum to its value when return type is a "leaf" (enum or scalar).

v8.0.0

27 Apr 12:57
eaeb548
Compare
Choose a tag to compare

Changed

  • BREAKING: Support passing php Enums to resolvers.

v7.1.0

15 Mar 07:52
45bd3d9
Compare
Choose a tag to compare

Added

  • Support for backed enums.

v7.0.0

21 Feb 11:20
4f88058
Compare
Choose a tag to compare

Changed

  • BREAKING: Require Laravel 9 and PHP 8.