Releases: mikanyg/FeatureToggle.Azure
v1.2.0
All 3 FeatureToggle.Azure providers now implements FeatureToggle.ITimePeriodProvider to support feature toggles inheriting from FeatureToggle.EnabledBetweenDatesFeatureToggle overriding the default provider with one of the 3 Azure providers instead. Makes it possible to use start and end DateTime values to control the period where feature toggles are enabled.
v1.1.0
All 3 FeatureToggle.Azure providers now implements FeatureToggle.IDateTimeToggleValueProvider to support feature toggles inheriting from FeatureToggle.EnabledOnOrAfterDateFeatureToggle and FeatureToggle.EnabledOnOrBeforeDateFeatureToggle overriding the default provider with one of the 3 Azure providers instead. Makes it possible to use absolute date and time to control when feature toggles are enabled/disabled.