This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Releases: launchdarkly/react-native-client-sdk
Releases · launchdarkly/react-native-client-sdk
[2.0.2] - 2019-10-04
[2.0.2] - 2019-10-04
Changed
- Updated React Native to version 0.61.2 and updated React to version 16.9.0
[2.0.1] - 2019-06-27
Fixed
- Listeners on Android now have the proper event emitter key and work properly.
- Flag values in the object returned by
allFlags
will no longer be Strings when they should be JSON Objects on Android.
Changed
- Updated Android Client SDK to version 2.8.5
- Updated iOS Client SDK to version 4.1.2
[2.0.0] - 2019-06-27
[2.0.0] - 2019-06-27
Fixed
- Changes polling mode to not be ignored in config.
Changed
- Updated Android Client SDK to version 2.8.4
- Updated iOS Client SDK to version 4.1.0
- Updated React Native to version 0.59.9 and updated React to version 16.8.3
- Updated to allow usage with Xcode 10.2.1
- Updated Swift to version 5.0
This is a major version because of breaking version updates.
1.0.1
1.0.1 - 2019-05-03
Changed
- Changed the package name from
launchdarkly-react-native-client
tolaunchdarkly-react-native-client-sdk
- Changed repository references to use the new URL
There are no other changes in this release. Substituting launchdarkly-react-native-client
version 1.0.0 with launchdarkly-react-native-client-sdk
version 1.0.1 will not affect functionality.
1.0.0
1.0.0 - 2019-04-18
Changed
- Android and iOS client versions
Fixed
- Added correct
anonymous
property - Removed dependencies and added caret to peer dependencies
1.0.0-beta.1
1.0.0-beta.1 - 2019-03-01
Added
- CHANGELOG.md and CONTRIBUTING.md
Changed
- Moved
LaunchDarklyReactNativeClient.podspec
intoios/
Fixed
- Changed
config.yml
to run againsthello-react-native
.