Releases: open-feature/js-sdk
Releases · open-feature/js-sdk
web-sdk: v0.0.2-experimental
Dependencies
- The following workspace dependencies were updated
- devDependencies
- @openfeature/shared bumped from 0.0.1 to 0.0.2
- devDependencies
shared: v0.0.2
v1.1.0
v1.0.1
v1.0.0
v0.5.1
v0.5.0
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
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
- add client context mutation (#207) (5b0442a)
- add logger (#219) (763f167)
- convert to chainable methods (#221) (5253ad9)
- improve generic type accuracy (#224) (12230a5)
- remove ctx transformer, add provider hooks (#148) (260432c)
- remove flag evaluation options from the provider interface (#185) (e9852e4), closes #183