|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +## [1.0.1](https://github.com/featurevisor/featurevisor-swift/compare/1.0.0...1.0.1) (2024-07-17) |
| 7 | + |
| 8 | +### Refactor |
| 9 | + |
| 10 | +* Refactor logger message when datafile fetching finished with error [554d96b](https://github.com/featurevisor/featurevisor-swift/commit/554d96b86da8d22554f9a6d40ab99121aae9504a) |
| 11 | + |
6 | 12 | ## [1.0.0](https://github.com/featurevisor/featurevisor-swift/compare/0.9.0...1.0.0) (2024-07-10)
|
| 13 | + |
7 | 14 | ### Refactor
|
8 |
| -* refactor: Rename FeaturevisorTestRunner to FeaturevisorCLI[134835b](https://github.com/featurevisor/featurevisor-swift/pull/73/commits/134835b1c3e457f0fca4bfcd4fd476578e1707f7) |
| 15 | + |
| 16 | +* refactor: Rename FeaturevisorTestRunner to FeaturevisorCLI [134835b](https://github.com/featurevisor/featurevisor-swift/pull/73/commits/134835b1c3e457f0fca4bfcd4fd476578e1707f7) |
9 | 17 |
|
10 | 18 | ## [0.9.0](https://github.com/featurevisor/featurevisor-swift/compare/0.8.0...0.9.0) (2024-05-06)
|
| 19 | + |
11 | 20 | ### Features
|
| 21 | + |
12 | 22 | * evaluate features in CLI ([69fdb0e](https://github.com/featurevisor/featurevisor-swift/commit/69fdb0ec3fd8b029d689669553e18558b1f7e0f7))
|
13 | 23 | * benchmarking option in CLI ([3d6eb94](https://github.com/featurevisor/featurevisor-swift/commit/3d6eb941f5d5d7ce0845d32b6ada23cde2274d83))
|
14 | 24 |
|
15 | 25 | ### Refactor
|
| 26 | +* |
16 | 27 | * make datafile handler async ([9886301](https://github.com/featurevisor/featurevisor-swift/commit/988630114365303c1e16f1f06853ed8ca4d9df2e))
|
17 | 28 |
|
18 | 29 | ## [0.8.0](https://github.com/featurevisor/featurevisor-swift/compare/0.7.0...0.8.0) (2024-04-03)
|
| 30 | + |
19 | 31 | ### Features
|
20 | 32 |
|
21 | 33 | * extend test runner assertion output + simple duration execution ([db24373](https://github.com/featurevisor/featurevisor-swift/commit/db243731c715d92a70b9a92ccbae2f6f33aed5b4))
|
22 | 34 | * extend test runner with --only-failures option ([b81d4f9](https://github.com/featurevisor/featurevisor-swift/commit/b81d4f926fa0327f54e5996f578a165f5879041e))
|
23 | 35 |
|
24 | 36 | ### Refactor
|
| 37 | + |
25 | 38 | * performance tweaks under DatafileReader ([c55bbbe](https://github.com/featurevisor/featurevisor-swift/commit/c55bbbe1721cd2bff1d813c2ada7b8e07a8dada4))
|
26 | 39 | * remove redundant 'equatable' for VariableValue under tests ([4930eff](https://github.com/featurevisor/featurevisor-swift/commit/4930effad385a77f1b9770f64ca32a820d157162))
|
27 | 40 |
|
28 |
| - |
29 | 41 | ## [0.7.0](https://github.com/featurevisor/featurevisor-swift/compare/0.6.0...0.7.0) (2024-03-05)
|
30 | 42 |
|
31 | 43 | ### Features
|
@@ -57,7 +69,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
57 | 69 |
|
58 | 70 | * Make `init` for `Feature` object public ([f14580b](https://github.com/featurevisor/featurevisor-swift/commit/f14580b1e1a67599b20d392e315831bc6ea7bd5a))
|
59 | 71 |
|
60 |
| - |
61 | 72 | ## [0.2.0](https://github.com/featurevisor/featurevisor-swift/compare/0.1.0...0.2.0) (2023-11-10)
|
62 | 73 |
|
63 | 74 | ### Bug Fixes
|
|
0 commit comments