All notable changes to spatie-image-optimizer-health-check
will be documented in this file.
- Allow an array of checks
- Optimize code for php 8.2
- Add support for laravel 11
- Drop support for php 8.1
- Drop support for PHP 8.0 and below (to use Process facade and able to mock for testing).
- Drop support for Laravel 9.0 and below.
- Use php native enums.
- Update dependencies to the latest versions.
- Move a process to
Spatie\ImageOptimizer\HealthCheck\HealthCheckProcess
class.
- Fix checks with proper parameters in different tools.
- Fix cwebp checks.
- initial release.