Skip to content

Releases: vinkius-labs/laravel-page-speed

Small Fixes

18 Oct 01:23

Choose a tag to compare

CHANGELOG

  • When file does not exist: config/laravel-page-speed-php
  • Removed unused import in file src/Middleware/PageSpeed.php

Skip a specific routes

16 Oct 11:23

Choose a tag to compare

CHANGELOG

  • Feature to skip routes #26
  • Fix url path inline css #28

New Filter Inline_CSS

14 Oct 12:56

Choose a tag to compare

CHANGELOG

  • New filter inline_css (without fetching external files)
  • Update html boilerplate

Added enable field in config file

13 Oct 16:07

Choose a tag to compare

CHANGELOG

  • Refactoring in tests
  • Added enable field in config file #20
  • Documentation revision

Fix to Conditional Comment Operators

07 Oct 11:04

Choose a tag to compare

CHANGELOG

  • Fix to Conditional Comment Operators (issue #18)

Fix RemoveQuotes - Attribute 'rel'

01 Oct 22:42

Choose a tag to compare

CHANGELOG

  • Don't remove quotes from 'href' and 'rel'

Fix RemoveQuotes

01 Oct 22:38

Choose a tag to compare

CHANGELOG

  • Don't remove quotes from 'href' and 'rel'

Improvements

01 Oct 16:39

Choose a tag to compare

CHANGELOG

  • Update version constraints
  • Test against php 7.2
  • Added .editorconfig file
  • Rename phpunit.xml to phpunit.xml.dist

Improvements and Fixes

29 Sep 01:13

Choose a tag to compare

CHANGELOG

  • Add php5.6 and 7.0 in travis-ci file
  • Downgrade phpunit version
  • Fix phpDoc
  • Remove scalar type hint
  • Remove return type declaration
  • Fix PSR2
  • Remove and ignore composer.lock file
  • Add squizlabs/php_codesniffer in require-dev
  • Add directory tests to Code Standards check
  • Add support auto-discovery

New Filter Elide_Attributes

24 Sep 14:14

Choose a tag to compare

CHANGELOG

  • New filter elide_attributes
  • Update for readme
  • New tests and update to CollapseWhitespaceTest