Skip to content

v3.3.0

Compare
Choose a tag to compare
@kerimdzhanov kerimdzhanov released this 26 Aug 00:22
· 35 commits to master since this release

What's Changed

  • 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 dotenv-flow@v3.x 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

New Contributors

Full Changelog

v3.2.0...v3.3.0