Releases: bkeepers/dotenv
Releases · bkeepers/dotenv
Dotenv 2.8.0
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
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
2.7.5 - July 31st, 2019
- Fix for \s after separator #399
- README formatting updates #398
Dotenv 2.7.4
2.7.4 - June 23rd, 2019
Changes in this release:
- Fix
NoMethodError
in non-Rails environments #394
Dotenv 2.7.3
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
Changes in this release:
- Cleaned up CLI while resolving regressions in 2.7.1 #382
v2.7.1
+## 2.7.1 - February 24, 2019
+
+* Fixes regression with CLI experience (#376)
v2.7.0
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)