All Notable changes will be documented in this file
- Support for Laravel 9.x
- None
- Dropped support for older PHP version below 8.x
- Upgraded to PHP Domain Parser 6.0, please refer to the upgrading guide for breaking changes.
- None
- Support for PHP 7.3 and below has been dropped.
- Support for custom HTTP clients has been dropped, please refer to the upgrading guide.
- Various namespace and config changes, please refer to the upgrading guide.
- None
- Fixed #14: Made sure the config file is suffixed with .php when publishing the config.
- None
- Experimental support for Laravel 8.x on both PHP 7.4 and PHP 8.x.
- None
- None
- Added support for Laravel 6.x and 7.x.
- Added Blade directive
domain_to_ascii
- Added Blade directive
domain_to_unicode
- Rename
Constraints
toDirectives
- Bug fix validation error messages.
- Improve
ServiceProvider
- Rename
Factory
toAdapter
- Improve patch to Laravel bug #26674
- Improve
RefreshCacheCommand
- Added missing typehinting where possible
- first release