Releases: arthurpalves/coherent-swift
Releases · arthurpalves/coherent-swift
0.5.11
- Fix compile time issue with Xcode 13.2 [#57] - @simonseyer
- Align template with latest configuration file format [#58] - @simonseyer
0.5.10
- Supports Swift 5.4
- Updates dependencies
0.5.9
- Migrates from SwiftCLI to swift-argument-parser
- Separates Core logic from CLI into its own framework
- Doesn't override spec on
init
, instead waits for user input - When running
report
without a spec, generates a spec based on user input - Disables timestamps by default, resulting in clearer logs. This can be enabled with flag
-t | --show-timestamps
- Pre compiles a binary used by Github Action, to improve performance.
0.5.5
✅ Coherent Swift also as a Github Action
- uses: arthurpalves/[email protected]
with:
source: Sources/
minimum_threshold: 60
ignore_output_result: true
only_changes: true
report_format: plain
0.5.4.7
ci: bump up version
0.5.4.6
ci: add back conditional measure for only changed files
0.5.4.5
ci: bump up version
0.5.4.4
ci: bump up version
0.5.4
ci: test action measuring overall cohesion
0.5.2
- FileManager fails to enumerate files if path is
./
(#36) via @arthurpalves