Skip to content

Releases: configcat/common-js

v5.0.0

22 Apr 11:27
Compare
Choose a tag to compare

🐛 Fixed

  • With autopoll initial tryReadFromCache takes 5 seconds #43

🚀 Features

  • Local Flag Overrides

🔨 Breaking changes

  • The IConfigFetcher interface has been changed to minimize the occurrences of JSON serialization/deserialization.

v4.6.2

04 Feb 10:40
Compare
Choose a tag to compare

🐛 Bug fix

🚀 Features

  • Introduce new log level into IConfigCatLogger interface: Debug

v4.6.1

13 Dec 12:30
2165762
Compare
Choose a tag to compare

Optional custom property fix

v4.6.0

07 Dec 08:37
Compare
Choose a tag to compare
  • .dispose() fix: #36
  • Lazy loading concurrency fix
  • Auto polling initialization fix

v4.5.0

30 Sep 12:25
Compare
Choose a tag to compare

Support async cache implementations too.

v4.4.6

08 Sep 09:44
Compare
Choose a tag to compare

Updating dependencies.

v4.4.4

25 Jun 10:21
Compare
Choose a tag to compare

Updated vulnerable dependencies.

v4.4.2

11 Mar 22:49
Compare
Choose a tag to compare
  • Remove accidentally included GitHub action file from release package.

v4.4.1

11 Mar 21:10
Compare
Choose a tag to compare

🐛 Fixed

  • Fixed a wrong behaviour that resulted in unintended calls on the AutoPoll's onConfigChanged callback even when the HTTP fetch failed.

v4.4.0

08 Dec 20:30
Compare
Choose a tag to compare

v4.4.0

🚀 Features

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