Skip to content

Releases: bkeepers/dotenv

v2.8.1

27 Jul 14:47
45b712a
Compare
Choose a tag to compare

What's Changed

  • Restore support for EOL'd Ruby versions (2.5, 2.6) (#458)[https://github.com//pull/458]

Full Changelog: v2.8.0...v2.8.1

Dotenv 2.8.0

26 Jul 17:53
Compare
Choose a tag to compare

What's Changed

  • 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

New Contributors

Full Changelog: v2.7.6...v2.8.0

Dotenv 2.7.6

11 Jul 13:54
Compare
Choose a tag to compare

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

Dotenv 2.7.5

31 Jul 14:42
Compare
Choose a tag to compare

2.7.5 - July 31st, 2019

  • Fix for \s after separator #399
  • README formatting updates #398

Dotenv 2.7.4

24 Jun 04:42
Compare
Choose a tag to compare

2.7.4 - June 23rd, 2019

Changes in this release:

  • Fix NoMethodError in non-Rails environments #394

Dotenv 2.7.3

22 Jun 19:30
Compare
Choose a tag to compare

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

Dotenv 2.7.2

25 Mar 22:50
Compare
Choose a tag to compare

Changes in this release:

  • Cleaned up CLI while resolving regressions in 2.7.1 #382

v2.7.1

24 Feb 14:12
Compare
Choose a tag to compare

+## 2.7.1 - February 24, 2019
+
+* Fixes regression with CLI experience (#376)

v2.7.0

22 Feb 01:51
Compare
Choose a tag to compare

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)