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

Changelog History
Page 1

  • v2.8.1 Changes

    July 27, 2022
  • v2.8.0 Changes

    July 26, 2022
    • โฌ‡๏ธ Drop support for Ruby 2.4, 2.5, and 2.6, which are EOL
    • ๐Ÿ›  Fix template (-t) handling of export declarations #416
    • Unescape escaped characters when value is not quoted #421
    • โž• Add overload option for the CLI ($ dotenv --overload -f .env.local) #445
  • v2.7.6 Changes

    July 11, 2020

    2.7.6 - July 11, 2020

    • โž• Add a Dotenv::Railtie.overload method #403
    • ๐Ÿ‘Œ Support for more Rails versions #404
    • ๐Ÿ›  Fix template handling of blank lines and comments #413
    • ๐Ÿ›  Fix for dotenv-rails Rake task environment allocation#405
  • v2.7.5 Changes

    July 31, 2019

    2.7.5 - July 31st, 2019

    • ๐Ÿ›  Fix for \s after separator #399
    • โšก๏ธ README formatting updates #398
  • v2.7.4 Changes

    June 23, 2019

    2.7.4 - June 23rd, 2019

    ๐Ÿš€ Changes in this release:

    • ๐Ÿ›  Fix NoMethodError in non-Rails environments #394
  • v2.7.3 Changes

    June 22, 2019

    2.7.3 - June 22nd, 2019

    ๐Ÿš€ Changes in this release:

    • ๐Ÿ›  Fix for parallel spec tasks initializing in development #384
    • โšก๏ธ Test against updated rubies #383, #387
    • Conditional branch cleanup for clarity of intent #385
    • ๐Ÿ›  Fix for load order issue with Railties #391
    • ๐Ÿ†• NEW: dotenv-templates using the -t flag #377, #393
  • v2.7.2 Changes

    March 25, 2019

    ๐Ÿš€ Changes in this release:

    • Cleaned up CLI while resolving regressions in 2.7.1 #382
  • v2.7.1 Changes

    February 24, 2019

    +## 2.7.1 - February 24, 2019

    • ๐Ÿ›  +* Fixes regression with CLI experience (#376)
  • v2.7.0 Changes

    February 21, 2019

    2.7.0 - February 21, 2019

    • โž• Add Dotenv.parse method (#362)
    • โž• Add Support for Rails 6.0 (#370)
    • ๐Ÿ‘Œ Improve dotenv CLI output (#374)
    • โž• Add GitHub Actions automation (#369)
    • โœ… Test against Ruby 2.6 (#372)
  • v2.6.0 Changes

    January 05, 2019
    • โž• Added require keys method to raise if not defined (#354)
    • ๐Ÿ‘ท Use latest Ruby version on CI (#356, #363)
    • Clarify variable hierarchy in README.md (#358)
    • ๐Ÿ‘ท Use SVG Travis CI badge (#360)