Skip to content

Latest commit

 

History

History
94 lines (51 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

94 lines (51 loc) · 4.61 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.3 (2024-10-23)

Refactor

  • refactor: Convert codables to directory under a separate thread cd613b5
  • refactor: Remove redundant async when refreshing6ffc416

1.0.2 (2024-07-22)

Refactor

  • refactor: Rename FeaturevisorCLI to Featurevisor 30415b7

1.0.1 (2024-07-17)

Refactor

  • Refactor logger message when datafile fetching finished with error 554d96b

1.0.0 (2024-07-10)

Refactor

  • refactor: Rename FeaturevisorTestRunner to FeaturevisorCLI 134835b

0.9.0 (2024-05-06)

Features

  • evaluate features in CLI (69fdb0e)
  • benchmarking option in CLI (3d6eb94)

Refactor

  • make datafile handler async (9886301)

0.8.0 (2024-04-03)

Features

  • extend test runner assertion output + simple duration execution (db24373)
  • extend test runner with --only-failures option (b81d4f9)

Refactor

  • performance tweaks under DatafileReader (c55bbbe)
  • remove redundant 'equatable' for VariableValue under tests (4930eff)

0.7.0 (2024-03-05)

Features

  • Featurevisor Swift Test Runner (4d91882)

0.6.0 (2024-02-23)

Bugfixs

  • Wrong negation under allGroupSegmentsAreMatched for 'not' operator (785984e)
  • Rule percentage checks are now inclusive of end range (7be4657)

0.5.0 (2024-01-09)

Bugfixs

  • Wrong parsing datafile for segments if defined as pure string (a47d430)

0.4.0 (2024-01-04)

Bugfixs

  • Forcing variation with variable overrides (4b96ae7)

0.3.0 (2023-12-01)

Refactor

  • Make init for Feature object public (f14580b)

0.2.0 (2023-11-10)

Bug Fixes

  • missing operator in and notIn for string attribute and values condition (891910f)

0.1.0 (2023-10-31)

Features