No description
  • JavaScript 83.3%
  • TypeScript 16.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Matt Carroll 1b71750e46
chore(datafile manager): Lint and formatting fixes for datafile manager tests (#441)
Summary:

- Lint and formatting fixes for datafile manager tests
- Update lint package.json script to run on test files

Test plan:

Existing tests
2020-04-03 17:30:43 -07:00
.github chore(repo): Create issue template (#157) 2018-12-26 10:45:58 -08:00
packages chore(datafile manager): Lint and formatting fixes for datafile manager tests (#441) 2020-04-03 17:30:43 -07:00
.gitignore Move to multi-package repo using lerna. (#79) 2018-02-27 10:12:03 -08:00
.prettierrc Add logging / utils package (#226) 2019-02-21 15:50:56 -08:00
.travis.yml feat: Key Value cache implementation for React Native (#426) 2020-03-20 11:46:57 -07:00
CODEOWNERS Create CODEOWNERS (#340) 2019-08-12 10:05:17 -07:00
CONTRIBUTING.md feat(core)[OASIS-6054]: Change Error to LOG_LEVEL.WARNING for unfound event (#418) 2020-03-04 11:14:36 -06:00
lerna.json Updating lerna to latest version (#160) 2018-08-30 12:04:13 -07:00
LICENSE Update to optimizely-server-sdk 1.2.1 and fix licensing files. 2017-03-20 15:18:55 -07:00
package-lock.json chore(deps): bump js-yaml from 3.6.1 to 3.13.1 (#338) 2019-08-15 10:54:36 -07:00
package.json Implement js-sdk-logging in optimizely-sdk (#232) 2019-03-01 17:56:13 -05:00
README.md feat(rollouts): Update README for Rollouts (#257) 2019-04-10 17:06:03 -07:00
tsconfig.json Add logging / utils package (#226) 2019-02-21 15:50:56 -08:00

Optimizely JavaScript SDK

This repository houses the official JavaScript SDK for use with Optimizely Full Stack and Optimizely Rollouts.

Optimizely Full Stack is A/B testing and feature flag management for product development teams. Experiment in any application. Make every feature on your roadmap an opportunity to learn. Learn more at https://www.optimizely.com/platform/full-stack/, or see the documentation.

Optimizely Rollouts is free feature flags for development teams. Easily roll out and roll back features in any application without code deploys. Mitigate risk for every feature on your roadmap. Learn more at https://www.optimizely.com/rollouts/, or see the documentation.

Packages

This repository is a monorepo that we manage using Lerna. Only one package lives here currently, but that may change in the future.

Package Version Docs Description
@optimizely/optimizely-sdk npm The Optimizely SDK

About

@optimizely/optimizely-sdk is developed and maintained by Optimizely and many contributors. If you're interested in learning more about what Optimizely X Full Stack can do for your company, please get in touch!

Contributing

Please see CONTRIBUTING.