This is the first stable release of the following features.
- Loading of feature flags from object and map.
- Feature flag status evaluation with or without context.
- Feature filters including built-in filters
Microsoft.TimeWindow
andMicrosoft.Targeting
.
Breaking Changes
- The feature flag provider handles duplicate flags by using the last flag instead of the first. #40
Enhancements
- The targeting filter can work properly in non-Node.js environments. #25