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

prepare 3.2.0 release #54

Merged
merged 28 commits into from
Jul 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
44c196b
feat: Add typings for LDClient (#32)
eeynard Feb 6, 2020
12123fc
typescript type definitions (#34)
bwoskow-ld Feb 7, 2020
5a45e60
fix evaluation reasons when exceptional behavior occurs (#35)
bwoskow-ld Feb 7, 2020
c137530
Merge branch 'master' of github.com:launchdarkly/react-native-client-sdk
bwoskow-ld Feb 8, 2020
e0155da
bump android version (#36)
bwoskow-ld Feb 12, 2020
7a4e000
Updated iOS SDK dependency to 4.4.1 (#37)
torchhound Feb 13, 2020
b1bd3c5
fix compilation errors
bwoskow-ld Feb 14, 2020
2cfa0cd
fix 3.0 release (#38)
bwoskow-ld Feb 20, 2020
870d04f
Merge branch 'master' of github.com:launchdarkly/react-native-client-sdk
bwoskow-ld Feb 20, 2020
9118779
publish typedocs (#39)
bwoskow-ld Feb 26, 2020
9811214
merge from public after release
LaunchDarklyCI Feb 26, 2020
8b3b478
Bump to LD iOS 4.5.0 + LD RN 3.1.0 (#40)
bwoskow-ld Mar 31, 2020
d072b10
bump to newer typescript version to fix typedoc issue (#41)
bwoskow-ld Mar 31, 2020
8269b0a
Merge branch 'master' of github.com:launchdarkly/react-native-client-sdk
bwoskow-ld Mar 31, 2020
481f3b7
merge from public after release
LaunchDarklyCI Mar 31, 2020
90661de
Add RN 0.62 compatibility (#42)
bwoskow-ld Apr 1, 2020
d96d58a
Updated readme (#43)
bwoskow-ld Apr 1, 2020
3dc61d1
merge from public after release
LaunchDarklyCI Apr 1, 2020
6083c96
Merge branch 'master' into contrib
bwoskow-ld Apr 24, 2020
a425c2a
Update compile/target SDK versions to 28 (#48)
c0state Apr 24, 2020
6e2741f
Merge branch 'contrib' of github.com:launchdarkly/react-native-client…
bwoskow-ld Apr 24, 2020
a0ed9aa
update compile and target android versions (#44)
bwoskow-ld Apr 24, 2020
2d98966
merge from public after release
LaunchDarklyCI Apr 24, 2020
a149580
Merge branch 'master' of github.com:launchdarkly/react-native-client-…
bwoskow-ld May 19, 2020
800aaaa
fix trackBoolMetricValue track method call (#51)
bolak May 19, 2020
ecaff1b
Merge branch 'contrib' of github.com:launchdarkly/react-native-client…
bwoskow-ld May 19, 2020
3e9a8d8
merge from public after release
LaunchDarklyCI May 21, 2020
2519348
RN 0.63 compatibility (#45)
bwoskow-ld Jul 10, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ios/LaunchdarklyReactNativeClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.license = { :type => "Apache-2.0", :file => "../LICENSE" }
s.author = { "author" => "support@launchdarkly.com" }
s.platform = :ios, "9.0"
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/launchdarkly/react-native-client-sdk.git", :tag => "master" }
s.source_files = "**/*.{h,m,swift}"
s.swift_version = "5.0"
Expand Down
Loading