@splitsoftware/splitio 10.24.0 → 10.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGES.txt
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
10.24.1 (December 12, 2023)
|
|
2
|
+
- Updated SDK cache for browsers using localStorage, to clear cached feature flag definitions before initiating the synchronization process if the cache was previously synchronized with a different SDK key (i.e., a different environment) or different Split Filter criteria, to avoid using invalid cached data when the SDK is ready from cache.
|
|
3
|
+
- Updated @splitsoftware/splitio-commons package to version 1.12.1.
|
|
4
|
+
|
|
1
5
|
10.24.0 (December 4, 2023)
|
|
2
6
|
- Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
|
|
3
7
|
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '10.24.
|
|
1
|
+
export var packageVersion = '10.24.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splitsoftware/splitio",
|
|
3
|
-
"version": "10.24.
|
|
3
|
+
"version": "10.24.1",
|
|
4
4
|
"description": "Split SDK",
|
|
5
5
|
"files": [
|
|
6
6
|
"README.md",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"node": ">=6"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@splitsoftware/splitio-commons": "1.12.
|
|
43
|
+
"@splitsoftware/splitio-commons": "1.12.1",
|
|
44
44
|
"@types/google.analytics": "0.0.40",
|
|
45
45
|
"@types/ioredis": "^4.28.0",
|
|
46
46
|
"bloom-filters": "^3.0.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '10.24.
|
|
1
|
+
export const packageVersion = '10.24.1';
|