We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9283584 commit 8cd3cd5Copy full SHA for 8cd3cd5
CHANGELOG.md
@@ -1,9 +1,13 @@
1
### Unreleased
2
3
+### v1.2.1 (2019-11-15)
4
+
5
* Allow DeploymentConfig->map() to return values in standalone environment
6
This brings the `standalone` closer to the behaviour of other environments, except that it will
7
continue to return null if there is nothing mapped (where other environments will throw). `->read`
- continues to return null in standalone in every case.
8
+ continues to return null in standalone in every case. Note that standalone will now return a value
9
+ if there's one mapped for `any` (`*`) - which is a minor breaking change to the behaviour of the
10
+ standalone environment.
11
12
### v1.2.0 (2019-11-12)
13
0 commit comments