A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/bkeepers/dotenv

https://github.com/bkeepers/dotenv - v3.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.8...v3.2.0

- Ruby
Published by bkeepers 3 months ago

https://github.com/bkeepers/dotenv - v3.1.8

Thanks to Stoked Seagull Software for sponsoring this release of dotenv!
Need help with a software project but don't know where to begin? Stoked Seagull can help.

Interested in sponsoring dotenv?

What's Changed

New Contributors

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.7...v3.1.8

- Ruby
Published by bkeepers 11 months ago

https://github.com/bkeepers/dotenv - v3.1.7

What's Changed

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.6...v3.1.7

- Ruby
Published by bkeepers about 1 year ago

https://github.com/bkeepers/dotenv - 3.1.6

What's Changed

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.5...v3.1.6

- Ruby
Published by bkeepers about 1 year ago

https://github.com/bkeepers/dotenv - v3.1.5

What's Changed

New Contributors

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.4...v3.1.5

- Ruby
Published by bkeepers about 1 year ago

https://github.com/bkeepers/dotenv - 3.1.4

What's Changed

New Contributors

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.3...v3.1.4

- Ruby
Published by bkeepers over 1 year ago

https://github.com/bkeepers/dotenv - 3.1.3

What's Changed

New Contributors

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.2...v3.1.3

- Ruby
Published by bkeepers over 1 year ago

https://github.com/bkeepers/dotenv - 3.1.2

What's Changed

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.1...v3.1.2

- Ruby
Published by bkeepers almost 2 years ago

https://github.com/bkeepers/dotenv - 3.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.1.0...v3.1.1

- Ruby
Published by bkeepers almost 2 years ago

https://github.com/bkeepers/dotenv - 3.1.0

What's Changed

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

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.0.3...v3.1.0

- Ruby
Published by bkeepers about 2 years ago

https://github.com/bkeepers/dotenv - v3.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.0.2...v3.0.3

- Ruby
Published by bkeepers about 2 years ago

https://github.com/bkeepers/dotenv - 3.0.2

What's Changed

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.0.1...v3.0.2

- Ruby
Published by bkeepers about 2 years ago

https://github.com/bkeepers/dotenv - 3.0.1

What's Changed

Full Changelog: https://github.com/bkeepers/dotenv/compare/v3.0.0...v3.0.1

- Ruby
Published by bkeepers about 2 years ago

https://github.com/bkeepers/dotenv - 3.0.0

See #476 for more details and to discuss this release.

Breaking Changes

Other improvements

Deprecations

New Contributors

Full Changelog: https://github.com/bkeepers/dotenv/compare/v2.8.1...v3.0.0.beta

- Ruby
Published by bkeepers about 2 years ago

https://github.com/bkeepers/dotenv - 3.0.0.beta

Breaking Changes

Other improvements

Deprecations

New Contributors

Full Changelog: https://github.com/bkeepers/dotenv/compare/v2.8.1...v3.0.0.beta

- Ruby
Published by bkeepers about 2 years ago

https://github.com/bkeepers/dotenv - v2.8.1

What's Changed

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

Full Changelog: https://github.com/bkeepers/dotenv/compare/v2.8.0...v2.8.1

- Ruby
Published by bkeepers over 3 years ago

https://github.com/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: https://github.com/bkeepers/dotenv/compare/v2.7.6...v2.8.0

- Ruby
Published by bkeepers over 3 years ago

https://github.com/bkeepers/dotenv - 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

- Ruby
Published by cadwallion over 5 years ago

https://github.com/bkeepers/dotenv - Dotenv 2.7.5

2.7.5 - July 31st, 2019

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

- Ruby
Published by cadwallion over 6 years ago

https://github.com/bkeepers/dotenv - Dotenv 2.7.4

2.7.4 - June 23rd, 2019

Changes in this release:

  • Fix NoMethodError in non-Rails environments #394

- Ruby
Published by cadwallion over 6 years ago

https://github.com/bkeepers/dotenv - 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

- Ruby
Published by cadwallion over 6 years ago

https://github.com/bkeepers/dotenv - Dotenv 2.7.2

Changes in this release:

  • Cleaned up CLI while resolving regressions in 2.7.1 #382

- Ruby
Published by cadwallion almost 7 years ago

https://github.com/bkeepers/dotenv -

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

- Ruby
Published by cadwallion about 7 years ago

https://github.com/bkeepers/dotenv -

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)

- Ruby
Published by cadwallion about 7 years ago