Skip to content

v1.0.0

Choose a tag to compare

@NinjaRocks NinjaRocks released this 09 Dec 18:16
· 73 commits to master since this release
c4b741a

Release Notes v1.0.0 - release to target .NET 6.0

Core Functionality - Includes the main functionality of FeatureOne

  • Implement Feature Toggles to drive availability of a features
  • Implement Feature isEnabled check in codebase to run the status of each toggle.
  • Add Simple and Regex conditions to toggle definitions.

Extensibility - Provides an extension for custom implementations

  • Implement custom Conditions.
  • Implement custom Storage Provider.
  • Implement custom Logger.

What's Changed

Full Changelog: https://github.com/NinjaRocks/FeatureOne/commits/v1.0.0