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.