Releases: renatomarinho/laravel-page-speed
Releases · renatomarinho/laravel-page-speed
Version 2.1.0
- Add support for Laravel 9;
- Bump PHP minimun version to ^8.0;
Version 2.0.0
- Drop support for Laravel <6.0;
- Bump PHP minimun version to 7.2.5+;
- Support PHP 8;
- Update dependency constraints in composer.json;
- Recfator all tests:
- Remove deprecated functions e prepare code to use phpunit 9.0 version;
- Improvements tests coverage;
- Fix RemoveComments middleware, now it remove JS and CSS comments;
- Fix CollapseWhitespace, now dependent on 'RemoveComments' middleware;
- Update the old phpunit.xml configuration file;
- Update the .travis.yml file and run the tests against in PHP 7.3 / PHP 7.4 / PHP 8;
- Update README.md;
Add support Laravel 8
Add support Laravel 8
Remove quotes only when attributes contains whitespaces
Fixes remove quotes when attributes contains whitespaces
Fixes package keywords typo
Add Support Laravel 7
1.8.12 Add Support Laravel 7
Add Laravel 5.8 support
1.8.10 Add Laravel 5.8 support
Fixes #97 - Always exclude StreamedResponse
1.8.9 Fixes #97
Add support Laravel 5.7
Merge pull request #84 from tswestendorp/master Added Laravel 5.7 compatibility
Problem in illuminate/support
Merge pull request #70 from TappNetwork/master 5.6 compatability
Don't strip quotes around Vue prop values
Merge pull request #63 from tswestendorp/remove-quotes-vue-related-patch Don't strip quotes around Vue prop values