Releases: open-feature/js-sdk
Releases · open-feature/js-sdk
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
Bug Fixes
nodejs-sdk: v0.3.2
nodejs-sdk: v0.3.1
nodejs-sdk: v0.3.0
nodejs-sdk: v0.2.0
nodejs-sdk: v0.1.10
v0.1.7
What's Changed
- chore: Delete tags by @toddbaert in #94
- chore: Add tags by @toddbaert in #95
Full Changelog: v0.1.5...v0.1.7