We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5499cce commit a40a355Copy full SHA for a40a355
CHANGES.txt
@@ -1,4 +1,4 @@
1
-1.15.0 (May 15, 2024)
+1.15.0 (May 13, 2024)
2
- Added an optional settings validation parameter to let overwrite the default flag spec version, used by the JS Synchronizer.
3
4
1.14.0 (May 6, 2024)
src/utils/settingsValidation/index.ts
@@ -84,7 +84,8 @@ export const base = {
84
// impressions collection mode
85
impressionsMode: OPTIMIZED,
86
localhostMode: undefined,
87
- enabled: true
+ enabled: true,
88
+ flagSpecVersion: FLAG_SPEC_VERSION
89
},
90
91
// Logger
0 commit comments