Releases: rubyconfig/config
Releases · rubyconfig/config
1.2.0
- Add ability to load settings from ENV variables (#108 thanks @vinceve and @spalladino)
- Removed Rails 5 deprecation warnings for prepend_before_filter (#141)
1.1.1
1.1.0
- Add ability to specify knockout_prefix option for deep_merge
- Minor code and documentation refactoring and cleanup
1.0.0
RailsConfigis now officially renamed toConfig- Fixed array descent when converting to hash (#89)
- Catch OpenStruct reserved keywords (#95 thanks @dudo)
- Allows loading before app configuration process (#107 thanks @Antiarchitect)
deep_mergeis now properly managed via gemspec (#110)- Added
prepend_source!(#102)
0.99.0
- Released deprecated gem migrating to the new name
0.5.0.beta1
- Ability to use in Settings file keywords reserved for OpenStruct: select, collect (#95)
- Made config work without Rails as a hard dependency (#86, #88)
- Fix generate error when .gitignore is missing (#85)
- Fix deprecation warning on File.exists? (#81)
- Add a shortcut method for setting files (#67)
- Improve YAMLSource load error message by outputting offending file path (#88)