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 alias to route to the facade
3.0.1 - (12/01/2020)
- Removed the support for php 7.2 since it is no longer supported
- Support for php 8.0 (alongside 7.3 or 7.4)
3.0.0 - (19/09/2020)
- Added Laravel 8 support
- Removed Laravel 7 support
2.0.0 - (02/05/2020)
- Added Laravel 7 support
- Remove Laravel 5 support
- Remove Laravel 6 support
- CHANGELOG
- Git attributes file
1.0.4 - (05/02/2020)
- Load the default config if no user config found
1.0.3 - (05/02/2020)
- Allow Laravel 6
1.0.2 - (27/08/2019)
- Update dependencies
1.0.1 - (15/07/2019)
- Ensure all exceptions are parented by an HttpException
1.0.0 - (01/07/2019)
- Initial Release