Skip to content

Commit a331623

Browse files
Merge branch 'remove_full_entrypoint' into refactor_type_definitions
2 parents b935a91 + 1d4444c commit a331623

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"bugs": "https://github.com/splitio/javascript-browser-client/issues",
5959
"homepage": "https://github.com/splitio/javascript-browser-client#readme",
6060
"dependencies": {
61-
"@splitsoftware/splitio-commons": "2.0.0-rc.2",
61+
"@splitsoftware/splitio-commons": "2.0.0-rc.3",
6262
"tslib": "^2.3.1"
6363
},
6464
"devDependencies": {

0 commit comments

Comments
 (0)