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 - v3.9.0

Published by z4kn4fein over 2 years ago

🐛 Fixed

  • With autopoll initial tryReadFromCache takes 5 seconds #43

🚀 Added

  • Local Flag Overrides
js-ssr-sdk - v3.8.0

Published by sigewuzhere over 2 years ago

Updated configcat-common and axios dependencies to latest.

js-ssr-sdk - v3.7.2

Published by laliconfigcat almost 3 years ago

Unnecessary "this." fix.

js-ssr-sdk - v3.7.1

Published by laliconfigcat almost 3 years ago

Optional custom property fix.

js-ssr-sdk - v3.7.0

Published by laliconfigcat almost 3 years ago

.dispose() fix: #36
Lazy loading concurrency fix
Auto polling initialization fix

js-ssr-sdk - v3.6.0

Published by laliconfigcat about 3 years ago

Support async cache implementations too.

js-ssr-sdk - v3.5.2

Published by sigewuzhere about 3 years ago

Updating dependencies.

js-ssr-sdk - v3.5.0

Published by sigewuzhere over 3 years ago

Updated dependencies including configcat-common.

js-ssr-sdk - v3.4.4

Published by laliconfigcat over 3 years ago

Updated dependencies

js-ssr-sdk - v3.4.3

Published by z4kn4fein over 3 years ago

  • Remove accidentally included GitHub action file from release package.
js-ssr-sdk - v3.4.2

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-ssr-sdk - v3.4.1

Published by endret almost 4 years ago

v3.4.1

🐛 Bug Fixes

  • Bumps axios from 0.19.2 to 0.21.1.
js-ssr-sdk - v3.4.0

Published by endret almost 4 years ago

v3.4.0

🚀 Features

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

Published by endret almost 4 years ago

v3.3.2

🐛 Bug Fixes

  • FIX: Cache optimization
js-ssr-sdk - v3.3.1

Published by endret almost 4 years ago

v3.3.1

🐛 Bug Fixes

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

Published by endret about 4 years ago

v3.3.0

🚀 Features

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

Published by laliconfigcat about 4 years ago

Exporting DataGovernance const

js-ssr-sdk - v3.1.0

Published by laliconfigcat about 4 years ago

Update common-js to fix the baseUrl redirect flow

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

Published by laliconfigcat over 4 years ago

Turned on declarationMap in tsconfig.json