Releases: configcat/common-js
Releases · configcat/common-js
v5.0.0
🐛 Fixed
- With autopoll initial tryReadFromCache takes 5 seconds #43
🚀 Features
🔨 Breaking changes
- The
IConfigFetcher
interface has been changed to minimize the occurrences of JSON serialization/deserialization.
v4.6.2
🐛 Bug fix
🚀 Features
- Introduce new log level into IConfigCatLogger interface:
Debug
v4.6.1
Optional custom property fix
v4.6.0
- .dispose() fix: #36
- Lazy loading concurrency fix
- Auto polling initialization fix
v4.5.0
Support async cache implementations too.
v4.4.4
Updated vulnerable dependencies.
v4.4.2
- Remove accidentally included GitHub action file from release package.
v4.4.1
🐛 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
v4.4.0
🚀 Features
- Introduce new function
getAllValues
- returns all values of a feature flag or setting