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 d7d220b commit f990056Copy full SHA for f990056
CHANGELOG.md
@@ -36,6 +36,7 @@ _None._
36
37
- `logErrorImmediately` and `logErrorsImmediately` no longer have a `Result` parameter in their callback [#232]
38
- `logErrorImmediately` and `logErrorsImmediately` no longer `throws` [#236]
39
+- `ExPlat` returns optional instead of assuming `control` as variant. This lets the client know that there is no variant for an experiment. [#247]
40
41
### New Features
42
@@ -49,3 +50,4 @@ _None._
49
50
51
- Add this changelog file [#234]
52
- Log a message if events won't be collected because the user opted out [#239]
53
+- Make `Variation` confirm to cobable. [#247]
0 commit comments