Skip to content

Releases: Eppo-exp/js-sdk-common

Export IConfigurationStore

29 Mar 06:03
Compare
Choose a tag to compare
Pre-release
v1.0.3

Export IConfigurationStore properly

Reverting async functionality

29 Mar 05:32
Compare
Choose a tag to compare
Pre-release
v1.0.2

Reverting async changes and bringing to 1.0.2

Configuration Storage is now Async (necessary for react-native)

29 Mar 04:35
Compare
Choose a tag to compare
Fixed syntax error on build

Note: It's important to run npm pack to ensure that everything
actually passes.

Refactor @eppo/js-client-sdk into shared package.

29 Mar 00:47
Compare
Choose a tag to compare

This takes the original implementation of @eppo/js-client-sdk and refactors it to support multiple javascript environments. Common provides the bulk of the functionality to support both web and react-native versions of the SDK with most code shared between them.