Skip to content

Commit c9baf3f

Browse files
Typos
1 parent b46214c commit c9baf3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1.0.1 (November 8, 2024)
2-
- Bugfixing - Reverting removal of TypeScript `SplitIO` namespace at `/types/splitio.d.ts` to allow explicit imports of types from the Browser SDK package. E.g., `import type { IClientSideSettings } from '@splitsoftware/splitio-browserjs/types/splitio';`.
2+
- Bugfixing - Revert removal of TypeScript `SplitIO` namespace at `/types/splitio.d.ts` to allow explicit imports of types from the Browser SDK package. E.g., `import type { IClientSideSettings } from '@splitsoftware/splitio-browserjs/types/splitio';`.
33

44
1.0.0 (November 1, 2024)
55
- Added support for targeting rules based on large segments.

MIGRATION-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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`
8+
- `SplitIO.IBrowserSettings` -> `SplitIOBrowser.IClientSideSettings`
99
- `SplitIO.IBrowserAsyncSettings` -> `SplitIOBrowser.IClientSideAsyncSettings`
1010
- `SplitIO.ISDK` -> `SplitIOBrowser.IBrowserSDK`
1111
- `SplitIO.IAsyncSDK` -> `SplitIOBrowser.IBrowserAsyncSDK`

0 commit comments

Comments
 (0)