Feature Flags is a library that allows you to automatically enable or disable features in your application.
- ...
- xunit 2.4.1
- Add an override possibility to enable or disable features
- Enabled on day of the year
- Enabled on day of the month
- Enabled daily, weekly, monthly, yearly
- Load feature flags from a file
- Load feature flags from a URL
- ...
- Introduce samples to illustrate how the feature flags work
- Adding an icon to the nuget package
- Introducing an interface to indicate an object is capable of being enabled of disable
- Introducing a flag that enables a feature every day during the specified period of time
- Killing bugs
Initial release
- Identifiable feature flags
- Over 20 flavors of feature flags
- Event-invoker state changes
- Automatically evaluated state
- Fully documented code
- Unit-tested code
We follow the .NET Project Structure outlined by David Fowler.
- MED ZIANE
- Your Name Here :)
FeatureFlags is provided "as is" under the MIT license. For more information see LICENSE.
Copyright © 2022, MED ZIANE