All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
config
no longer loadsdeep_merge
's monkey patch forHash#deep_merge
and Hash#deep_merge!([#342](https://github.com/rubyconfig/config/pull/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'` by @jonathanhefner
- Address edge case with table config param (#339) by @krasnoukhov
- Update project dependencies by @danilogco
- Add
ruby v3.2.x
to the test matrix by @danilogco
- Fix indentation warning (rubyconfig#322) by @lygaret
- Fix typo Padrino (rubyconfig#325) by @ytkg
- Fix CI setting for Ruby 3.0 (rubyconfig#326) by @ytkg
- Remove
Gemfile.lock
from the package by @danilogco
- Only load Railtie integration if Rails::Railtie is defined rubyconfig#31 - Thanks to Ufuk Kayserilioglu [email protected]
- CHANGELOG.md pattern changed to the Semantic Versioning.
- Avoid to crash the Rails application when there is an error parsing a variable #5
- Initial release
- Refac the project focusing on the newer versions of the Ruby language and Ruby on Rails.
You can find the full changelog of the original "config" gem at the link https://github.com/rubyconfig/config/blob/master/CHANGELOG.md.