@splitsoftware/splitio 11.3.1-rc.0 → 11.4.0
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,6 +1,6 @@
|
|
|
1
|
-
11.4.0 (May
|
|
2
|
-
- Added support for
|
|
3
|
-
- Added support for feature flag prerequisites.
|
|
1
|
+
11.4.0 (May 28, 2025)
|
|
2
|
+
- Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.
|
|
3
|
+
- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.
|
|
4
4
|
- Updated @splitsoftware/splitio-commons package to version 2.4.0.
|
|
5
5
|
|
|
6
6
|
11.3.0 (May 16, 2025)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '11.
|
|
1
|
+
export var packageVersion = '11.4.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splitsoftware/splitio",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.4.0",
|
|
4
4
|
"description": "Split SDK",
|
|
5
5
|
"files": [
|
|
6
6
|
"README.md",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"node": ">=14.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@splitsoftware/splitio-commons": "2.
|
|
41
|
+
"@splitsoftware/splitio-commons": "2.4.0",
|
|
42
42
|
"bloom-filters": "^3.0.4",
|
|
43
43
|
"ioredis": "^4.28.0",
|
|
44
44
|
"js-yaml": "^3.13.1",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '11.
|
|
1
|
+
export const packageVersion = '11.4.0';
|