Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

73 lines (49 loc) · 1.76 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.

[3.0.2] - (23/08/2021)

Fixed

  • Fixed alias to route to the facade

3.0.1 - (12/01/2020)

Removed

  • Removed the support for php 7.2 since it is no longer supported

Added

  • Support for php 8.0 (alongside 7.3 or 7.4)

3.0.0 - (19/09/2020)

Changed

  • Added Laravel 8 support
  • Removed Laravel 7 support

2.0.0 - (02/05/2020)

Changed

  • Added Laravel 7 support
  • Remove Laravel 5 support
  • Remove Laravel 6 support

Added

  • CHANGELOG
  • Git attributes file

1.0.4 - (05/02/2020)

Changed

  • Load the default config if no user config found

1.0.3 - (05/02/2020)

Changed

  • Allow Laravel 6

1.0.2 - (27/08/2019)

Changed

  • Update dependencies

1.0.1 - (15/07/2019)

Changed

  • Ensure all exceptions are parented by an HttpException

1.0.0 - (01/07/2019)

Added

  • Initial Release