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