Skip to content

Commit d9a18dd

Browse files
Update changelog entry
1 parent d5104b5 commit d9a18dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.
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.
99

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

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

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

0 commit comments

Comments
 (0)