Skip to content

Releases: configcat/js-sdk

v5.4.0

08 Dec 20:41
Compare
Choose a tag to compare

v5.4.0

🚀 Features

  • Introduce new function getAllValues - returns all values of a feature flag or setting

v5.3.2

06 Nov 11:34
Compare
Choose a tag to compare

v5.3.2

🐛 Bug Fixes

  • FIX: Cache optimization

v5.3.1

20 Oct 19:18
Compare
Choose a tag to compare

v5.3.1

🐛 Bug Fixes

  • FIX: Type error when ProjectConfig changed

v5.3.0

14 Oct 23:37
Compare
Choose a tag to compare

v5.3.0

🚀 Features

  • Introduce new config parameter - maxInitWaitTimeSeconds - Maximum waiting time between the client initialization and the first config acquisition in seconds.

v5.2.0

14 Oct 10:08
Compare
Choose a tag to compare

Exporting DataGovernance const

v5.1.0

14 Oct 07:31
Compare
Choose a tag to compare

Update common-js to fix the baseUrl redirect flow

v5.0.0

12 Oct 10:45
7527b93
Compare
Choose a tag to compare

Addressing global data handling and processing trends via Data Governance feature. Customers can control the geographic location where their config JSONs get published to. See the docs.

We are introducing a new DataGovernance initialization parameter. Set this parameter to be in sync with the Data Governance preference on the Dashboard.

Breaking change:

  • Custom cache implementations should implement the new cache interface using key parameter in the get/set methods.

v4.0.5

30 Aug 22:17
Compare
Choose a tag to compare

fix issue#6, issue#12

v4.0.3

12 Aug 20:24
Compare
Choose a tag to compare

Support ES module

v4.0.2

29 Apr 10:37
Compare
Choose a tag to compare

Turned on declarationMap in tsconfig.json