Skip to content

Releases: rubyconfig/config

5.6.1

11 Jul 20:33
8b6ffe6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.6.0...5.6.1

5.6.0

11 Jul 15:19
4dc0f3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.5.2...5.6.0

5.5.2

23 Sep 15:50
25bc414
Compare
Choose a tag to compare

What's Changed

  • Fix warning: ostruct was loaded from the standard library by @taketo1113 in #363

New Contributors

Full Changelog: 5.5.0...5.5.2

5.5.0

28 May 08:17
f9d68de
Compare
Choose a tag to compare

What's Changed

  • Allow arrays to be passed through env variables by @dominh in #354
  • Fix typos in the tests and documentation by @ydah in #359
  • Use funding_url rather than post_install_message by @pda in #360

New Contributors

Full Changelog: 5.4.0...5.5.0

5.4.0

16 Mar 08:00
Compare
Choose a tag to compare

New features

  • Add configuration option environment to override the use of Rails.env (#356)

5.3.0

02 Mar 01:55
Compare
Choose a tag to compare
  • Remove dry-validation from dependencies (#333)

5.2.0

02 Mar 01:33
Compare
Choose a tag to compare

New features

  • Allow to use custom filename && directory name to store configs (#341)

Bug fixes

  • Prevent name collision with private methods from ancestors (#351)

5.1.0

02 Mar 01:32
0133c7c
Compare
Choose a tag to compare
  • Fix conflicts with Rails 7 active_support methods (#347)

5.0.0

02 Mar 01:32
a2fac25
Compare
Choose a tag to compare

BREAKING CHANGES

  • No longer load deep_merge's monkey patch for Hash#deep_merge and Hash#deep_merge! (#342). If you rely on those methods and are not using Rails / Active Support, you can load the monkey patch via require 'deep_merge/deep_merge_hash'. This change fixes Rails 7.x support.

4.2.0

03 May 20:09
Compare
Choose a tag to compare

Bug fixes

  • Remove use of method File.exists? to fix use in Ruby 3.0 (#318)