Skip to content

3.0.0 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@af af released this 22 Feb 16:21
· 208 commits to main since this release

Backwards incompatible change

  • In version 2.x, if you had a .env file that you were pulling env vars from, the env vars would also be added to process.env. As of envalid 3.x, those env vars are no longer copied to process.env, and are only available via the output of envalid.cleanEnv()

New features

  • Added Typescript definitions (@ibratoev)
  • Added new dotEnvPath option