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
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes to the LaunchDarkly React Native SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [2.2.0] - 2020-01-24
6
+
### Added:
7
+
- Adds `evaluationReasons` configuration option.
8
+
- Adds `user.country` user option.
9
+
10
+
### Fixed:
11
+
- Fixes iOS start completion by adding new method `startCompleteWhenFlagsReceived`. This change creates feature parity between the start completion on iOS and Android. They now both complete when flag values are received.
12
+
- Fixes `EvaluationDetail` parsing from native to JS.
13
+
14
+
5
15
## [2.1.0] - 2019-12-23
6
16
### Added:
7
17
- Implemented `variationDetail` which returns an Evaluation Reason giving developers greater insight into why a value was returned.
0 commit comments