dotenv v0.6.0 Release Notes

Release Date: 2013-03-22 // about 11 years ago
    • โž• Add dotenv-rails gem for autoloading in a Rails app

    • ๐Ÿ—„ Deprecated autoloading with plain dotenv gem

    • ๐Ÿ‘Œ Support for double quotes

      A="some value"
      B="with \"escaped\" quotes"
      C="and newline\n expansion"
      
    • ๐Ÿ‘Œ Support for pow-style variables prefixed with export

      export VARIABLE="some value"
      

    Full Changelog