All notable changes to laravel-health-env-vars
will be documented in this file.
- prevent sending notifications when status is OK (thanks to https://github.com/maxkalahur)
- support for PHP
8.2
- chore: use Laravel Pint
- add
requireVarsForEnvironments
: check if some variables have been set only in the given environments ( e.g.['qa', 'production']
) - more comments in the code
- typos
- change condition to fix PHPStan check
- improve documentation adding Caveats section in README.md
- typo (again...)
- remove duplicates from README.md
- update run-test GitHub action - same specs as spatie/laravel-health
- Laravel 8 support
- translations didn't work
- initial release