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