We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcbd0a commit daf0cbcCopy full SHA for daf0cbc
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v2.5.0
2
+
3
+Adds some early deprecation warnings in preparation for version 3. See [here](https://github.com/launchcodedev/app-config/issues/130).
4
5
+Allows default extensions to be used twice without conflicts.
6
7
+Adds `$parseBool`, `$parseFloat` and `$parseInt` directives.
8
9
+Adds `allowMissing` option on `$envVar` that's a shorthand for `allowNull` + `fallback: null`.
10
11
+Creates new calling interface for `currentEnvironment` and `FlexibleFileSource`.
12
13
## v2.4.5
14
15
Adds `$hidden` directive mainly for shared properties.
0 commit comments