Releases: encodia/laravel-health-env-vars
Releases · encodia/laravel-health-env-vars
v1.8.1
v1.8.0
added
- add
requireVarsMatchValues
: check if the given variables have been set to the given values - add
requireVarsForEnvironment
andrequireVarsForEnvironments
: same asrequireVarsMatchValues
, but check is
performed only if the current environment matches the given one(s)
changed
- refactor code
v.1.7.0
v.1.6.0
added
- Laravel 10 support
v.1.5.1
fixed
- prevent sending notifications when status is OK (thanks to https://github.com/maxkalahur)
1.5.0
added
- support for PHP
8.2
- chore: use Laravel Pint
1.4.0
added
- add
requireVarsForEnvironments
: check if some variables have been set only in the given environments (e.g.['qa', 'production']
) - more comments in the code
fix
- typos