New
7.6.0 - QuickLint
Highlights
- Add QuickLint, a CLI tool & Xcode plugin to detect focus specs and remove the focus.
- Async DSL: Marks the async version of
sharedExamplesas unavailable. Previously,sharedExampleswould just not be found, and this clarifies thatsharedExamplesis intentionally unavailable in the async DSL.
Automated Changelog
What's Changed
- Bump rake from 13.1.0 to 13.2.1 by @dependabot in https://github.com/Quick/Quick/pull/1281
- named the context param aContext to match the actual protocol by @Noobish1 in https://github.com/Quick/Quick/pull/1283
- Add QuickLint, a CLI tool to detect focused specs, and optionally remove the focus. by @younata in https://github.com/Quick/Quick/pull/1280
New Contributors
- @Noobish1 made their first contribution in https://github.com/Quick/Quick/pull/1283
Full Changelog: https://github.com/Quick/Quick/compare/v7.5.0...v7.6.0