Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions releaseNotes/JavaScriptFeatureManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[Source code][source_code] | [Package (npm)][package] | [Samples][samples]

## 2.1.0 - May 20, 2025

### Enhancements

* Stablized the targeting context accessor. You can configure an `ITargetingContextAccessor` when initializing the `FeatureManager` through `FeatureManagerOptions.targetingContextAccessor`. [#93](https://github.com/microsoft/FeatureManagement-JavaScript/pull/93)

* Stablized the feature evaluation event properties. These properties can be obtained through the use of `createFeatureEvaluationEventProperties`, and they include: `"Version"`, `"FeatureName"`, `"Enabled"`, `"TargetingId"`, `"Variant`", `"VariantAssignmentReason"`, `"DefaultWhenEnabled"` and `"VariantAssignmentPercentage"`.

## 2.1.0-preview.1 - April 22, 2025

### Enhancements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[Source code][source_code] | [Package (npm)][package] | [Samples][samples]

## 2.1.0 - May 20, 2025

### Enhancements

* Updated `@microsoft/feature-management` dependency to `2.1.0`.

* Stablized `createTargetingTelemetryInitializer` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98)

## 2.1.0-preview.1 - April 22, 2025

* Updated `@microsoft/feature-management` dependency to `2.1.0-preview.1`. See the [release notes](./JavaScriptFeatureManagement.md) for more information on the changes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

[Source code][source_code] | [Package (npm)][package] | [Samples][samples]

## 2.1.0 - May 20, 2025

### Enhancements

* Updated `@microsoft/feature-management` dependency to `2.1.0`.

* Stablized `createTargetingTelemetryProcessor` function to enable targeting id to be attached to Application Insights telemetry. [#98](https://github.com/microsoft/FeatureManagement-JavaScript/pull/98)


## 2.1.0-preview.1 - April 22, 2025

* Updated `@microsoft/feature-management` dependency to `2.1.0-preview.1`. See the [release notes](./JavaScriptFeatureManagement.md) for more information on the changes.
Expand Down