Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 1.21 KB

Changelog

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

Added

  • Add coverage command
    • It outputs the coverage after running batler test. For more information, run batler coverage --help.

0.2.0 - 2020-12-04

Added

  • Add test command
    • This replaces the behaviour when running batler. Now, in order to run tests, run batler test. For more information, run batler test --help.

0.1.0 - 2020-12-03

Added

  • 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