ConfigCat SDK for Node.js. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
Base API URL: https://api.configcat.com If you prefer the swagger documentation, you can find it here: Swagger UI. The p
Improvements: * Configure GitHub workflow to use trusted publishing because of upcoming NPM security changes. (#86)
Improvements: * Include the SDK Key in log message of error 1100 ("Your SDK Key seems to be wrong...") (https://github.com/configcat/common-js/pull/1…
Improvements: * Make the timing of polling iterations more accurate in Auto Polling mode. (https://github.com/configcat/common-js/pull/106) Bug fi…
Improvements: * Make naming of `UserComparator` members consistent. (https://github.com/configcat/common-js/pull/102) * Make line terminator charact…
New features/improvements: * Add an optional parameter named `watchChanges` to `createFlagOverridesFromMap` which controls whether the client should …
Improvements: - Upgrade to [configcat-common v9.1.0](https://github.com/configcat/common-js/releases/tag/v9.1.0).
New features and improvements: - Add support for the new Config JSON v6 format: update the config model and implement new features in setting evaluat…
Improvements: * For better compatibility, restrict the TypeScript language features used to those which are available in v4.0 by downgrading the Type…