Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 1.18 KB

Changelog

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.

Fixed

  • Lumen compatibility: Do not use public_path() helper

Fixed

  • Lumen compatibility: Remove usage of unavailable path helpers

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

Pre-v2

We just started maintaining a changelog starting from v2.

If someone wants to make one for previous versions, PR's are welcome.