Releases: bkeepers/dotenv
Releases · bkeepers/dotenv
v3.1.7
3.1.6
v3.1.5
What's Changed
- Optimize parser by removing repeated hash merges by @andrewts129 in #515
- Refactor parser to avoid duplicate scan/gsub by @bkeepers in #517
- Fix typo in README by @JohnYangSam in #516
New Contributors
- @JohnYangSam made their first contribution in #516
- @andrewts129 made their first contribution in #515
Full Changelog: v3.1.4...v3.1.5
3.1.4
What's Changed
- Fix an error when only the
Spring::Client
is loaded by @alpaca-tc in #512
New Contributors
- @alpaca-tc made their first contribution in #512
Full Changelog: v3.1.3...v3.1.4
3.1.3
What's Changed
- Only use Spring if already loaded by @runephilosof-abtion in #511
- Doc Updates:
- Spell out 'FILENAME' in readme by @mikegee in #505
- Provide a 'Changelog' link on rubygems.org/gems/dotenv by @mark-young-atg in #506
- README.md: typo "exiting" by @olleolleolle in #508
- cleanup: Run standard:fix by @olleolleolle in #509
New Contributors
- @mikegee made their first contribution in #505
- @mark-young-atg made their first contribution in #506
- @olleolleolle made their first contribution in #508
- @runephilosof-abtion made their first contribution in #511
Full Changelog: v3.1.2...v3.1.3
3.1.2
3.1.1
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
- @javierjulio made their first contribution in #495
- @maxjacobson made their first contribution in #502
Full Changelog: v3.1.0...v3.1.1
3.1.0
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
What's Changed
- Solve circular require warning by @martijnbolhuis in #491
- Use tagged logger already configured on Rails by @kriansa in #489
- Fix exception on startup for Rails 7.1.0 by @bkeepers and @zspencer in #492
New Contributors
- @zspencer made their first contribution in #492
- @martijnbolhuis made their first contribution in #491
- @kriansa made their first contribution in #489
Full Changelog: v3.0.2...v3.0.3