Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
377 changes: 304 additions & 73 deletions api-js/src/data/features.json

Large diffs are not rendered by default.

10 changes: 3 additions & 7 deletions api-js/src/data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"JavaScript",
"TypeScript"
],
"combined-browser": [
"JavaScript",
"TypeScript"
],
"cpp-client-sdk": [
"C++",
"C"
Expand Down Expand Up @@ -85,15 +81,15 @@
"python-server-sdk": [
"Python"
],
"react-client-sdk": [
"react": [
"JavaScript",
"TypeScript"
],
"react-native": [
"react-client-sdk": [
"JavaScript",
"TypeScript"
],
"react-universal": [
"react-native": [
"JavaScript",
"TypeScript"
],
Expand Down
5 changes: 2 additions & 3 deletions api-js/src/data/names.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
"akamai-edgekv": "Akamai SDK for EdgeKV",
"android": "Android SDK",
"apex-server-sdk": "Apex Server SDK",
"browser": "JavaScript Browser SDK",
"browser": "JavaScript Client SDK",
"cloudflare": "Cloudflare SDK",
"combined-browser": "Combined JavaScript Browser SDK",
"cpp-client-sdk": "C++ Client SDK",
"cpp-server-sdk": "C++ Server SDK",
"dotnet-client-sdk": ".NET Client SDK",
Expand All @@ -23,9 +22,9 @@
"node-server": "Node.js Server SDK",
"php-server-sdk": "PHP SDK",
"python-server-sdk": "Python Server SDK",
"react": "React SDK",
"react-client-sdk": "React Web SDK",
"react-native": "React Native SDK",
"react-universal": "React Universal SDK",
"relay-proxy": "Relay Proxy",
"roku": "Roku SDK",
"ruby-server-sdk": "Ruby Server SDK",
Expand Down
28 changes: 14 additions & 14 deletions api-js/src/data/releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"major": 1,
"minor": 0,
"date": "2023-07-05T21:32:41Z",
"date": "2023-08-03T20:52:42Z",
"eol": "2024-10-16T00:00:00Z"
}
],
Expand Down Expand Up @@ -53,7 +53,7 @@
{
"major": 1,
"minor": 0,
"date": "2023-07-05T21:32:43Z",
"date": "2023-08-03T20:52:44Z",
"eol": "2025-02-06T00:00:00Z"
}
],
Expand Down Expand Up @@ -403,14 +403,14 @@
{
"major": 2,
"minor": 0,
"date": "2023-06-27T21:37:52Z",
"date": "2023-08-03T20:52:39Z",
"eol": "2024-08-14T00:00:00Z"
},
{
"major": 1,
"minor": 0,
"date": "2022-10-13T10:53:45Z",
"eol": "2024-06-27T00:00:00Z"
"eol": "2024-08-03T00:00:00Z"
}
],
"cpp-client-sdk": [
Expand Down Expand Up @@ -2471,20 +2471,14 @@
{
"major": 8,
"minor": 1,
"date": "2023-07-05T22:45:29Z",
"date": "2023-08-03T20:52:38Z",
"eol": "2024-08-14T00:00:00Z"
},
{
"major": 8,
"minor": 0,
"date": "2023-06-27T21:37:50Z",
"eol": "2024-07-05T00:00:00Z"
},
{
"major": 7,
"minor": 0,
"date": "2022-12-07T17:57:36Z",
"eol": "2024-06-27T00:00:00Z"
"eol": "2024-08-03T00:00:00Z"
},
{
"major": 6,
Expand Down Expand Up @@ -4681,16 +4675,22 @@
{
"major": 1,
"minor": 0,
"date": "2023-06-30T12:07:35Z",
"date": "2023-08-03T20:52:41Z",
"eol": "2024-08-14T00:00:00Z"
}
],
"vue": [
{
"major": 2,
"minor": 5,
"date": "2026-03-20T20:36:31Z",
"eol": null
},
{
"major": 2,
"minor": 4,
"date": "2025-05-30T18:14:11Z",
"eol": null
"eol": "2027-03-20T00:00:00Z"
},
{
"major": 2,
Expand Down
9 changes: 3 additions & 6 deletions api-js/src/data/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"cloudflare": {
"github": "launchdarkly/js-core"
},
"combined-browser": {
"github": "launchdarkly/js-core"
},
"cpp-client-sdk": {
"github": "launchdarkly/cpp-sdks"
},
Expand Down Expand Up @@ -71,15 +68,15 @@
"python-server-sdk": {
"github": "launchdarkly/python-server-sdk"
},
"react": {
"github": "launchdarkly/js-core"
},
"react-client-sdk": {
"github": "launchdarkly/react-client-sdk"
},
"react-native": {
"github": "launchdarkly/js-core"
},
"react-universal": {
"github": "launchdarkly/js-core"
},
"relay-proxy": {
"github": "launchdarkly/ld-relay"
},
Expand Down
3 changes: 1 addition & 2 deletions api-js/src/data/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"apex-server-sdk": "server-side",
"browser": "client-side",
"cloudflare": "edge",
"combined-browser": "client-side",
"cpp-client-sdk": "client-side",
"cpp-server-sdk": "server-side",
"dotnet-client-sdk": "client-side",
Expand All @@ -23,9 +22,9 @@
"node-server": "server-side",
"php-server-sdk": "server-side",
"python-server-sdk": "server-side",
"react": "client-side",
"react-client-sdk": "client-side",
"react-native": "client-side",
"react-universal": "client-side",
"relay-proxy": "relay",
"roku": "client-side",
"ruby-server-sdk": "server-side",
Expand Down
15 changes: 5 additions & 10 deletions api-js/src/data/user_agents.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
"CloudflareEdgeSDK"
]
},
"combined-browser": {
"userAgents": [
"JSClient"
]
},
"cpp-client-sdk": {
"userAgents": [
"CPPClient"
Expand Down Expand Up @@ -118,6 +113,11 @@
"PythonClient"
]
},
"react": {
"wrapperNames": [
"react-client-sdk"
]
},
"react-client-sdk": {
"wrapperNames": [
"react-client-sdk"
Expand All @@ -131,11 +131,6 @@
"react-native-client"
]
},
"react-universal": {
"userAgents": [
"ReactUniversalClient"
]
},
"relay-proxy": {
"userAgents": [
"LDRelay"
Expand Down
Loading
Loading