-
Notifications
You must be signed in to change notification settings - Fork 225
v0.14.0
#967
What's Changed
- Update return typehint for SchemaBuilder by @kix in Update return typehint for SchemaBuilder #630
- Change error message by @JoppeDC in Change error message #645
- Docs/validation by @murtukov in Docs/validation #654
- Update index.md by @murtukov in Update index.md #655
- Added support for getters with no prefix on FieldResolver by @OwlyCode in Added support for getters with no prefix on FieldResolver #657
- Typofix by @kix in Typofix #659
- Update index.md by @murtukov in Update index.md #660
- Update README.md by @murtukov in Update README.md #665
- Update README.md by @murtukov in Update README.md #667
- fix typo in relay paginator helper documentation by @mathroc in fix typo in relay paginator helper documentation #670
- Make the encoder for the cursors of the edges of a connection customizable by @ste93cry in Make the encoder for the cursors of the edges of a connection customizable #678
- Update index.md by @murtukov in Update index.md #681
- Reconfigure Travis-CI by @murtukov in Reconfigure Travis-CI #685
- ArgumentTransformer & validator component by @Vincz in ArgumentTransformer & validator component #642
- Feature/generator by @murtukov in Feature/generator #682
- Update index.md by @murtukov in Update index.md #693
- Profiler feature by @Vincz in Profiler feature #696
- Common project code upgrade by @murtukov in Common project code upgrade #695
- Fix docker for php 7.4 by @mcg-web in Fix docker for php 7.4 #699
- Treat
useStrictAccessoption as true by default by @murtukov in TreatuseStrictAccessoption as true by default #700 - Merge 0.13 by @mcg-web in Merge 0.13 #698
- Allow cleaner access syntax in expressions by @murtukov in Allow cleaner access syntax in expressions #709
- Simplify FQCN when using class_exists by @mcg-web in Simplify FQCN when using class_exists #711
- Annotations refactoring by @Vincz in Annotations refactoring #710
- Add schema name as Executor argument & fix default schema by @Vincz in Add schema name as Executor argument & fix default schema #713
- Add more native support for php constants in yaml files by @thedustin in Add more native support for php constants in yaml files #719
- Allow multiple target types by @Vincz in Allow multiple target types #726
- Fix the attribute name for AnnotationParser fieldBuilder error message by @bartv2 in Fix the attribute name for AnnotationParser fieldBuilder error message #732
- Add type-hints in annotation classes by @murtukov in Add type-hints in annotation classes #729
- Allow to use non-empty constructor for input types by @olsavmic in Allow to use non-empty constructor for input types #656
- Revert "Allow to use non-empty constructor for input types" by @mcg-web in Revert "Allow to use non-empty constructor for input types" #734
- Make the docker image more usable by @bartv2 in Make the docker image more usable #737
- Fix annotation on master by @Vincz in Fix annotation on master #743
- Fix parser on enum by @Vincz in Fix parser on enum #746
- Fix Input Field annotations handling by @bartv2 in Fix Input Field annotations handling #735
- baseExportPath already point to var dir by @bartv2 in baseExportPath already point to var dir #747
- Really ignore field and not create an empty InputType by @bartv2 in Really ignore field and not create an empty InputType #736
- Add attributes
targetTypeQueryandtargetTypeMutationon@Providerby @Vincz in Add attributestargetTypeQueryandtargetTypeMutationon@Provider#749 - Update phpunit config-schema by @bartv2 in Update phpunit config-schema #752
- generate a SchemaCompiledEvent when Type files are generated by @mathroc in generate a SchemaCompiledEvent when Type files are generated #730
- Add auto_discover.built_in configuration option by @astronom in Add auto_discover.built_in configuration option #756
- Fixed a bug on validating fields when validation is cascade by @ktrzos in Fixed a bug on validating fields when validation is cascade #759
- Update UPGRADE-0.11.md by @AdamTovatt in Update UPGRADE-0.11.md #760
- Update src/Generator/TypeBuilder.php by @koekaverna in Update src/Generator/TypeBuilder.php #761
- Update links in README.md by @murtukov in Update links in README.md #764
- Update index.md by @murtukov in Update index.md #765
- Fix/phpstan by @murtukov in Fix/phpstan #769
- Refactor TypeBuilder and resolve some todos by @murtukov in Refactor TypeBuilder and resolve some todos #770
- Remove compiler pass by @murtukov in Remove compiler pass #771
- Optimize config processing by @murtukov in Optimize config processing #772
- Update index.md by @murtukov in Update index.md #773
- Fix Profiler bug by @murtukov in Fix Profiler bug #774
- Update generated types by @murtukov in Update generated types #780
- Made it possible for totalCount to be a promise by @rsolyanik in Made it possible for totalCount to be a promise #778
- Refactor default field resolver by @murtukov in Refactor default field resolver #783
- Fix annotation for non-nullable array of non-nullable values as query argument by @DmytryHo in Fix annotation for non-nullable array of non-nullable values as query argument #806
- Annotations refactoring & PHP 8 Attributes by @Vincz in Annotations refactoring & PHP 8 Attributes #801
- Allow interfaces implement interfaces by @murtukov in Allow interfaces implement interfaces #813
- Rename classes, tags and functions by @murtukov in Rename classes, tags and functions #786
- Optimize validator by @murtukov in Optimize validator #815
- Update PHPStan version by @murtukov in Update PHPStan version #816
- Fix alias for
mutationfunction by @murtukov in Fix alias formutationfunction #817 - Fix repeatable scalar attribute by @Vincz in Fix repeatable scalar attribute #819
- Improve GraphQLServices by making it a ServiceLocator by @mcg-web in Improve GraphQLServices by making it a ServiceLocator #836
- Keep original accessibility option for services tagged as resolver by @mcg-web in Keep original accessibility option for services tagged as resolver #837
- Fix default value by @mcg-web in Fix default value #839
- Remove deprecations by @mcg-web in Remove deprecations #840
- Php cs fixer update by @mcg-web in Php cs fixer update #841
- Refactor
TypeGeneratorby @murtukov in RefactorTypeGenerator#845 - Fix CS by @murtukov in Fix CS #846
- Remove XML type configuration support by @mcg-web in Remove XML type configuration support #852
- Make ReactPromiseAdapter compatible with webonyx master by @ruudk in Make ReactPromiseAdapter compatible with webonyx master #906
- Check if experimental executor exists before trying to set it by @ruudk in Check if experimental executor exists before trying to set it #907
- Expose
requestin context by @ruudk in Exposerequestin context #892 - PHPUnit > Disable verbose / debug mode by @ruudk in PHPUnit > Disable verbose / debug mode #910
- Fix PHPStan error by @ruudk in Fix PHPStan error #911
- Always compile types with
AliasedInterfaceby @ruudk in Always compile types withAliasedInterface#890 - PHPUnit > Disable verbose / debug mode by @ruudk in PHPUnit > Disable verbose / debug mode #914
- Drop Symfony 5.0, 5.1, 5.2 and start testing 5.3 by @ruudk in Drop Symfony 5.0, 5.1, 5.2 and start testing 5.3 #913
- Drop Scrutinizer by @ruudk in Drop Scrutinizer #918
- Drop
COMPOSER_ROOT_VERSIONby @ruudk in DropCOMPOSER_ROOT_VERSION#920 - Make
0.14CI green again by @ruudk in Make0.14CI green again #919 - Fix
highest/lowestby @ruudk in Fixhighest/lowest#923 - Enable MonologBundle in functional tests by @ruudk in Enable MonologBundle in functional tests #927
- Require Symfony 4.4 or 5.3 by @ruudk in Require Symfony 4.4 or 5.3 #928
- Add annotation reader cache and fix doctrine typeGuesser by @Damienbelingheri in Add annotation reader cache and fix doctrine typeGuesser #867
- Use php-coveralls.phar instead of global composer installation by @mcg-web in Use php-coveralls.phar instead of global composer installation #934
- Remove useless benchmarks by @mcg-web in Remove useless benchmarks #935
- Add type on
getContainerExtensionfor future compat by @GromNaN in Add type ongetContainerExtensionfor future compat #931 - Test symfony 5.4 by @mcg-web in Test symfony 5.4 #936
- Use Flex to require specific Symfony versions by @ruudk in Use Flex to require specific Symfony versions #933
- Replace deprecated
NamedArgumentConstructorAnnotationwith@NamedArgumentConstructor+ Address one PHP 8.1 deprecation by @ruudk in Replace deprecatedNamedArgumentConstructorAnnotationwith@NamedArgumentConstructor+ Address one PHP 8.1 deprecation #941 - Fix a bunch of deprecations by @ruudk in Fix a bunch of deprecations #942
- Test on PHP 8.1 by @ruudk in Test on PHP 8.1 #938
- Fix deprecations in 0.14 by @ruudk in Fix deprecations in 0.14 #952
- Allow all
psr/logby @ruudk in Allow allpsr/log#953
New Contributors
- @kix made their first contribution in Update return typehint for SchemaBuilder #630
- @JoppeDC made their first contribution in Change error message #645
- @mathroc made their first contribution in fix typo in relay paginator helper documentation #670
- @thedustin made their first contribution in Add more native support for php constants in yaml files #719
- @bartv2 made their first contribution in Fix the attribute name for AnnotationParser fieldBuilder error message #732
- @astronom made their first contribution in Add auto_discover.built_in configuration option #756
- @ktrzos made their first contribution in Fixed a bug on validating fields when validation is cascade #759
- @AdamTovatt made their first contribution in Update UPGRADE-0.11.md #760
- @koekaverna made their first contribution in Update src/Generator/TypeBuilder.php #761
- @rsolyanik made their first contribution in Made it possible for totalCount to be a promise #778
- @DmytryHo made their first contribution in Fix annotation for non-nullable array of non-nullable values as query argument #806
- @Damienbelingheri made their first contribution in Add annotation reader cache and fix doctrine typeGuesser #867
- @GromNaN made their first contribution in Add type on
getContainerExtensionfor future compat #931
Full Changelog: v0.13.7...v0.14.0
This discussion was created from the release v0.14.0.
All reactions
-
🎉 3
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment