v1.0.0
Release Notes v1.0.0 - release to target .NET 6.0
Core Functionality - Includes the main functionality of FeatureOne
- Implement
Feature Togglesto drive availability of a features - Implement Feature
isEnabledcheck in codebase to run the status of each toggle. - Add
SimpleandRegexconditions to toggle definitions.
Extensibility - Provides an extension for custom implementations
- Implement custom
Conditions. - Implement custom
Storage Provider. - Implement custom
Logger.
What's Changed
-
- Add feature store and tests by @NinjaRocks in #1
-
- Add Code - check in point 3 by @NinjaRocks in #2
-
- Add Code Check in point 4 by @NinjaRocks in #3
-
- Release v1.0.0 by @NinjaRocks in #4
Full Changelog: https://github.com/NinjaRocks/FeatureOne/commits/v1.0.0