Releases: rebing/graphql-laravel
GraphQL Laravel 5.1.4 released
Note: hotfix release to replace 5.1.3
Apologies for the rushed 5.1.3 release causing trouble, it was in fact cut from the wrong branch and it the current state for the upcoming 6.x series 😬
5.1.4 intends to correct this.
Added
- Support Laravel 8 #671 / mfn
GraphQL Laravel 5.1.3 released
❗ BROKEN RELEASE DO NOT USE ❗
It wasn't a good day and I created the tag from the wrong branch => this is fixed with 5.1.4!
Added
- Support Laravel 8 #671 / mfn
GraphQL Laravel 5.1.2 released
Added
- Readded support for validation in field arguments (with breaking change fix) #630 / crissi
As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation!
Hotfix: GraphQL Laravel 5.1.1 released
Unfortunately the 5.1.0 release introduced a regression which is now fixed
Fixed
- Reverted "Add support for validation in field arguments" due to breaking changes reported
Sorry for the angst 😱
GraphQL Laravel 5.1.0 released
Added
- Add support for validation in field arguments #608 / crissi
- Add support for modifiers to
GraphQL::type
#621 / stevelacey
See also Type modifiers in the README
As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation!
GraphQL Laravel 5.0.0 released
Long delay for a new release for no particular reason 🎉
Some internal changes might cause breaks, depending of your level of customization thus we bump the major number to not cause troubles.
Many thanks to all the contributors 🙇
Added
- Support Laravel 7 #597 / exodusanto
- Add support for custom authorization message #578 / Sh1d0w
- Add support for macros on the GraphQL service/facade #592 / stevelacey
Fixed
- Fix the infinite loop as well as sending the correct matching input data to the rule-callback #579 / crissi
- Fix selecting not the correct columns for interface fields #607 / illambo
Changed
- Refactor route files with the goal of making adding subscription support easier #575 / crissi
Removed
- Official support for Laravel 5.8 has been removed #596 / mfn
5.0.0-rc2
Note: we're already bumping the major version as some of the contributions did internal refactoring, making it incompatible with the semver promise.
Added
- Support Laravel 7 #597 / exodusanto
- Add support for custom authorization message #578 / Sh1d0w
- Add support for macros on the GraphQL service/facade #592 / stevelacey
Fixed
- Fix the infinite loop as well as sending the correct matching input data to the rule-callback #579 / crissi
Changed
- Refactor route files with the goal of making adding subscription support easier #575 / crissi
Removed
- Official support for Laravel 5.8 has been removed #596 / mfn
5.0.0-rc1
Note: we're already bumping the major version as some of the contributions did internal refactoring, making it incompatible with the semver promise.
Added
- Add support for custom authorization message #578 / Sh1d0w
Fixed
- Fix the infinite loop as well as sending the correct matching input data to the rule-callback #579 / crissi
Changed
- Refactor route files with the goal of making adding subscription support easier #575 / crissi
GraphQL Laravel 4.0.0 released
Since 3.1.0 we've had a lot of contributions, some are breaking changes with semver thus we start off with a new major version 🎉
Although past released already were, 4.0.0 is now officially compatible with the latest and greatest PHP 7.4 release.
Added
- Allow passing through an instance of a
Field
#521 / georgeboot - Add the ability to alias query and mutations arguments as well as input objects #517 / crissi
- Classes can now be injected in the Resolve method from the query/mutation similarly to Laravel controller methods #520 / crissi
Fixed
- Fix validation rules for non-null list of non-null objects #511 / crissi
- Add morph type to returned models #503 / crissi
- Querying same field multiple times causes an error (e.g. via fragments) #537 / edgarsn
- Fixed the custom query not being handled by interface's relations #486 / EdwinDayot
Changed
- Switch Code Style handling from StyleCI to PHP-CS Fixer #502 / crissi
- Implemented ClientAware interface on integrated exceptions #530 / georgeboot
- More control over validation through optional user-generated validator by introducing
getValidator()
#531 / mailspice
4.0.0-rc1
Since 3.1.0 we've had a lot of contributions, some are breaking changes with semver thus we start off with a new major version.
Added
- Allow passing through an instance of a
Field
#521 / georgeboot - Add the ability to alias query and mutations arguments as well as input objects #517 / crissi
- Classes can now be injected in the Resolve method from the query/mutation similarly to Laravel controller methods #520 / crissi
Fixed
- Fix validation rules for non-null list of non-null objects #511 / crissi
- Add morph type to returned models #503 / crissi
- Querying same field multiple times causes an error (e.g. via fragments) #537 / edgarsn
- Fixed the custom query not being handled by interface's relations #486 / EdwinDayot
Changed
- Switch Code Style handling from StyleCI to PHP-CS Fixer #502 / crissi
- Implemented ClientAware interface on integrated exceptions #530 / georgeboot
- More control over validation through optional user-generated validator by introducing
getValidator()
#531 / mailspice