@splitsoftware/splitio-commons 2.1.1-rc.2 → 2.2.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 +1 -1
- package/package.json +1 -1
package/CHANGES.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
2.2.0 (March 28, 2025)
|
|
2
|
-
- Added 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
|
|
2
|
+
- 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
3
|
- Added two new configuration options for the SDK storage in browsers when using storage type `LOCALSTORAGE`:
|
|
4
4
|
- `storage.expirationDays` to specify the validity period of the rollout cache.
|
|
5
5
|
- `storage.clearOnInit` to clear the rollout cache on SDK initialization.
|