Skip to content

Releases: configcat/common-js

v4.3.1

06 Nov 10:13
Compare
Choose a tag to compare

v4.3.1

🐛 Bug Fixes

  • FIX: Cache optimization

v4.3.0

26 Oct 21:34
Compare
Choose a tag to compare

v4.3.0

🚀 Features

  • Implement custom cache injection ability

v4.2.1

20 Oct 19:03
Compare
Choose a tag to compare

v4.2.1

🐛 Bug Fixes

  • FIX: Type error when ProjectConfig changed

v4.2.0

14 Oct 21:46
Compare
Choose a tag to compare

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

14 Oct 07:26
Compare
Choose a tag to compare

Fixed baseUrl redirect flow.

v4.0.0

30 Sep 12:38
769f7f7
Compare
Choose a tag to compare

Breaking change:

  • Modified the ConfigCache interface and the cache key used in the ConfigCache.

Changes:

  • Data Governance
  • Introduced the new config_v5.json format

v3.0.2

14 Aug 20:49
Compare
Choose a tag to compare

ES Modules support

v2.5.1

29 Apr 10:28
Compare
Choose a tag to compare

Turned on declarationMap in tsconfig.json

v2.5.0

13 Apr 19:20
Compare
Choose a tag to compare

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

30 Mar 09:49
Compare
Choose a tag to compare

Removed the reference to 'util'