Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Releases: mll-lab/laravel-graphql-playground

v2.6.0

08 Feb 15:58
Compare
Choose a tag to compare

Added

  • Support Laravel 9

v2.5.0

01 Feb 17:56
Compare
Choose a tag to compare

Added

  • Configure subscription endpoint through graphql-playground.php #48
  • Support PHP 8

v2.4.0

10 Sep 11:52
Compare
Choose a tag to compare

Added

  • Support Laravel 8

v2.3.0

17 Jul 08:53
Compare
Choose a tag to compare

Changed

  • Namespace tags for php artisan vendor:publish under graphql-playground- prefix

v2.2.1

06 Jul 19:28
Compare
Choose a tag to compare

Fixed

  • Fix loading removal by removing remaining bits

v2.2.0

06 Jul 18:43
Compare
Choose a tag to compare

Changed

  • Simplify view by excluding loading animation

v2.1.0

03 Mar 15:31
Compare
Choose a tag to compare

Added

  • Support Laravel 7

v2.0.2

23 Dec 17:49
Compare
Choose a tag to compare

Fixed

  • Lumen compatibility: Do not use public_path() helper

v2.0.1

23 Dec 12:54
Compare
Choose a tag to compare

Fixed

  • Lumen compatibility: Remove usage of unavailable path helpers

v2.0.0

13 Nov 07:54
Compare
Choose a tag to compare

If you upgrade from v1, view https://github.com/mll-lab/laravel-graphql-playground/blob/master/UPGRADE.md#v1-to-v2

Added

  • Support Lumen
  • Load routes through a file: src/routes.php

Changed

  • Make the GraphQLPlaygroundController use __invoke() instead of get()
  • Move the route_name configuration option into route.uri

Removed

  • Disable the route.domain configuration option by default