You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ability to import dotenvFlow from 'dotenv-flow' or require 'dotenv-flow/config' for importing and autoloading environment variables from TS/ES6+ by @perrin4869 in #57 (commit a20c0f)
Upgrade dotenv to v8.6.0 (fully backward compatible with [email protected] branch)
Upgrade test dependencies (mocha, chai, sinon, etc.).
Bug Fixes
Fixed: When options.purge_dotenv is provided, load the rest of .env* files even if .env doesn't exist (07502e3), closes #50