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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
1.3.0 (May 21, 2025)
2
+
- Added support for targeting rules based on rule-based segments.
3
+
- Added support for feature flag prerequisites.
4
+
- Updated @splitsoftware/splitio-commons package to version 2.4.0.
5
+
1
6
1.2.0 (March 31, 2025)
2
7
- Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs.
3
8
- Added two new configuration options for the SDK's `InLocalStorage` module to control the behavior of the persisted rollout plan cache in the browser:
assert.equal(splitNames.length,mockSplits.splits.length,'The manager.splits() method should return all split names on the factory storage.');
33
-
assert.deepEqual(splitNames,map(mockSplits.splits,split=>split.name),'The manager.splits() method should return all split names on the factory storage.');
32
+
assert.equal(splitNames.length,mockSplits.ff.d.length,'The manager.splits() method should return all split names on the factory storage.');
33
+
assert.deepEqual(splitNames,map(mockSplits.ff.d,split=>split.name),'The manager.splits() method should return all split names on the factory storage.');
0 commit comments