@splitsoftware/splitio-commons 1.14.1-rc.0 → 1.15.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.
Files changed (2) hide show
  1. package/CHANGES.txt +2 -2
  2. package/package.json +1 -1
package/CHANGES.txt CHANGED
@@ -1,4 +1,4 @@
1
- 1.15.0 (May 15, 2024)
1
+ 1.15.0 (May 13, 2024)
2
2
  - Added an optional settings validation parameter to let overwrite the default flag spec version, used by the JS Synchronizer.
3
3
 
4
4
  1.14.0 (May 6, 2024)
@@ -89,7 +89,7 @@
89
89
  - Bugfixing - Removed js-yaml dependency to avoid resolution to an incompatible version on certain npm versions when installing third-party dependencies that also define js-yaml as transitive dependency (Related to issue https://github.com/splitio/javascript-client/issues/662).
90
90
 
91
91
  1.5.0 (June 29, 2022)
92
- - Added a new config option to control the tasks that listen or poll for updates on feature flags and segments, via the new config sync.enabled . Running online, Split SDK will always pull the most recent updates upon initialization, this only affects updates fetching on a running instance. Useful when a consistent session experience is a must or to save resources when updates are not being used.
92
+ - Added a new config option to control the tasks that listen or poll for updates on feature flags and segments, via the new config `sync.enabled`. Running online, Split SDK will always pull the most recent updates upon initialization, this only affects updates fetching on a running instance. Useful when a consistent session experience is a must or to save resources when updates are not being used.
93
93
  - Updated telemetry logic to track the anonymous config for user consent flag set to declined or unknown.
94
94
  - Updated submitters logic, to avoid duplicating the post of impressions to Split cloud when the SDK is destroyed while its periodic post of impressions is running.
95
95
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio-commons",
3
- "version": "1.14.1-rc.0",
3
+ "version": "1.15.0",
4
4
  "description": "Split JavaScript SDK common components",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",