Releases: vinkius-labs/laravel-page-speed
Releases · vinkius-labs/laravel-page-speed
Small Fixes
CHANGELOG
- When file does not exist: config/laravel-page-speed-php
- Removed unused import in file src/Middleware/PageSpeed.php
Skip a specific routes
New Filter Inline_CSS
CHANGELOG
- New filter inline_css (without fetching external files)
- Update html boilerplate
Added enable field in config file
CHANGELOG
- Refactoring in tests
- Added enable field in config file #20
- Documentation revision
Fix to Conditional Comment Operators
CHANGELOG
- Fix to Conditional Comment Operators (issue #18)
Fix RemoveQuotes - Attribute 'rel'
CHANGELOG
- Don't remove quotes from 'href' and 'rel'
Fix RemoveQuotes
CHANGELOG
- Don't remove quotes from 'href' and 'rel'
Improvements
CHANGELOG
- Update version constraints
- Test against php 7.2
- Added .editorconfig file
- Rename phpunit.xml to phpunit.xml.dist
Improvements and Fixes
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
CHANGELOG
- New filter elide_attributes
- Update for readme
- New tests and update to CollapseWhitespaceTest