v5.0.0
What's Changed
🧠 TL;DR
- Swift Package support (build & test)
- Testing improvements
🤩 Features
- feat: fd integration for quicker file searching by @Almaz5200 in #214
- feat: added support for Swift Packages by @wojciech-kulik in #219
- feat: added
XcodebuildTestExplorerClear
command by @wojciech-kulik in #225 - feat: added Test Explorer help - press
g?
by @wojciech-kulik in #226 - feat: config option to provide custom project path by @wojciech-kulik in #218
🪲 Bug fixes
- fix: showing marks while running tests by @wojciech-kulik in #211
- fix: snapshot tests integration by @wojciech-kulik in #212
- fix: showing snapshot diff preview when using tmux by @wojciech-kulik in #215
- fix: parsing test logs when retries are enabled by @wojciech-kulik in #221
- fix: "Buffer is not modifiable" error by @wojciech-kulik in #224
⚙️ Other
- chore!: refactored shell commands - improved escaping by @wojciech-kulik in #220
- chore: bump dev dependencies by @wojciech-kulik in #217
- docs: added Demo section in README by @wojciech-kulik in #210
🚨 Breaking Changes
- [Config] the type of
commands.extra_build_args
andcommands.extra_test_args
options has been changed totable
- [API]
projectCommand
from project configuration has been removed - [API] all functions previously accepting
projectCommand
, now acceptprojectFile
Full Changelog: v4.0.0...v5.0.0