Skip to content

Releases: overblog/GraphQLBundle

v1.4.0

10 May 13:20
13b6b4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

Arguments order doesn't matter

11 Apr 06:42
c4ef425
Compare
Choose a tag to compare

What's Changed

  • Fix Arguments order of the method matter by @Vincz in #1178

Full Changelog: v1.3.1...v1.3.2

v1.3.1 - Arg Attribute errors detection

02 Apr 14:51
e16d86d
Compare
Choose a tag to compare
  • Detect when a #[GQL\Arg] is used on a method with a name that doesn't match any parameter name of the method.

What's Changed

  • Ensure that a #[GQL\Arg] on method has a matching parameter by @Vincz in #1176

Full Changelog: v1.3.0...v1.3.1

v1.3.0 - Fixes & attributes improvements

02 Apr 08:21
f990e0b
Compare
Choose a tag to compare
  • This release introduce a new #[GQL\InputField] attribute to manage fields on input object with default value.
  • A new InterfaceTypeResolver has been implemented to resolve automatically interface types when using attributes/annotations
  • The documentation regarding annotations/attributes has been cleaned up.
  • A bunch of fixes

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0 - Fixes profiler & Optimization

11 Mar 08:38
501193b
Compare
Choose a tag to compare

What's Changed

  • Fix profiler & update phpcs by @Vincz in #1155
  • Merge guessed argument properties and args described with GQL\Arg by @mathroc in #1151
  • Do not inject the authorization checker service in GraphQL types by @hunhejj in #1156
  • Only look at attributes implementing Annotation by @mathroc in #1150
  • Added support of Subscription in MetadataParser by @marcinjagielnicki in #1141

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - Symfony 7 / PHP 8.3 Compatibility

19 Feb 13:27
9516e5b
Compare
Choose a tag to compare

This new release add Symfony 7 and PHP 8.3 support.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v0.15.3

17 Jul 13:47
e1facd3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.2...v0.15.3

v1.0.0

07 Jul 08:23
7687071
Compare
Choose a tag to compare

#V1.0.0

What's Changed

New Contributors

Full Changelog: v0.15.1...v1.0.0

v0.14.4

18 Jan 17:29
ef52da4
Compare
Choose a tag to compare

What's Changed

Fix unbound webonyx/graphql-php constraint @buffcode and @Robert-Smagge

Full Changelog: v0.14.3...v0.14.4

v0.15.2

18 Jan 17:31
d0e1ce2
Compare
Choose a tag to compare

What's Changed

  • Fixed not providing file permissions while saving files. by @zgperak in #1061
  • Fix unbound webonyx/graphql-php constraint by @buffcode in #1084

New Contributors

Full Changelog: v0.15.1...v0.15.2