Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 845 Bytes

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 845 Bytes

2.0.1+0

  • Fixes issue caused by analyzer.

2.0.0+0

1.2.0+0

  • Breaking change: Made initialization of sdk asynchronous.
  • Added run method to Evaluate experiment.
  • Removed SDKBuilder.

1.1.2

  • Fixed feature evaluation on string comparison.

1.1.1

  • Fixed condition evaluation while attribute/s is/are null.

1.1.0

  • Migrated to dart 2.17.2.
  • fix: Data parsing problem.
  • Moved to json-serializable from manual one.
  • Removed dependency: Enhanced Enum.
  • fix: String comparison assessment.
  • Added new test cases for string comparison.
  • Changed attr type for evaluateCondition.

1.0.0+1

  • First Release Version.
  • AB Testing.
  • Feature Flag.
  • Percentage RollOut.