Skip to content

Releases: open-feature/js-sdk

web-sdk: v0.0.2-experimental

09 Mar 21:06
6478a8e
Compare
Choose a tag to compare
Pre-release

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @openfeature/shared bumped from 0.0.1 to 0.0.2

shared: v0.0.2

09 Mar 21:06
6478a8e
Compare
Choose a tag to compare
shared: v0.0.2 Pre-release
Pre-release

0.0.2 (2023-03-09)

Bug Fixes

v1.1.0

23 Jan 18:10
6aa669e
Compare
Choose a tag to compare

1.1.0 (2023-01-23)

Features

v1.0.1

23 Dec 18:50
0e81b6c
Compare
Choose a tag to compare

1.0.1 (2022-12-23)

Bug Fixes

v1.0.0

19 Oct 18:38
ee7cbf1
Compare
Choose a tag to compare

1.0.0 (2022-10-19)

Miscellaneous Chores

v0.5.1

11 Oct 20:13
1da4208
Compare
Choose a tag to compare

0.5.1 (2022-10-11)

Features

v0.5.0

03 Oct 12:23
ebb6c37
Compare
Choose a tag to compare

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: v0.4.0

20 Sep 19:01
7a4f1e2
Compare
Choose a tag to compare

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

nodejs-sdk: v0.3.2

09 Sep 14:11
c357aa5
Compare
Choose a tag to compare

0.3.2 (2022-09-09)

Features

nodejs-sdk: v0.3.1

26 Aug 19:35
1f5ce62
Compare
Choose a tag to compare

0.3.1 (2022-08-26)

Bug Fixes

  • update the client to conform to the provider interface (#187) (f1edb29)