|
1 | 1 | # 0.5.0.beta1
|
2 | 2 |
|
3 |
| -* Ability to use in Settings file keywords reserved for OpenStruct: select, collect ([#95](https://github.com/railsjedi/rails_config/issues/95)) |
4 |
| -* Made rails_config work without Rails as a hard dependency ([#86](https://github.com/railsjedi/rails_config/issues/86), [#88](https://github.com/railsjedi/rails_config/issues/88)) |
5 |
| -* Fix generate error when .gitignore is missing ([#85](https://github.com/railsjedi/rails_config/issues/85)) |
6 |
| -* Fix deprecation warning on File.exists? ([#81](https://github.com/railsjedi/rails_config/issues/81)) |
7 |
| -* Add a shortcut method for setting files ([#67](https://github.com/railsjedi/rails_config/issues/67)) |
8 |
| -* Improve YAMLSource load error message by outputting offending file path ([#88](https://github.com/railsjedi/rails_config/issues/88)) |
| 3 | +* Ability to use in Settings file keywords reserved for OpenStruct: select, collect ([#95](https://github.com/railsjedi/config/issues/95)) |
| 4 | +* Made config work without Rails as a hard dependency ([#86](https://github.com/railsjedi/config/issues/86), [#88](https://github.com/railsjedi/config/issues/88)) |
| 5 | +* Fix generate error when .gitignore is missing ([#85](https://github.com/railsjedi/config/issues/85)) |
| 6 | +* Fix deprecation warning on File.exists? ([#81](https://github.com/railsjedi/config/issues/81)) |
| 7 | +* Add a shortcut method for setting files ([#67](https://github.com/railsjedi/config/issues/67)) |
| 8 | +* Improve YAMLSource load error message by outputting offending file path ([#88](https://github.com/railsjedi/config/issues/88)) |
9 | 9 |
|
10 | 10 | # 0.4.2
|
11 |
| -* Ability to specify the app name when calling the Heroku rake task ([#75](https://github.com/railsjedi/rails_config/issues/75)) |
| 11 | +* Ability to specify the app name when calling the Heroku rake task ([#75](https://github.com/railsjedi/config/issues/75)) |
12 | 12 |
|
13 | 13 | # 0.4.1
|
14 | 14 |
|
15 |
| -* Fixed compatibility with Rails 4.1 ([#72](https://github.com/railsjedi/rails_config/issues/72)) |
| 15 | +* Fixed compatibility with Rails 4.1 ([#72](https://github.com/railsjedi/config/issues/72)) |
16 | 16 | * Testing suite verifies compatibility with Rails 3.2, 4.0 and 4.1
|
17 | 17 |
|
18 | 18 | # 0.4.0
|
19 | 19 |
|
20 |
| -* Compatibility with Heroku ([#64](https://github.com/railsjedi/rails_config/issues/64)) |
| 20 | +* Compatibility with Heroku ([#64](https://github.com/railsjedi/config/issues/64)) |
21 | 21 |
|
22 | 22 | # 0.3.4
|
23 | 23 |
|
24 |
| -* Expose Settings in application.rb, so you don't have to duplicate configuration for each environment file ([#59](https://github.com/railsjedi/rails_config/issues/59)) |
25 |
| -* Adding support for Rails 4.1.0.rc ([#70](https://github.com/railsjedi/rails_config/issues/70)) |
| 24 | +* Expose Settings in application.rb, so you don't have to duplicate configuration for each environment file ([#59](https://github.com/railsjedi/config/issues/59)) |
| 25 | +* Adding support for Rails 4.1.0.rc ([#70](https://github.com/railsjedi/config/issues/70)) |
0 commit comments