Skip to content

Releases: open-feature/js-sdk

web-sdk: v1.2.1

12 Jun 17:03
a621e6d
Compare
Choose a tag to compare

1.2.1 (2024-06-12)

🐛 Bug Fixes

web-sdk: v1.2.0

11 Jun 15:42
a91b42b
Compare
Choose a tag to compare

1.2.0 (2024-06-11)

✨ New Features

🧹 Chore

server-sdk: v1.15.0

11 Jun 14:57
a3a9b22
Compare
Choose a tag to compare

1.15.0 (2024-06-11)

✨ New Features

🧹 Chore

react-sdk: v0.4.1

11 Jun 16:46
d53e2ee
Compare
Choose a tag to compare

0.4.1 (2024-06-11)

✨ New Features

core: v1.3.0

11 Jun 13:25
25086c5
Compare
Choose a tag to compare

1.3.0 (2024-06-11)

✨ New Features

nestjs-sdk: v0.2.1-experimental

11 Jun 16:41
cffcf6a
Compare
Choose a tag to compare
Pre-release

0.2.1-experimental (2024-06-11)

✨ New Features

nestjs-sdk: v0.2.0-experimental

19 May 10:43
d202994
Compare
Choose a tag to compare
Pre-release

0.2.0-experimental (2024-05-19)

⚠ BREAKING CHANGES

  • rename FeatureClient decorator to OpenFeatureClient (#949)

✨ New Features

  • rename FeatureClient decorator to OpenFeatureClient (#949) (a531238)

web-sdk: v1.1.0

13 May 21:10
ee08911
Compare
Choose a tag to compare

1.1.0 (2024-05-13)

✨ New Features

  • set context during provider init on web (#919) (7e6c1c6)

🐛 Bug Fixes

  • remove export of OpenFeatureClient (#794) (3d197f2)
  • removes exports of OpenFeatureClient class and makes event props readonly (#918) (e9a25c2)
  • run error hook when provider returns reason error or error code (#926) (c6d0b5d)
  • skip reconciling event for synchronous onContextChange operations (#931) (6c25f29)

🧹 Chore

📚 Documentation

  • add tip about supported usage in the install section (#941) (f0de667)

server-sdk: v1.14.0

13 May 20:23
f2ebd11
Compare
Choose a tag to compare

1.14.0 (2024-05-13)

🐛 Bug Fixes

  • remove export of OpenFeatureClient (#794) (3d197f2)
  • removes exports of OpenFeatureClient class and makes event props readonly (#918) (e9a25c2)
  • run error hook when provider returns reason error or error code (#926) (c6d0b5d)

🧹 Chore

📚 Documentation

  • add tip about supported usage in the install section (#941) (f0de667)

react-sdk: v0.4.0

13 May 21:42
e9d3ebc
Compare
Choose a tag to compare

0.4.0 (2024-05-13)

⚠ BREAKING CHANGES

  • disable suspense by default, add suspense hooks (#940)

✨ New Features

  • disable suspense by default, add suspense hooks (#940) (6bcef89)
  • set context during provider init on web (#919) (7e6c1c6)