Releases: overblog/GraphQLBundle
Releases · overblog/GraphQLBundle
 v1.7.1
v1.7.0
What's Changed
- PHP 8.4 deprecates implicitly nullable types by @benji07 in #1198
 - Fix typo in attributes documentation by @maximecolin in #1197
 
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.5.0
v1.4.0
What's Changed
- Allow for linked validations to be named differently to property by @joesaunderson in #1181
 - Update DocBlockTypeGuesser.php - cs fix by @Vincz in #1183
 - Don't validate fields that were not passed by @joesaunderson in #1184
 
New Contributors
- @joesaunderson made their first contribution in #1181
 
Full Changelog: v1.3.2...v1.4.0
Arguments order doesn't matter
What's Changed
Full Changelog: v1.3.1...v1.3.2
v1.3.1 - Arg Attribute errors detection
- 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
Full Changelog: v1.3.0...v1.3.1
v1.3.0 - Fixes & attributes improvements
- This release introduce a new 
#[GQL\InputField]attribute to manage fields on input object with default value. - A new 
InterfaceTypeResolverhas 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
- Cleanup Input default value and Fix #1171 by @Vincz in #1172
 - Update index.md by @newtoframework in #1158
 - Update index.md by @newtoframework in #1159
 - Fix mutation.md example by @samgranger in #1130
 - Update documentation in favor of attributes by @Vincz in #1174
 - Validate only InputObject types fix #1170 by @Vincz in #1175
 
New Contributors
- @newtoframework made their first contribution in #1158
 - @samgranger made their first contribution in #1130
 
Full Changelog: v1.2.0...v1.3.0
v1.2.0 - Fixes profiler & Optimization
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
- @hunhejj made their first contribution in #1156
 - @marcinjagielnicki made their first contribution in #1141
 
Full Changelog: v1.1.0...v1.2.0
v1.1.0 - Symfony 7 / PHP 8.3 Compatibility
This new release add Symfony 7 and PHP 8.3 support.
What's Changed
- Fix typos by @szepeviktor in #1136
 - Upgrade CI workflow by @szepeviktor in #1138
 - Remove redundant caching from CI by @szepeviktor in #1137
 - Fix argument transformer for typed properties without default value by @deeky666 in #1143
 - Symfony 7 / PHP 8.3 compatibility by @Vincz in #1144
 
New Contributors
- @szepeviktor made their first contribution in #1136
 - @deeky666 made their first contribution in #1143
 
Full Changelog: v1.0.0...v1.1.0