Releases: configcat/common-js
Releases · configcat/common-js
v4.3.0
v4.3.0
🚀 Features
- Implement custom cache injection ability
v4.2.1
v4.2.1
🐛 Bug Fixes
- FIX: Type error when
ProjectConfig
changed
v4.2.0
v4.2.0
🚀 Features
- Introduce new config paramter -
maxInitWaitTimeSeconds
- Maximum waiting time between the client initialization and the first config acquisition in secconds.
🐛 Bug Fixes
- #12 Tearing down / stopping polling
- #16 Marking bundle side effect free
v4.1.0
Fixed baseUrl redirect flow.
v4.0.0
Breaking change:
- Modified the ConfigCache interface and the cache key used in the ConfigCache.
Changes:
- Data Governance
- Introduced the new config_v5.json format
v2.5.1
Turned on declarationMap in tsconfig.json
v2.5.0
Added a new function getKeyAndValue(variationId)
which returns the key and the value of a setting identified by the given variationId
(used for analytical purposes).
v2.4.2
Removed the reference to 'util'