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: Convert codables to directory under a separate thread cd613b5
- refactor: Remove redundant async when refreshing6ffc416
1.0.2 (2024-07-22)
- refactor: Rename FeaturevisorCLI to Featurevisor 30415b7
1.0.1 (2024-07-17)
- Refactor logger message when datafile fetching finished with error 554d96b
1.0.0 (2024-07-10)
- refactor: Rename FeaturevisorTestRunner to FeaturevisorCLI 134835b
0.9.0 (2024-05-06)
- make datafile handler async (9886301)
0.8.0 (2024-04-03)
- extend test runner assertion output + simple duration execution (db24373)
- extend test runner with --only-failures option (b81d4f9)
- performance tweaks under DatafileReader (c55bbbe)
- remove redundant 'equatable' for VariableValue under tests (4930eff)
0.7.0 (2024-03-05)
- Featurevisor Swift Test Runner (4d91882)
0.6.0 (2024-02-23)
- Wrong negation under allGroupSegmentsAreMatched for 'not' operator (785984e)
- Rule percentage checks are now inclusive of end range (7be4657)
0.5.0 (2024-01-09)
- Wrong parsing datafile for segments if defined as pure string (a47d430)
0.4.0 (2024-01-04)
- Forcing variation with variable overrides (4b96ae7)
0.3.0 (2023-12-01)
- Make
init
forFeature
object public (f14580b)
0.2.0 (2023-11-10)
- missing operator in and notIn for string attribute and values condition (891910f)