Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.63 KB

ReleaseHistory.md

File metadata and controls

47 lines (33 loc) · 2.63 KB

DotNetCore.FeatureFlags

Release History

  •      After internal tests, released the first public beta version aligned with .NET Core 3.0 preview 5

  •      Resolved minor issues detected in v1.0.0

  •      Resolved minor issues detected in v1.0.1

  •      Released the final version aligned with .NET Core 3.0.0
  •      The function GetToggleSettings() has been renamed as GetAllToggleSettings() to be more clear
  •      The function GetToggleSettings(string feature) has been renamed as GetToggleSettingsBy(string feature) to be more clear

  •      The property IsEnabled is not readonly now, so you could change the state of this property directly
  •      The method RefreshToggles() has been renamed as ReloadToggles() to be more clear

  •      Added .NET Standard 2.0 compatibility to use the package with .NET Framework 4.6.1 or higher, and .NET Core 2.x

Return to the Readme file