common-js

Common Javascript library for ConfigCat. 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.

MIT License

Downloads
459K
Stars
16
common-js - v4.6.2

Published by endret over 2 years ago

🐛 Bug fix

🚀 Features

  • Introduce new log level into IConfigCatLogger interface: Debug
common-js - v4.6.1

Published by laliconfigcat almost 3 years ago

Optional custom property fix

common-js - v4.6.0

Published by laliconfigcat almost 3 years ago

common-js - v4.5.0

Published by laliconfigcat about 3 years ago

Support async cache implementations too.

common-js - v4.4.6

Published by sigewuzhere about 3 years ago

Updating dependencies.

common-js - v4.4.4

Published by sigewuzhere over 3 years ago

Updated vulnerable dependencies.

common-js - v4.4.2

Published by z4kn4fein over 3 years ago

  • Remove accidentally included GitHub action file from release package.
common-js - v4.4.1

Published by z4kn4fein over 3 years ago

🐛 Fixed

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

Published by endret almost 4 years ago

v4.4.0

🚀 Features

  • Introduce new function getAllValues - returns all values of a feature flag or setting
common-js - v4.3.1

Published by endret almost 4 years ago

v4.3.1

🐛 Bug Fixes

  • FIX: Cache optimization
common-js - v4.3.0

Published by endret about 4 years ago

v4.3.0

🚀 Features

  • Implement custom cache injection ability
common-js - v4.2.1

Published by endret about 4 years ago

v4.2.1

🐛 Bug Fixes

  • FIX: Type error when ProjectConfig changed
common-js - v4.2.0

Published by endret about 4 years ago

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
common-js - v4.1.0

Published by laliconfigcat about 4 years ago

Fixed baseUrl redirect flow.

common-js - v4.0.0

Published by laliconfigcat about 4 years ago

Breaking change:

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

Changes:

  • Data Governance
  • Introduced the new config_v5.json format
common-js - v3.0.2

Published by endret about 4 years ago

ES Modules support

common-js - v2.5.1

Published by laliconfigcat over 4 years ago

Turned on declarationMap in tsconfig.json

common-js - v2.5.0

Published by z4kn4fein over 4 years ago

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).

common-js - v2.4.2

Published by z4kn4fein over 4 years ago

Removed the reference to 'util'

common-js - v2.4.1

Published by configcat over 4 years ago

Get VariationId from config.json instead of generating it.