All Versions
35
Latest Version
Avg Release Cycle
124 days
Latest Release
496 days ago
Changelog History
Page 4
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
-
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"
-
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
-
v0.4.0 Changes
November 13, 2012โ Add support for quoted options, e.g.:
VARIABLE='some value'
๐ Fix rake deprecation warnings
-
v0.3.0 Changes
October 25, 2012- Avoid overriding existing ENV variables so values set before loading the app are maintained.