Skip to content

Releases: open-feature/js-sdk

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

server-sdk: v1.17.0

18 Dec 18:53
edab970

Choose a tag to compare

1.17.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 (#1103) (e335615)

🔄 Refactoring

react-sdk: v0.4.10

18 Dec 18:59
52c8de6

Choose a tag to compare

0.4.10 (2024-12-18)

🔄 Refactoring

core: v1.6.0

18 Dec 18:42
bd26d0a

Choose a tag to compare

1.6.0 (2024-12-12)

⚠ 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

🔄 Refactoring

react-sdk: v0.4.9

04 Dec 18:37
3c9f2c6

Choose a tag to compare

0.4.9 (2024-12-04)

✨ New Features

📚 Documentation

angular-sdk: v0.0.9-experimental

21 Nov 20:24
5ece80e

Choose a tag to compare

Pre-release

0.0.9-experimental (2024-11-21)

🧹 Chore

angular-sdk: v0.0.8-experimental

21 Nov 20:15
d521f2d

Choose a tag to compare

Pre-release

0.0.8-experimental (2024-11-21)

✨ New Features

🐛 Bug Fixes

🧹 Chore

  • add npm keywords for angular (#1015) (6b11165)
  • main: release angular-sdk 0.0.1-experimental (#1003) (ed3aaa4)
  • main: release angular-sdk 0.0.1-experimental (#1010) (eb42c4c)
  • main: release angular-sdk 0.0.2-experimental (#1008) (f74056c)
  • main: release angular-sdk 0.0.2-experimental (#1012) (8bdc164)
  • main: release angular-sdk 0.0.3-experimental (#1014) (baec2fb)
  • main: release angular-sdk 0.0.4-experimental (#1027) (c1374bb)
  • main: release angular-sdk 0.0.5-experimental (#1053) (5636983)
  • main: release angular-sdk 0.0.6-experimental (#1064) (7f9001e)
  • main: release angular-sdk 0.0.7-experimental (#1088) (6016465)
  • main: release angular-sdk 0.0.7-experimental (#1091) (2a21f4f)

📚 Documentation

web-sdk: v1.3.2

07 Nov 17:10
6f1c0b3

Choose a tag to compare

1.3.2 (2024-11-07)

🐛 Bug Fixes

  • update OpenFeature core version to 1.5.0 (#1077) (a3469b6)

🧹 Chore

  • loosen peer dependency requirements, remove some ci automation (#1080) (ef3ba21)

🚀 Performance