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