Skip to content

Releases: open-feature/js-sdk

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)

nodejs-sdk: v0.3.0

25 Aug 16:26
e4d30ba
Compare
Choose a tag to compare

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

nodejs-sdk: v0.2.0

15 Aug 18:43
663b310
Compare
Choose a tag to compare

0.2.0 (2022-08-15)

⚠ BREAKING CHANGES

  • context transformer and related interfaces removed.

Features

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

nodejs-sdk: v0.1.10

28 Jul 16:57
47107a1
Compare
Choose a tag to compare

0.1.10 (2022-07-28)

Bug Fixes

v0.1.7

22 Jul 18:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.7