You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,36 @@
6
6
7
7
## 1.6.0
8
8
9
-
### New features
9
+
**New features**
10
10
11
11
*`Config#fail_on_missing` option (default `false`) to raise a `KeyError` exception when accessing a non-existing key
12
-
* Add ability to test if a value was set for a given key with `key?` and `has_key?`
12
+
* Add ability to test if a value was set for a given key with `key?` and `has_key?` ([#182](https://github.com/railsconfig/config/pull/182))
13
13
14
14
## 1.5.1
15
15
16
-
### New features
17
-
* Add parsing of ENV variable values to Boolean type
16
+
**New features**
17
+
18
+
* Add parsing of ENV variable values to Boolean type ([#180](https://github.com/railsconfig/config/pull/180))
18
19
19
20
## 1.5.0
20
21
21
-
### New features
22
+
**New features**
23
+
22
24
* Add ability to validate config schema ([#155](https://github.com/railsconfig/config/pull/155) thanks to [@ok32](https://github.com/ok32))
23
25
* Add count to the reserved names list ([#167](https://github.com/railsconfig/config/pull/167) thanks to [@carbonin](https://github.com/carbonin))
24
26
25
-
### Bug fixes
27
+
**Bug fixes**
28
+
26
29
* Correctly parse `env_prefix`, which contains `env_separator` ([#177](https://github.com/railsconfig/config/pull/177) thanks to [@rdodson41](https://github.com/rdodson41))
27
30
28
31
## 1.4.0
29
32
30
-
### New features
33
+
**New features**
34
+
31
35
* Added support for passing a raw ruby hash into to both `Settings.add_source!` and `Settings.prepend_source!` ([#108](https://github.com/railsconfig/config/pull/159) thanks to [@halloffame](https://github.com/halloffame))
32
36
33
-
### Bug fixes
37
+
**Bug fixes**
38
+
34
39
* Added new reserved name `test` ([#158](https://github.com/railsconfig/config/pull/158) thanks to [@milushov](https://github.com/milushov))
35
40
*`to_hash` should not replace nested config objects with Hash ([#160](https://github.com/railsconfig/config/issues/160) thanks to [@seikichi](https://github.com/seikichi))
0 commit comments