Skip to content

Releases: bkeepers/dotenv

v3.1.7

18 Dec 00:47
5bbef66
Compare
Choose a tag to compare

What's Changed

  • Fix issue with repeated linebreaks when normalizing line endings by @bkeepers in #523
  • Generate build matrix from endoflife.date by @bkeepers in #521

Full Changelog: v3.1.6...v3.1.7

3.1.6

13 Dec 13:01
ade0fb3
Compare
Choose a tag to compare

What's Changed

  • Fix: Restore previous parser behavior of returning existing variables by @bkeepers in #519

Full Changelog: v3.1.5...v3.1.6

v3.1.5

12 Dec 22:38
9626412
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.4...v3.1.5

3.1.4

18 Sep 03:53
ee3975c
Compare
Choose a tag to compare

What's Changed

  • Fix an error when only the Spring::Client is loaded by @alpaca-tc in #512

New Contributors

Full Changelog: v3.1.3...v3.1.4

3.1.3

17 Sep 16:10
1e8dae2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

3.1.2

06 May 19:03
1ee5884
Compare
Choose a tag to compare

What's Changed

  • Fix: "can't modify frozen Hash" when stubbing ENV by @bkeepers in #504

Full Changelog: v3.1.1...v3.1.2

3.1.1

30 Apr 14:00
e9c1907
Compare
Choose a tag to compare

What's Changed

  • Require version file so VERSION is available by @javierjulio in #495
  • Fix template (-t) handling of multi-line variables by @maxjacobson in #502
  • Guard against restore being called with no previously saved state by @bkeepers in #503

New Contributors

Full Changelog: v3.1.0...v3.1.1

3.1.0

27 Feb 14:20
aeb2052
Compare
Choose a tag to compare

What's Changed

  • Fix regression with semantic-logger, allow setting custom logger by @bkeepers in #494
    # config/application.rb
    
    # Set a custom dotenv logger
    Dotenv::Rails.logger = MyCustomLogger.new
    
    module YourApp
      class Application < Rails::Application
        # …
      end
    end

Full Changelog: v3.0.3...v3.1.0

v3.0.3

26 Feb 18:44
87cd07e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.0.3

3.0.2

15 Feb 22:40
6dd0385
Compare
Choose a tag to compare

What's Changed

  • Restore ability to mutate Dotenv::Rails.files by @bkeepers in #486

Full Changelog: v3.0.1...v3.0.2