- Added support for the
NO_COLOR
environment variable (#50) @pieterclaerhout - Added resolve graph parsing and display (#47) @yageek
- Added flag to disable colored output (#46) @yageek
- Swift argument parser (#43) @Cyberbeni
- Added
--is-ci
option to output test result under--quiet
or--quieter
flag (#39) @kinwahlai
- Added
--quieter
option to suppress warnings (#37) @jakub-gonet
- Added support for parsing warnings and errors from Bazel build output (#35) @thii
- Fixed ProcessPCH++ not parsed and incorrect captured content for processPchCommand (#32) @greensky01
- Added support for undefined symbold location warnings (#31) @kingslay
- Failing tests are no longer being masked by the "--quiet" flag. (#29) @cobbal
- Fixed Xcode 11.3 output (#28) @greensky01
- Fixed shell command matcher hiding UI test failures (#26) @cobbal
- Fixed parsing of Xcode 11.1 and above's outputs (#24) @thii
- Fixed log parsing for certain outputs for SwiftPM CLI on Linux (#21) @cyberbeni
- Bumped Swift tools version to 5.0 (#21) @cyberbeni
- Parallel & Concurrent Destination Testing (#16) @chriszielinski
- Display a banner and warning or error in the quiet mode (#15) @greensky01
- Support filtering out ouput that aren't warnings and errors (#14) @thii
- Remove backslashes before whitespaces in script build phases (#12) @guillaumealgis
- Fix bottling error on macOS High Sierra.
- Support building with Swift 4
- Support custom prefix installation
- Reduces binary size.
- This version requires macOS Mojave 10.14.4 or above.
- Improves performance significantly.
- This is the last version that supports macOS 10.14.3 and below.
- Supports AppKit projects.
- Fixes
Executable product not found
error when installs using Mint.
- Fixes crash when parsing
PBXCp
commands (#1). - Improves format of other
AnalyzeShallow
andProcessPCH
.
- Fixes crash when parsing
compileXib
line.
- Fixes crash when parsing
compileStoryboard
line.
- Fixes format of
Ld
.
- Improves format of
GenerateDSYMFile
andLibtool
.
- Minor bug fixes.
- Drops support for Xcode 9. If you're using Xcode 9,
xcpretty
still works great. - Improves parsing output.
- This is the initial public relase.