Skip to content

Commit 9f84077

Browse files
Merge branch 'main' into inlocalstorage_async_validateCache
2 parents 61911ec + a3f6481 commit 9f84077

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
2.4.0 (May 20, 2025)
2-
- Added support for targeting rules based on rule-based segments.
3-
- Added support for feature flag prerequisites.
1+
2.4.0 (May 27, 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.
44

55
2.3.0 (May 16, 2025)
66
- Updated the Redis storage to:

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-commons",
3-
"version": "2.3.1-rc.0",
3+
"version": "2.4.0",
44
"description": "Split JavaScript SDK common components",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

src/sdkManager/__tests__/mocks/input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
]
5353
}
5454
]
55-
}
55+
}

src/sdkManager/__tests__/mocks/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"flagName": "some_flag",
1515
"treatments": ["on"]
1616
}]
17-
}
17+
}

0 commit comments

Comments
 (0)