Skip to content

Releases: renatomarinho/laravel-page-speed

Version 2.1.0

15 Mar 22:39
ac71e0a
Compare
Choose a tag to compare
  • Add support for Laravel 9;
  • Bump PHP minimun version to ^8.0;

Version 2.0.0

15 Jan 22:17
5c807f0
Compare
Choose a tag to compare
  • 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

14 Sep 03:40
7639014
Compare
Choose a tag to compare

Add support Laravel 8

Remove quotes only when attributes contains whitespaces

02 May 14:03
Compare
Choose a tag to compare

Fixes remove quotes when attributes contains whitespaces
Fixes package keywords typo

Add Support Laravel 7

07 Mar 19:34
c09b69f
Compare
Choose a tag to compare
1.8.12

Add Support Laravel 7

Add Laravel 5.8 support

08 Mar 19:35
Compare
Choose a tag to compare
1.8.10

Add Laravel 5.8 support

Fixes #97 - Always exclude StreamedResponse

12 Feb 20:54
Compare
Choose a tag to compare

Add support Laravel 5.7

11 Sep 00:35
ed0dde5
Compare
Choose a tag to compare
Merge pull request #84 from tswestendorp/master

Added Laravel 5.7 compatibility

Problem in illuminate/support

17 Feb 11:13
5ea5fe7
Compare
Choose a tag to compare
Merge pull request #70 from TappNetwork/master

5.6 compatability

Don't strip quotes around Vue prop values

02 Dec 14:39
cc41940
Compare
Choose a tag to compare
Merge pull request #63 from tswestendorp/remove-quotes-vue-related-patch

Don't strip quotes around Vue prop values