js-sdk

JavaScript SDK for OpenFeature

APACHE-2.0 License

Downloads
843.8K
Stars
143
Committers
11

Bot releases are visible (Hide)

js-sdk - shared: v0.0.4

Published by github-actions[bot] over 1 year ago

0.0.4 (2023-06-06)

Features

Bug Fixes

  • only shutdown providers that are not attached to any client (#444) (7e469c4)
js-sdk - js-sdk: v1.2.0

Published by github-actions[bot] over 1 year ago

1.2.0 (2023-05-01)

Features

Bug Fixes

js-sdk - shared: v0.0.3

Published by github-actions[bot] over 1 year ago

0.0.3 (2023-05-01)

Bug Fixes

js-sdk - web-sdk: v0.3.1-experimental

Published by github-actions[bot] over 1 year ago

0.3.1-experimental (2023-04-03)

Bug Fixes

js-sdk - web-sdk: v0.3.0-experimental

Published by github-actions[bot] over 1 year ago

0.3.0-experimental (2023-04-03)

⚠ BREAKING CHANGES

  • use bundled event emitter type (#389)

Features

Bug Fixes

js-sdk - web-sdk: v0.2.0-experimental

Published by github-actions[bot] over 1 year ago

0.2.0-experimental (2023-03-22)

⚠ BREAKING CHANGES

  • use node style events, add initialize (#379)

Features

  • use node style events, add initialize (#379) (6625918)
js-sdk - web-sdk: v0.1.0-experimental

Published by github-actions[bot] over 1 year ago

0.1.0-experimental (2023-03-13)

⚠ BREAKING CHANGES

  • remove context from client interfaces (#373)

Bug Fixes

  • remove context from client interfaces (#373) (a692a32)
js-sdk - shared: v0.0.2

Published by github-actions[bot] over 1 year ago

0.0.2 (2023-03-09)

Bug Fixes

js-sdk - web-sdk: v0.0.2-experimental

Published by github-actions[bot] over 1 year ago

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @openfeature/shared bumped from 0.0.1 to 0.0.2
js-sdk - js-sdk: v1.1.1

Published by github-actions[bot] over 1 year ago

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @openfeature/shared bumped from 0.0.1 to 0.0.2
js-sdk - v1.1.0

Published by github-actions[bot] over 1 year ago

1.1.0 (2023-01-23)

Features

js-sdk - v1.0.1

Published by github-actions[bot] almost 2 years ago

1.0.1 (2022-12-23)

Bug Fixes

js-sdk - v1.0.0

Published by github-actions[bot] about 2 years ago

1.0.0 (2022-10-19)

Miscellaneous Chores

js-sdk - v0.5.1

Published by github-actions[bot] about 2 years ago

0.5.1 (2022-10-11)

Features

js-sdk - v0.5.0

Published by github-actions[bot] about 2 years ago

0.5.0 (2022-10-03)

This release makes some change to errors and reasons. Errors are now an enumeration, and reasons are a free-form string. The EvaluationDetails and ResolutionDetails structures also now include an optional errorMessage which, in the case of abnormal execution, corresponds to the message property of an underlying error that might have occurred during flag evaluation.

This release also included experimental web support and experimental transaction context propagation.

⚠ BREAKING CHANGES

  • errorCode as enum, reason as string (#244)

Features

js-sdk - js-sdk: v0.4.0

Published by github-actions[bot] about 2 years ago

0.4.0 (2022-09-20)

⚠ BREAKING CHANGES

  • improve generic type accuracy (#224)
  • convert to chainable methods (#221)
  • remove flag evaluation options from the provider interface (#185)
  • context transformer and related interfaces removed.

Features

Bug Fixes

js-sdk - nodejs-sdk: v0.3.2

Published by github-actions[bot] about 2 years ago

0.3.2 (2022-09-09)

Features

js-sdk - nodejs-sdk: v0.3.1

Published by github-actions[bot] about 2 years ago

0.3.1 (2022-08-26)

Bug Fixes

  • update the client to conform to the provider interface (#187) (f1edb29)
js-sdk - nodejs-sdk: v0.3.0

Published by github-actions[bot] about 2 years ago

0.3.0 (2022-08-25)

⚠ BREAKING CHANGES

  • remove flag evaluation options from the provider interface (#185)

Features

  • remove flag evaluation options from the provider interface (#185) (e9852e4), closes #183
js-sdk - nodejs-sdk: v0.2.0

Published by github-actions[bot] about 2 years ago

0.2.0 (2022-08-15)

⚠ BREAKING CHANGES

  • context transformer and related interfaces removed.

Features

  • remove ctx transformer, add provider hooks (#148) (260432c)