Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@optimizely/js-sdk-utils

optimizely584.3kApache-2.00.4.0TypeScript support: included

Optimizely Full Stack Utils

optimizely

readme

@optimizely/js-sdk-utils

A collection of utility functions shared between components of the Javascript SDK.

To test

npm test

changelog

Changelog

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.

[Unreleased]

Changes that have landed but are not yet released.

[0.4.0] - July 27, 2020

  • Removed React Native async storage implementation from utils (#536)

[0.3.2] - June 15, 2020

Bug Fixes

  • Wrap uuid.v4 to disallow passing extra arguments and prevent dependency on uuid package types (#509)

[0.3.1] - June 12, 2020

Bug Fixes

  • Fix exports of PersistentKeyValueCache and ReactNativeAsyncStorageCache to be named, not default (#506)

[0.3.0] - June 11, 2020

New Features

  • Added PersistentKeyValueCache interface and its implementation for React Native under ReactNativeAsyncStorageCache.

[0.2.0] - August 7, 2019

New Features

  • Added objectEntries
  • Added NOTIFICATION_TYPES and NotificationCenter

[0.1.0] - March 1, 2019

Initial release