Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 2.43 KB

JavaScriptFeatureManagement.md

File metadata and controls

39 lines (24 loc) · 2.43 KB

Microsoft Feature Management for JavaScript

Source code | Package (npm) | Samples

2.0.0-preview.3 - Oct 24, 2024

Enhancements

  • Added validation for feature flag properties. #17

2.0.0-preview.2 - Oct 24, 2024

  • No changes in this release.

2.0.0-preview.1 - Oct 15, 2024

Enhancements

  • Added support for variant feature flags. A variant feature flag is an enhanced feature flag that supports multiple states or variations. While it can still be toggled on or off, it also allows for different configurations, ranging from simple primitives to complex JSON objects. Variant feature flags are particularly useful for feature rollouts, configuration rollouts, and feature experimentation (also known as A/B testing).

  • Added support for telemetry in feature flags. Telemetry is a powerful feature that allows you to track how your feature flags are being used. It provides insights into the effectiveness of your feature flags and helps you make data-driven decisions. Telemetry is particularly useful for feature experimentation (also known as A/B testing) and feature rollouts.

1.0.0 - Sep 26, 2024

This is the first stable release of the following features.

1.0.0-preview.1 - May 17, 2024

Added support for the following features.