Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Quick.xcframework.zip | 2024-05-12 | 11.9 MB | |
7.6.0 - QuickLint source code.tar.gz | 2024-05-12 | 1.4 MB | |
7.6.0 - QuickLint source code.zip | 2024-05-12 | 1.7 MB | |
README.md | 2024-05-12 | 911 Bytes | |
Totals: 4 Items | 15.0 MB | 0 |
Highlights
- Add QuickLint, a CLI tool & Xcode plugin to detect focus specs and remove the focus.
- Async DSL: Marks the async version of
sharedExamples
as unavailable. Previously,sharedExamples
would just not be found, and this clarifies thatsharedExamples
is 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