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

Changelog History
Page 2

  • v2.5.0 Changes

    June 21, 2018

    ๐Ÿš€ This release re-introduces multiline values with proper protections against the regressions that were reported in 2.3.0, and corrects a breaking change in the API from 2.4 for Dotenv::Environment.

  • v2.4.0 Changes

    April 23, 2018

    ๐Ÿš€ This release reverts Parse multiline values (#318, #329) due to a parsing regression that was discovered after the last release (#336, #339, #341).

    Full Changelog

  • v2.3.0 Changes

    April 19, 2018
    • Skip over lines that don't set an envvars (#291)
    • Document the -f flag (#310)
    • Existing variable takes precendence when performing substitution (#313)
    • ๐Ÿ“œ Parse multiline values (#318, #329)
    • ๐Ÿ›  Fix load to respect existing environment variables over env file when doing variable interpolation (#323)
    • โž• Add gem version badge to README.md (#328)
    • Rescue from bundler require error (#330)

    Full Changelog

  • v2.2.2 Changes

    April 09, 2018
    • ๐Ÿ‘Œ Support Rails 5.2 (#325)

    Full Changelog

  • v2.2.1 Changes

    April 28, 2017
    • ๐Ÿ‘Œ Support Rails 5.1 (#299)

    Full Changelog

  • v2.2.0 Changes

    January 27, 2017
    • โฌ‡๏ธ Drop official support for Ruby 1.9, jruby, and Rubinius. They may continue to work, but tests are not run against them. (#283)
    • ๐Ÿ‘ Allow leading and trailing whitespace (#276, #277)
    • ๐Ÿš… [dotenv-rails] Fix for rspec rake tasks initializing in development (#241)
    • ๐Ÿš… [dotenv-rails] Allow a local file per environment, e.g. .env.development.local (#281)
    • โœ… [dotenv-rails] No longer load .env.local in rails' test environment (#280)

    Full Changelog

  • v2.1.2 Changes

    January 16, 2017
    • ๐Ÿ›  Fix parser to allow leading whitespace before variables (#276)
    • ๐Ÿš… [dotenv-rails] Fix bug with require "dotenv/rails-now" in older versions of rails (#269)

    Full Changelog

  • v2.1.1 Changes

    March 28, 2016
    • ๐Ÿ›  Fix load error when using Spring w/ custom config (#246)

    Full Changelog

  • v2.1.0 Changes

    January 13, 2016
    • ๐Ÿš… Relax dependency on railties to allow Rails 5.0 apps. (#226)
    • ๐Ÿ›  Fix scenario where some escaped $ would not be unescaped. (#222)
    • Gracefully handle files with UTF-8 BOM (#225)

    Full Changelog

  • v2.0.2 Changes

    June 19, 2015
    • ๐Ÿ‘Œ Support carriage returns in addition to newlines in .env (#194)
    • โž• Add runtime dependency on rails 4 for dotenv-rails (#189)

    Full Changelog