Skip to content

v2.2.0

Compare
Choose a tag to compare
@Fabian-Fynn Fabian-Fynn released this 02 Feb 09:13
· 81 commits to main since this release
fa3179e

Changes

  • add support for .env files using dotenv and dotenv-expand to allow usage of .env vars in waitOn
  • change stop signal from SIGKILL to SIGINT (to fix issues with stopping docker)
  • change maximum backoff time from 120s to 30s
  • less strict engine specification (only require node >= 14)