Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

63 lines (38 loc) · 1.83 KB

Changelog

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.

[Unreleased]

[1.1.0] - 2023-10-13

Changed

Breaking Changes

  • config no longer loads deep_merge's monkey patch for Hash#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 viarequire 'deep_merge/deep_merge_hash'` by @jonathanhefner

Fixed

  • Address edge case with table config param (#339) by @krasnoukhov

[1.0.3] - 2023-02-17

Changed

  • Update project dependencies by @danilogco
  • Add ruby v3.2.x to the test matrix by @danilogco

Fixed

[1.0.2] - 2022-06-06

Changed

[1.0.1] - 2022-05-30

Fixed

  • Avoid to crash the Rails application when there is an error parsing a variable #5

[1.0.0] - 2022-05-27

Added

  • 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.