js-sdk

ConfigCat SDK for JavaScript frontend applications. 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
139.4K
Stars
24
Committers
15

Bot releases are hidden (Show)

js-sdk - v5.7.3

Published by z4kn4fein over 2 years ago

πŸ› Fixed

  • With autopoll initial tryReadFromCache takes 5 seconds #43

πŸš€ Added

  • Local Flag Overrides
js-sdk - v5.7.2

Published by endret over 2 years ago

πŸ› Bug fix

πŸš€ Features

  • Introduce new log level into IConfigCatLogger interface: Debug

πŸ›‘ Security

  • update dependencies (follow-redirects , engine.io , ansi-regex, log4js)
js-sdk - v5.7.1

Published by laliconfigcat almost 3 years ago

Optional custom property fix.

js-sdk - v5.7.0

Published by laliconfigcat almost 3 years ago

  • .dispose() fix: #36
  • Lazy loading concurrency fix
  • Auto polling initialization fix
js-sdk - v5.6.0

Published by laliconfigcat about 3 years ago

Support async cache implementations too.

js-sdk - v5.5.2

Published by sigewuzhere about 3 years ago

Updating dependencies.

js-sdk - v5.5.0

Published by sigewuzhere over 3 years ago

Updating dependencies including configcat-common.

js-sdk - v5.4.3

Published by endret over 3 years ago

πŸ›‘ Security updates

  • Update dependecies
  • Remove IConfigFetcher type re-export (PR #31)
js-sdk - v5.4.2

Published by z4kn4fein over 3 years ago

  • Remove accidentally included GitHub action file from release package.
js-sdk - v5.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.
js-sdk - v5.4.0

Published by endret almost 4 years ago

v5.4.0

πŸš€ Features

  • Introduce new function getAllValues - returns all values of a feature flag or setting
js-sdk - v5.3.2

Published by endret almost 4 years ago

v5.3.2

πŸ› Bug Fixes

  • FIX: Cache optimization
js-sdk - v5.3.1

Published by endret almost 4 years ago

v5.3.1

πŸ› Bug Fixes

  • FIX: Type error when ProjectConfig changed
js-sdk - v5.3.0

Published by endret about 4 years ago

v5.3.0

πŸš€ Features

  • Introduce new config parameter - maxInitWaitTimeSeconds - Maximum waiting time between the client initialization and the first config acquisition in seconds.
js-sdk - v5.2.0

Published by laliconfigcat about 4 years ago

Exporting DataGovernance const

js-sdk - v5.1.0

Published by laliconfigcat about 4 years ago

Update common-js to fix the baseUrl redirect flow

js-sdk - v5.0.0

Published by laliconfigcat about 4 years ago

Addressing global data handling and processing trends via Data Governance feature. Customers can control the geographic location where their config JSONs get published to. See the docs.

We are introducing a new DataGovernance initialization parameter. Set this parameter to be in sync with the Data Governance preference on the Dashboard.

Breaking change:

  • Custom cache implementations should implement the new cache interface using key parameter in the get/set methods.
js-sdk - v4.0.5

Published by endret about 4 years ago

fix issue#6, issue#12

js-sdk - v4.0.3

Published by endret about 4 years ago

Support ES module

js-sdk - v4.0.2

Published by laliconfigcat over 4 years ago

Turned on declarationMap in tsconfig.json