All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2020-12-04
- Add
coverage
command- It outputs the coverage after running
batler test
. For more information, runbatler coverage --help
.
- It outputs the coverage after running
0.2.0 - 2020-12-04
- Add
test
command- This replaces the behaviour when running
batler
. Now, in order to run tests, runbatler test
. For more information, runbatler test --help
.
- This replaces the behaviour when running
0.1.0 - 2020-12-03
- Initial version. It contains:
- Support for running
xcodebuild <clean|build|test>
- Some xcodebuild configurations: workspace, destination, scheme, derived data path and xcode version (or xcode hardcoded path)
- Support for running tests using any available simulator
- Support for running