Skip to content

Commit e2c893a

Browse files
committed
v1.0.1
1 parent 554d96b commit e2c893a

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

Diff for: CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,41 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
612
## [1.0.0](https://github.com/featurevisor/featurevisor-swift/compare/0.9.0...1.0.0) (2024-07-10)
13+
714
### 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)
917

1018
## [0.9.0](https://github.com/featurevisor/featurevisor-swift/compare/0.8.0...0.9.0) (2024-05-06)
19+
1120
### Features
21+
1222
* evaluate features in CLI ([69fdb0e](https://github.com/featurevisor/featurevisor-swift/commit/69fdb0ec3fd8b029d689669553e18558b1f7e0f7))
1323
* benchmarking option in CLI ([3d6eb94](https://github.com/featurevisor/featurevisor-swift/commit/3d6eb941f5d5d7ce0845d32b6ada23cde2274d83))
1424

1525
### Refactor
26+
*
1627
* make datafile handler async ([9886301](https://github.com/featurevisor/featurevisor-swift/commit/988630114365303c1e16f1f06853ed8ca4d9df2e))
1728

1829
## [0.8.0](https://github.com/featurevisor/featurevisor-swift/compare/0.7.0...0.8.0) (2024-04-03)
30+
1931
### Features
2032

2133
* extend test runner assertion output + simple duration execution ([db24373](https://github.com/featurevisor/featurevisor-swift/commit/db243731c715d92a70b9a92ccbae2f6f33aed5b4))
2234
* extend test runner with --only-failures option ([b81d4f9](https://github.com/featurevisor/featurevisor-swift/commit/b81d4f926fa0327f54e5996f578a165f5879041e))
2335

2436
### Refactor
37+
2538
* performance tweaks under DatafileReader ([c55bbbe](https://github.com/featurevisor/featurevisor-swift/commit/c55bbbe1721cd2bff1d813c2ada7b8e07a8dada4))
2639
* remove redundant 'equatable' for VariableValue under tests ([4930eff](https://github.com/featurevisor/featurevisor-swift/commit/4930effad385a77f1b9770f64ca32a820d157162))
2740

28-
2941
## [0.7.0](https://github.com/featurevisor/featurevisor-swift/compare/0.6.0...0.7.0) (2024-03-05)
3042

3143
### Features
@@ -57,7 +69,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5769

5870
* Make `init` for `Feature` object public ([f14580b](https://github.com/featurevisor/featurevisor-swift/commit/f14580b1e1a67599b20d392e315831bc6ea7bd5a))
5971

60-
6172
## [0.2.0](https://github.com/featurevisor/featurevisor-swift/compare/0.1.0...0.2.0) (2023-11-10)
6273

6374
### Bug Fixes

0 commit comments

Comments
 (0)