All notable changes to image-optimizer
will be documented in this file
- 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