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
* Correct boolean test to not use `required`[6f730aa](https://github.com/logdna/env-config-node/commit/6f730aaa78fb096485dd73f4894c650171973f67) - Darin Spivey
9
+
10
+
11
+
### Code Refactoring
12
+
13
+
* A value of empty string should apply the default value [1c93bba](https://github.com/logdna/env-config-node/commit/1c93bba14cd247fc73d094840bf378fc2b3baa91) - Darin Spivey
14
+
15
+
16
+
### Features
17
+
18
+
* allowEmpty() will allow '' to be a valid value [f46bb1d](https://github.com/logdna/env-config-node/commit/f46bb1d07b4141efd9516059fa592f015a50565d) - Darin Spivey
19
+
20
+
21
+
### Miscellaneous
22
+
23
+
* CI test with newer versions of node [bb2482e](https://github.com/logdna/env-config-node/commit/bb2482e06f7cf85306be26c812189aa053c13700) - Darin Spivey
* Give custom errors their own files [59c3811](https://github.com/logdna/env-config-node/commit/59c381165987c98b74552f88111f5c34af1a0516) - Darin Spivey
31
+
32
+
33
+
### **BREAKING CHANGES**
34
+
35
+
* This change affects the way that default values
36
+
are assigned, and the default value will now be used if the
37
+
env var's value is ''. Also, using `.required()` and `.default()`
38
+
in the same definition will now result in a mutex error.
0 commit comments