Releases: skirushkin/config_default
Releases · skirushkin/config_default
0.2.5
0.2.4
- Return blank hash on nil data.
- Version bump.
- Various gems update.
0.2.3
- Replace StandardError with ArgumentError.
- Add dependency to activesupport >= 6.
- Update gems to Rails 7.
- Remove old ruby CI.
- Rubocop fixes.
- Rspec.
- Version bump.
0.2.1
- Remove Rails namespace for extension modules.
- Move monkey patch apply to extend module and init method.
- Docs
#init_rails_monkey_patch! - Specs
0.2.0
ConfigDefault::Structmove initialize behaviour to private methods.- Do not use mixed params definition on
ConfigDefault::Struct#initializenow use only kwargs. - Moving config examples directory to specs.
- Small fixtures around the gem according to changes above.
- ConfigDefault::Struct section in docs.
0.1.2
- According to https://franck.verrot.fr/blog/2015/07/12/benchmarking-ruby-method-missing-and-define-method it's better to remove value search via method_missing
- Version bump
0.1.1
- Remove Rails dependency.
0.1.0
- Default behaviour.
- Option
recursiveto#load_struct. - Option
allow_nilto#load_struct. - Specs.
- Documentation and examples.