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 - v4.0.1

Published by z4kn4fein over 4 years ago

Updated the common-js version to v2.5.0 where a new function getKeyAndValue(variationId) was added which returns the key and the value of a setting identified by the given variationId (used for analytical purposes).

js-sdk - v4.0.0

Published by configcat over 4 years ago

Breaking change: Renamed API Key to SDK Key.

js-sdk - v3.1.3

Published by configcat over 4 years ago

React Native support. Any locally cached config version isn't trusted without the server's say-so.

js-sdk - v3.1.2

Published by configcat over 4 years ago

Minor patch around eTag handling.

js-sdk - v3.1.1

Published by z4kn4fein over 4 years ago

Use the latest 'common' dependency from where the reference to 'util' was removed

js-sdk - v3.1.0

Published by configcat over 4 years ago

Get VariationId from config.json instead of generating it.

js-sdk - v3.0.0

Published by configcat over 4 years ago

Supporting sensitive text comparators. (Stable)

js-sdk - v2.1.3

Published by configcat over 4 years ago

Supporting sensitive text comparators. (Beta)

js-sdk - v2.1.2

Published by configcat over 4 years ago

Minor fixes.

js-sdk - v2.1.1

Published by configcat over 4 years ago

Supporting sensitive text comparators. (Beta)

js-sdk - v2.1.0

Published by configcat over 4 years ago

Relased by mistake. No change.

js-sdk - v2.0.7

Published by configcat over 4 years ago

Polyfill Promise (IE bug)

js-sdk - v2.0.6

Published by configcat over 4 years ago

Custom semver, sha1 implementations to reduce package size and solve IE bugs

js-sdk - v2.0.5

Published by configcat almost 5 years ago

Minor fixes

js-sdk - v2.0.4

Published by configcat almost 5 years ago

Detailed logging for feature flag evaluation

js-sdk - v2.0.3

Published by configcat almost 5 years ago

Updating common-js

js-sdk - v2.0.2

Published by configcat almost 5 years ago

semver dependency warning fix (request of a dependency is an expression)

js-sdk - v2.0.1

Published by configcat almost 5 years ago

Fixed localstorage key for config_v3.json

js-sdk - v2.0.0

Published by configcat almost 5 years ago

SDK improvements

  • semver support
  • numeric operators
  • detailed logging
  • VariationId generation modifications
js-sdk - v1.2.0

Published by configcat almost 5 years ago

Introduced getVariationId(), getVariationIdAsync(), getAllVariationIds(), getAllVariationIdsAsync() functions to support A/B/n test scenarios with analytics tools.