js-ssr-sdk

ConfigCat SDK for JavaScript Server Side Rendered applications like NuxtJS. 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
57K
Stars
7
Committers
13

Bot releases are hidden (Show)

js-ssr-sdk - v2.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-ssr-sdk - v2.0.0

Published by configcat over 4 years ago

Breaking change: Renamed API Key to SDK Key.

js-ssr-sdk - v1.0.2

Published by configcat over 4 years ago

Fixing a bug in ETag handling.

js-ssr-sdk - v1.0.1

Published by configcat over 4 years ago

First official release.
Forked from ConfigCat JS SDK.
Added axios as an HTTP Client.