Skip to content

Commit 1d4444c

Browse files
Merge branch 'remove_pluggable_localhost_mode' into remove_full_entrypoint
2 parents 59106de + d9a18dd commit 1d4444c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- BREAKING CHANGES:
66
- Removed internal ponyfills for the `Map` and `Set` global objects, dropping support for IE and other outdated browsers. The SDK now requires the runtime environment to support these features natively or provide a polyfill.
77
- Removed the deprecated `GoogleAnalyticsToSplit` and `SplitToGoogleAnalytics` pluggable integration modules, along with the related interfaces in the TypeScript definitions.
8-
- Removed the `LocalhostFromObject` export from the "slim" entrypoint (`import { LocalhostFromObject } from '@splitsoftware/splitio-browserjs'`). It is no longer necessary to manually import and configure it in the `sync.localhostMode` option to enable localhost mode.
9-
- Removed the "full" entrypoint (`import { SplitFactory } from '@splitsoftware/splitio-browserjs/full'`), since with the removal of `LocalhostFromObject` from the "slim" entrypoint, the difference between "slim" and "full" entrypoints is minimal. The "full" entrypoint differs only by including the `unfetch` ponyfill to support older browsers.
8+
- Removed the `LocalhostFromObject` export from the default import (`import { LocalhostFromObject } from '@splitsoftware/splitio-browserjs'`). It is no longer necessary to manually import and configure it in the `sync.localhostMode` option to enable localhost mode.
9+
- Removed the "full" import (`import { SplitFactory } from '@splitsoftware/splitio-browserjs/full'`), since with the removal of `LocalhostFromObject` from the default import, the difference between them is minimal. The "full" import differs only by including the `unfetch` ponyfill to support older browsers.
1010

1111
0.15.0 (September 13, 2024)
1212
- Updated @splitsoftware/splitio-commons package to version 1.17.0 that includes minor updates:
@@ -72,7 +72,7 @@
7272

7373
0.9.4 (May 4, 2023)
7474
- Updated some transitive dependencies for vulnerability fixes.
75-
- Bugfixing - Updated `unfetch` package as a runtime dependency, required when using the "full" entrypoint (`import { SplitFactory } from '@splitsoftware/splitio-browserjs/full'`).
75+
- Bugfixing - Updated `unfetch` package as a runtime dependency, required when using the "full" import (`import { SplitFactory } from '@splitsoftware/splitio-browserjs/full'`).
7676

7777
0.9.3 (March 20, 2023)
7878
- Updated @splitsoftware/splitio-commons package to version 1.8.1 that includes minor improvements.

0 commit comments

Comments
 (0)