Skip to content

Releases: open-feature/js-sdk

angular-sdk: v0.0.11

11 Apr 10:08
7f81917

Choose a tag to compare

0.0.11 (2025-04-11)

✨ New Features

  • angular: add option for initial context injection (aafdb43)

core: v1.8.0

10 Apr 14:00
b60c3df

Choose a tag to compare

1.8.0 (2025-04-10)

✨ New Features

  • add support for abort controllers to event handlers (#1151) (6a22483)

core: v1.7.2

18 Feb 18:50
a703ee7

Choose a tag to compare

1.7.2 (2025-02-18)

🐛 Bug Fixes

  • rename evaluation event property from data to body (4c2b01e)

core: v1.7.1

13 Feb 21:03
30004ea

Choose a tag to compare

1.7.1 (2025-02-13)

🐛 Bug Fixes

angular-sdk: v0.0.10

13 Feb 21:13
40deec0

Choose a tag to compare

0.0.10 (2025-02-13)

🧹 Chore

web-sdk: v1.4.1

07 Feb 20:38
ffceec9

Choose a tag to compare

1.4.1 (2025-02-07)

🐛 Bug Fixes

  • msg missing when providers return err resolutions (#1134) (bc9f6e4)

🧹 Chore

server-sdk: v1.17.1

07 Feb 20:28
0458420

Choose a tag to compare

1.17.1 (2025-02-07)

🐛 Bug Fixes

  • msg missing when providers return err resolutions (#1134) (bc9f6e4)

🧹 Chore

📚 Documentation

react-sdk: v0.4.11

07 Feb 21:07
23ba0b3

Choose a tag to compare

0.4.11 (2025-02-07)

✨ New Features

🧹 Chore

core: v1.7.0

07 Feb 20:03
644b9a1

Choose a tag to compare

1.7.0 (2025-02-07)

✨ New Features

web-sdk: v1.4.0

18 Dec 18:48
79de7ca

Choose a tag to compare

1.4.0 (2024-12-18)

⚠ BREAKING CHANGES

The signature of the finally hook stage has been changed. The signature now includes the evaluation details, as per the OpenFeature specification. Note that since hooks are still experimental, this does not constitute a change requiring a new major version. To migrate, update any hook that implements the finally stage to accept evaluation details as the second argument.

✨ New Features

📚 Documentation

  • fix comment in README for Hook’s after method (#1102) (ba8d1ae)

🔄 Refactoring