Skip to content

Commit f4eb3e9

Browse files
author
Bernd Warmuth
committed
fixup! chore: added doc to README.md
Signed-off-by: Bernd Warmuth <[email protected]>
1 parent 641d24f commit f4eb3e9

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

β€ŽREADME.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,18 @@ See [here](https://javadoc.io/doc/dev.openfeature/sdk/latest/) for the Javadocs.
120120

121121
## 🌟 Features
122122

123-
| Status | Features | Description |
124-
| ------ |-----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
125-
| βœ… | [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. |
126-
| βœ… | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). |
127-
| βœ… | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. |
128-
| βœ… | [Logging](#logging) | Integrate with popular logging packages. |
129-
| βœ… | [Domains](#domains) | Logically bind clients with providers. |
130-
| βœ… | [Eventing](#eventing) | React to state changes in the provider or flag management system. |
131-
| βœ… | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
132-
| βœ… | [Transaction Context Propagation](#transaction-context-propagation) | Set a specific [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread). |
133-
| βœ… | [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |
123+
| Status | Features | Description |
124+
| ------ |---------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
125+
| βœ… | [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. |
126+
| βœ… | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). |
127+
| βœ… | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. |
128+
| βœ… | [Tracking](#tracking) | Associate user actions with feature flag evaluations. |
129+
| βœ… | [Logging](#logging) | Integrate with popular logging packages. |
130+
| βœ… | [Domains](#domains) | Logically bind clients with providers. |
131+
| βœ… | [Eventing](#eventing) | React to state changes in the provider or flag management system. |
132+
| βœ… | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
133+
| βœ… | [Transaction Context Propagation](#transaction-context-propagation) | Set a specific [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread). |
134+
| βœ… | [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |
134135

135136
<sub>Implemented: βœ… | In-progress: ⚠️ | Not implemented yet: ❌</sub>
136137

0 commit comments

Comments
Β (0)