Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 348c243

Browse files
Releasing version 2.2.0
1 parent 224286b commit 348c243

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to the LaunchDarkly React Native SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

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+
515
## [2.1.0] - 2019-12-23
616
### Added:
717
- Implemented `variationDetail` which returns an Evaluation Reason giving developers greater insight into why a value was returned.

ios/LaunchdarklyReactNativeClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "LaunchdarklyReactNativeClient"
4-
s.version = "2.2.1"
4+
s.version = "2.2.0"
55
s.summary = "LaunchdarklyReactNativeClient"
66
s.description = <<-DESC
77
LaunchdarklyReactNativeClient

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-react-native-client-sdk",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)