dotenv v15.0.0 Release Notes

Release Date: 2022-01-31 // about 2 years ago
  • ๐Ÿš€ 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.)