You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
2.6.0 (October 31, 2025)
2
+
- Updated @splitsoftware/splitio package to version 11.8.0 that includes minor updates:
3
+
- Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs.
4
+
- Added support for custom loggers: added `logger` configuration option and `factory.Logger.setLogger` method to allow the SDK to use a custom logger.
5
+
- Updated the SDK_READY_FROM_CACHE event to be emitted alongside the SDK_READY event if it hasn’t already been emitted.
6
+
1
7
2.5.0 (September 18, 2025)
2
8
- Updated @splitsoftware/splitio package to version 11.6.0 that includes minor updates:
3
9
- Added `storage.wrapper` configuration option to allow the SDK to use a custom storage wrapper for the storage type `LOCALSTORAGE`. Default value is `window.localStorage`.
// EventEmitter exposed to trigger events manually
119
127
__emitter__,
120
-
// Clients expose a `__getStatus` method, that is not considered part of the public API, to get client readiness status (isReady, isReadyFromCache, isOperational, hasTimedout, isDestroyed)
121
-
__getStatus,
122
128
// Restore the mock client to its initial NO-READY status.
123
129
// Useful when you want to reuse the same mock between tests after emitting events or destroying the instance.
0 commit comments