Releases: af/envalid
Releases · af/envalid
3.0.0
See the 3.0.0-beta release for a list of changes
3.0.0 beta
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 toprocess.env
. As of envalid 3.x, those env vars are no longer copied toprocess.env
, and are only available via the output ofenvalid.cleanEnv()
New features
- Added Typescript definitions (@ibratoev)
- Added new
dotEnvPath
option