Skip to content

Commit 96167a9

Browse files
Typos
1 parent c9baf3f commit 96167a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

MIGRATION-GUIDE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ JavaScript Browser SDK v1.0.0 has a few breaking changes that you should conside
55
## Renamed some TypeScript definitions in the `SplitIO` namespace to avoid conflicts with other Split packages
66

77
The renamed types are:
8-
- `SplitIO.IBrowserSettings` -> `SplitIOBrowser.IClientSideSettings`
9-
- `SplitIO.IBrowserAsyncSettings` -> `SplitIOBrowser.IClientSideAsyncSettings`
10-
- `SplitIO.ISDK` -> `SplitIOBrowser.IBrowserSDK`
11-
- `SplitIO.IAsyncSDK` -> `SplitIOBrowser.IBrowserAsyncSDK`
12-
- `SplitIO.IClient` -> `SplitIOBrowser.IBrowserClient`
13-
- `SplitIO.IAsyncClient` -> `SplitIOBrowser.IBrowserAsyncClient`
8+
- `SplitIO.IBrowserSettings` -> `SplitIO.IClientSideSettings`
9+
- `SplitIO.IBrowserAsyncSettings` -> `SplitIO.IClientSideAsyncSettings`
10+
- `SplitIO.ISDK` -> `SplitIO.IBrowserSDK`
11+
- `SplitIO.IAsyncSDK` -> `SplitIO.IBrowserAsyncSDK`
12+
- `SplitIO.IClient` -> `SplitIO.IBrowserClient`
13+
- `SplitIO.IAsyncClient` -> `SplitIO.IBrowserAsyncClient`
1414

1515
For example, you should replace:
1616

@@ -85,6 +85,6 @@ The Google Analytics integrations were removed since they integrate with the *Go
8585
The SDK no longer ships with internal implementations for the `Map` and `Set` global objects, which were used to support old browsers.
8686
If you need to target environments that do not support these features natively, you should provide a polyfill for them. For example, [es6-map](https://github.com/medikoo/es6-map) for `Map`, and [es6-set](https://github.com/medikoo/es6-set) for `Set`.
8787

88-
## Dropped support for Split Proxy below version 5.9.0, when using in the browser (client-side API). The SDK now requires Split Proxy 5.9.0 or above
88+
## Dropped support for Split Proxy below version 5.9.0. The SDK now requires Split Proxy 5.9.0 or above
8989

9090
If using the Split Proxy with the SDK in the browser, make sure to update it to version 5.9.0 or above. This is required due to the introduction of Large Segments matchers in the SDK on client-side, which uses a new HTTP endpoint to retrieve the segments data and is only supported by Split Proxy 5.9.0.

0 commit comments

Comments
 (0)