All Versions
35
Latest Version
Avg Release Cycle
124 days
Latest Release
610 days ago

Changelog History
Page 4

  • v0.7.0 Changes

    April 15, 2013
    • โœ‚ Remove deprectated autoloading. Upgrade to 0.6 first and fix any warnings.

    • โž• Add Dotenv.load! which raises Errno::ENOENT if the file does not exist

    Full Changelog

  • v0.6.0 Changes

    March 22, 2013
    • โž• 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

  • v0.5.0 Changes

    January 25, 2013
    • ๐Ÿš… Load immediately on require in Rails instead of waiting for initialization

    • โž• Add YAML-style variables

      VARIABLE: some value
      

    Full Changelog

  • v0.4.0 Changes

    November 13, 2012
    • โž• Add support for quoted options, e.g.:

      VARIABLE='some value'
      
    • ๐Ÿ›  Fix rake deprecation warnings

    Full Changelog

  • v0.3.0 Changes

    October 25, 2012
    • Avoid overriding existing ENV variables so values set before loading the app are maintained.

    Full Changelog