All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support Laravel 9
- Configure subscription endpoint through
graphql-playground.php
mll-lab#48 - Support PHP 8
- Support Laravel 8
- Namespace tags for
php artisan vendor:publish
undergraphql-playground-
prefix
- Fix loading removal by removing remaining bits
- Simplify view by excluding loading animation
- Support Laravel 7
- Lumen compatibility: Do not use
public_path()
helper
- Lumen compatibility: Remove usage of unavailable path helpers
- Support Lumen
- Load routes through a file:
src/routes.php
- Make the
GraphQLPlaygroundController
use__invoke()
instead ofget()
- Move the
route_name
configuration option intoroute.uri
- Disable the
route.domain
configuration option by default
We just started maintaining a changelog starting from v2.
If someone wants to make one for previous versions, PR's are welcome.