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
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
## Unreleased
4
4
5
+
...
6
+
7
+
## 1.6.1
8
+
9
+
**Bug fixes:**
5
10
* Make dry-validation dependency less strict allowing to use newer versions ([#183](https://github.com/railsconfig/config/pull/183))
6
11
* Fix `key?` and `has_key?`, which raise NoMethodError in non Rails environment, by using ActiveSupport `#delegate` implicitly ([#185](https://github.com/railsconfig/config/pull/185))
7
12
* Update `deep_merge` dependency to latest version (v1.2.1) ([#191](https://github.com/railsconfig/config/pull/191))
@@ -10,35 +15,35 @@
10
15
11
16
## 1.6.0
12
17
13
-
**New features**
18
+
**New features:**
14
19
15
20
*`Config#fail_on_missing` option (default `false`) to raise a `KeyError` exception when accessing a non-existing key
16
21
* 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))
17
22
18
23
## 1.5.1
19
24
20
-
**New features**
25
+
**New features:**
21
26
22
27
* Add parsing of ENV variable values to Boolean type ([#180](https://github.com/railsconfig/config/pull/180))
23
28
24
29
## 1.5.0
25
30
26
-
**New features**
31
+
**New features:**
27
32
28
33
* Add ability to validate config schema ([#155](https://github.com/railsconfig/config/pull/155) thanks to [@ok32](https://github.com/ok32))
29
34
* Add count to the reserved names list ([#167](https://github.com/railsconfig/config/pull/167) thanks to [@carbonin](https://github.com/carbonin))
30
35
31
-
**Bug fixes**
36
+
**Bug fixes:**
32
37
33
38
* Correctly parse `env_prefix`, which contains `env_separator` ([#177](https://github.com/railsconfig/config/pull/177) thanks to [@rdodson41](https://github.com/rdodson41))
34
39
35
40
## 1.4.0
36
41
37
-
**New features**
42
+
**New features:**
38
43
39
44
* 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))
40
45
41
-
**Bug fixes**
46
+
**Bug fixes:**
42
47
43
48
* Added new reserved name `test` ([#158](https://github.com/railsconfig/config/pull/158) thanks to [@milushov](https://github.com/milushov))
44
49
*`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