All notable changes to image-optimizer
will be documented in this file
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #221
- PHP 8.4 tests by @erikn69 in #224
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.7.5...1.8.0
- Fix
quality
config parameter by @0xb4lint in #219 - Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in #215
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.7.4...1.7.5
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.7.3...1.7.4
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #203
- Fix OptimizerChainFactory's missing config processor by @0xb4lint in #216
- Fix the bug related to Deserialization of Untrusted Data by @Sonicrrrr in #211
- @Sonicrrrr made their first contribution in #211
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.7.2...1.7.3
- Bump actions/checkout from 3 to 4 by @dependabot in #202
- Add PHP 8.2 to the GitHub CI test matrix by @javiereguiluz in #207
- Allow using Symfony 7 packages by @javiereguiluz in #206
- @javiereguiluz made their first contribution in #207
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.7.1...1.7.2
- libavif version note by @0xb4lint in #199
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.7.0...1.7.1
- README.md file size fixes, DSSIM score, optimized webp replaced by @0xb4lint in #197
- added AVIF support by @0xb4lint in #198
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.6.4...1.7.0
- SVGO 3 Support by @l-alexandrov in #186
- @l-alexandrov made their first contribution in #186
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.6.3...1.6.4
- Update .gitattributes by @PaolaRuby in #161
- Feature: Convert PHPUnit tests to Pest by @mansoorkhan96 in #167
- Add dependabot automation by @patinthehat in #173
- Allow Pest Composer Plugin (fix failing tests) by @patinthehat in #176
- Update Dependabot Automation by @patinthehat in #175
- DOC: adding SilverStripe link by @sunnysideup in #177
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #183
- WebP Quality Option by @jan-tricks in #185
- Bump actions/checkout from 2 to 3 by @dependabot in #174
- @PaolaRuby made their first contribution in #161
- @mansoorkhan96 made their first contribution in #167
- @patinthehat made their first contribution in #173
- @sunnysideup made their first contribution in #177
- @dependabot made their first contribution in #183
- @jan-tricks made their first contribution in #185
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.6.2...1.6.3
- add support for Symfony 6 by @Nielsvanpach in #155
Full Changelog: https://github.com/spatie/image-optimizer/compare/1.6.1...1.6.2
- Add PHP 8.1 support by @freekmurze in #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