Skip to content

Releases: encodia/laravel-health-env-vars

v1.8.1

10 Jun 13:55
Compare
Choose a tag to compare

fixed

  • an env() variable initialized to false was evaluated as missing

v1.8.0

09 Jun 17:06
Compare
Choose a tag to compare

added

  • add requireVarsMatchValues: check if the given variables have been set to the given values
  • add requireVarsForEnvironment and requireVarsForEnvironments: same as requireVarsMatchValues, but check is
    performed only if the current environment matches the given one(s)

changed

  • refactor code

v.1.7.0

13 Mar 15:02
Compare
Choose a tag to compare

Laravel 11 support

v.1.6.0

05 Mar 16:48
Compare
Choose a tag to compare

added

  • Laravel 10 support

v.1.5.1

21 Feb 15:51
Compare
Choose a tag to compare

fixed

1.5.0

14 Jan 16:37
Compare
Choose a tag to compare

added

  • support for PHP 8.2
  • chore: use Laravel Pint

1.4.0

26 Nov 11:56
Compare
Choose a tag to compare

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

1.3.1

05 Oct 13:17
Compare
Choose a tag to compare

fixed

  • change condition to fix PHPStan check

1.3.0

05 Oct 13:16
Compare
Choose a tag to compare

added

  • improve documentation adding Caveats section in README.md

1.2.3

24 Mar 14:16
4fb6712
Compare
Choose a tag to compare

fix

  • typo (again...)