Skip to content

Releases: configcat/js-unified-sdk

v0.1.0

21 Nov 23:14
c6ff3d5
Compare
Choose a tag to compare

Improvements:

  • Correct the public API to expect plain objects (IUser) instead of actual instances of the User class. (Instances of User will still work.) (#2)
  • Add experimental support for Cloudflare Workers. (#3)
  • Add experimental support for Bun.

Bug fixes:

  • Adjust the browser and chrome-extension platforms to work correctly in Web Workers too. (#2)

Breaking changes:

  • Change SettingKeyValue to a plain object type. (Very low impact expected.) (#2)
  • Remove proxy from common client options (IOptions) and make it available on the Node platform only. (Very low impact expected.) (#3)

Notable internal breaking changes:

  • Change FlagOverrides to a plain object type. (#2)
  • Rename LocalStorageCache to LocalStorageConfigCache and ChromeLocalStorageCache to ChromeLocalStorageConfigCache.

v0.0.1

08 Nov 15:52
4c49cf9
Compare
Choose a tag to compare

Initial pre-release