@optimizely/js-sdk-utils
A collection of utility functions shared between components of the Javascript SDK.
To test
npm test
Optimizely Full Stack Utils
@optimizely/js-sdk-utils
A collection of utility functions shared between components of the Javascript SDK.
npm test
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Changes that have landed but are not yet released.
uuid.v4
to disallow passing extra arguments and prevent dependency on uuid
package types (#509)PersistentKeyValueCache
and ReactNativeAsyncStorageCache
to be named, not default (#506)PersistentKeyValueCache
interface and its implementation for React Native under ReactNativeAsyncStorageCache
.objectEntries
NOTIFICATION_TYPES
and NotificationCenter
Initial release