Skip to content

Releases: Prashant-Surya/go-unflagger

Handled case with no else block

28 May 08:43
Compare
Choose a tag to compare
Pre-release

In case if there is an If not statement and there is no else block for this case, we're just removing If block without appending any extra statements in the parent function.
Flag in else block is still not supported

First flagger release

27 May 17:33
cf9f65b
Compare
Choose a tag to compare
First flagger release Pre-release
Pre-release

Types of flaggers supported:

  1. Name Flagger
  2. Date Flagger

Currently supports the only static name of the feature flags struct FeatureFlags.