All notable changes to image-optimizer
will be documented in this file
- add support for Symfony 6 by @Nielsvanpach in spatie#155
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.6.1...1.6.2
- Add PHP 8.1 support by @freekmurze in spatie#154
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.5.0...1.6.1
- Support new releases of psr/log (#150)
- use
--skip-if-larger
pngquant option by default (#140)
- improve gifsicle (#131)
- fix empty string setBinaryPath() (#129)
- add support for php 8.0
- allow symfony 5 components
- add support for webp
- do not export docs directory
- fix for svg's
- make compatible with PHPUnit 8
- fix deprecation warning for passing strings to processes
- require the fileinfo extension
- make sure all optimizers use
binaryPath
- fix logger output
- add
setBinaryPath
- support more symfony versions
- added
text/plain
to the list of valid svg mime types
- added
image/svg+xml
mime type
- SVG mime type detection in PHP 7.2
- Support symfony ^4.0
- Support phpunit ^7.0
- fix shell command quotes
- allow Symfony 2 components
- make Google Pagespeed tests pass
- lower requirements of dependencies
- fix
jpegoptim
parameters
- make
setTimeout
chainable
- fix
composer.json
- fix for Laravel 5.5 users
- improve security
- initial release