Releases: configcat/js-unified-sdk
Releases · configcat/js-unified-sdk
v0.1.0
Improvements:
- Correct the public API to expect plain objects (
IUser
) instead of actual instances of theUser
class. (Instances ofUser
will still work.) (#2) - Add experimental support for Cloudflare Workers. (#3)
- Add experimental support for Bun.
Bug fixes:
- Adjust the
browser
andchrome-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
toLocalStorageConfigCache
andChromeLocalStorageCache
toChromeLocalStorageConfigCache
.