js-sdk/packages/shared
OpenFeature Bot e6e5ff3edf
chore(main): release core 1.9.0 (#1219)
🤖 I have created a release *beep* *boop*
---


##
[1.9.0](https://github.com/open-feature/js-sdk/compare/core-v1.8.1...core-v1.9.0)
(2025-08-10)


###  New Features

* add evaluation-scoped hook data
([#1216](https://github.com/open-feature/js-sdk/issues/1216))
([07af3a9](07af3a9eda))
* support Angular 20
([#1220](https://github.com/open-feature/js-sdk/issues/1220))
([aa232a9](aa232a9d6a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
2025-08-12 21:08:51 +00:00
..
src feat: support Angular 20 (#1220) 2025-07-25 18:48:38 +02:00
test feat: add evaluation-scoped hook data (#1216) 2025-07-18 15:08:01 -04:00
CHANGELOG.md chore(main): release core 1.9.0 (#1219) 2025-08-12 21:08:51 +00:00
README.md chore: fix grammatical issues in the readme 2023-10-31 15:27:46 -04:00
package.json chore(main): release core 1.9.0 (#1219) 2025-08-12 21:08:51 +00:00
tsconfig.json feat: lower compilation target to es2015 (#957) 2024-06-11 12:47:19 +00:00
tsconfig.rollup.json fix: removed duped core types (#800) 2024-01-31 19:52:16 +00:00
typedoc.json feat: extract and publish core package (#629) 2023-10-31 17:03:37 +00:00

README.md

OpenFeature Logo

Shared js components (server and web)

OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.

🔩 Shared JS components

[!IMPORTANT]
If you're developing a provider or hook, you probably do not want to use this package!

This package comprises the common types and interfaces of the OpenFeature server and web SDKs. If you are developing a provider or a hook, you should instead utilize the server or web SDKs. This package is useful if you need to reference the underlying types common to all the JS SDKs or if you're creating a utility that can be used for both server and web implementations. Be sure to add this module as either a devDependency (if only build time assets such as types are required) or as a peerDependency with a permissive version expression.

API Reference

See here for the complete API documentation.