Skip to content

Allow DeploymentConfig->map() to return values in standalone environment

Choose a tag to compare

@acoulton acoulton released this 15 Nov 14:25
· 145 commits to 1.x since this release
9264f6d

Allow DeploymentConfig->map() to return values in standalone environment

This brings the standalone closer to the behaviour of other environments, except that it will continue to return null if there is nothing mapped (where other environments will throw). ->read continues to return null in standalone in every case. Note that standalone will now return a value if there's one mapped for any (*) - which is a minor breaking change to the behaviour of the standalone environment.