All Versions
30
Latest Version
Avg Release Cycle
111 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.2.0 Changes
- โ Add ability to load settings from ENV variables (#108 thanks to @vinceve and @spalladino)
- Removed Rails 5 deprecation warnings for prepend_before_filter (#141)
-
v1.1.1 Changes
- โฌ๏ธ Downgrade minimum ruby version to 2.0.0 (#136)
-
v1.1.0 Changes
- Add ability to specify knockout_prefix option for deep_merge
- ๐ Minor code and documentation refactoring and cleanup
-
v1.0.0 Changes
- ๐
RailsConfig
is now officially renamed toConfig
- ๐ Fixed array descent when converting to hash (#89)
- ๐ Catch OpenStruct reserved keywords (#95 by @dudo)
- ๐ Allows loading before app configuration process (#107 by @Antiarchitect)
- ๐
deep_merge
is now properly managed via gemspec (#110) - โ Added
prepend_source!
(#102)
- ๐
-
v0.99 Changes
- ๐ Released deprecated gem migrating to the new name
-
v0.5.0.beta1 Changes
- ๐ 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)
-
v0.4.2 Changes
- ๐ Ability to specify the app name when calling the Heroku rake task (#75)
-
v0.4.1 Changes
- ๐ Fixed compatibility with Rails 4.1 (#72)
- โ Testing suite verifies compatibility with Rails 3.2, 4.0 and 4.1
-
v0.4.0 Changes
- ๐ Compatibility with Heroku (#64)