All Versions
47
Latest Version
Avg Release Cycle
22 days
Latest Release
710 days ago

Changelog History
Page 1

  • v16.0.3 Changes

    September 29, 2022

    🔄 Changed

    • ➕ Added library version to debug logs (#682)
  • v16.0.2 Changes

    August 30, 2022

    ➕ Added

    • 📦 Export env-options.js and cli-options.js in package.json for use with downstream dotenv-expand module
  • v16.0.1 Changes

    May 10, 2022

    🔄 Changed

    • Minor README clarifications
    • ⚡️ Development ONLY: updated devDependencies as recommended for development only security risks (#658)
  • v16.0.0 Changes

    February 02, 2022

    ➕ Added

    • 💥 Breaking: Backtick support 🎉 (#615)

    If you had values containing the backtick character, please quote those values with either single or double quotes.

  • v15.0.1 Changes

    February 02, 2022

    🔄 Changed

    • 📜 Properly parse empty single or double quoted values 🐞 (#614)
  • v15.0.0 Changes

    January 31, 2022

    🚀 v15.0.0 is a major new release with some important breaking changes.

    ➕ Added

    • 💥 Breaking: Multiline parsing support (just works. no need for the flag.)

    🔄 Changed

    • 💥 Breaking: # marks the beginning of a comment (UNLESS the value is wrapped in quotes. Please update your .env files to wrap in quotes any values containing #. For example: SECRET_HASH="something-with-a-#-hash").

    🔀 ..Understandably, (as some teams have noted) this is tedious to do across the entire team. To make it less tedious, we recommend using dotenv cli going forward. It's an optional plugin that will keep your .env files in sync between machines, environments, or team members.

    ✂ Removed

    • 💥 Breaking: Remove multiline option (just works out of the box now. no need for the flag.)
  • v14.3.2 Changes

    January 25, 2022

    🔄 Changed

    • Preserve backwards compatibility on values containing # 🐞 (#603)
  • v14.3.1 Changes

    January 25, 2022

    🔄 Changed

    • Preserve backwards compatibility on exports by re-introducing the prior in-place exports 🐞 (#606)
  • v14.3.0 Changes

    January 24, 2022

    ➕ Added

    • ➕ Add multiline option 🎉 (#486)
  • v14.2.0 Changes

    January 17, 2022

    ➕ Added

    • Add dotenv_config_override cli option
    • Add DOTENV_CONFIG_OVERRIDE command line env option