Releases: gmazzo/swift-codeowners-plugin
Releases · gmazzo/swift-codeowners-plugin
v1.0.1
What's Changed
Features
- fix: Minimum iOS version by @tareksaeed224 in #57
New Contributors
- @tareksaeed224 made their first contribution in #57
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Features
- Simplified
TypeCollectorcode by @gmazzo in #49 - Enforcing
codeOwnersOfto only acceptTypes by @gmazzo in #55
Dependencies
- Bump github.com/mtj0928/swift-codeowners from 0.1.1 to 0.1.2 by @dependabot[bot] in #51
- Bump actions/cache from 4 to 5 in /.github/actions/setup-host by @dependabot[bot] in #53
- Bump github.com/apple/swift-argument-parser from 1.6.2 to 1.7.0 by @dependabot[bot] in #54
Full Changelog: v0.7.5...v1.0.0
v0.7.5
What's Changed
Features
- Iterated API tests by @gmazzo in #43
- Replaced
URLwithPathKit(when possible) by @gmazzo in #47 - Processing files in parallel by @gmazzo in #48
Dependencies
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #46
Full Changelog: v0.7.4...v0.7.5
v0.7.4
v0.7.3
v0.7.1
What's Changed
Dependencies
- Bump github.com/mtj0928/swift-codeowners from 0.1.0 to 0.1.1 by @dependabot[bot] in #38
New Contributors
- @dependabot[bot] made their first contribution in #38
Full Changelog: v0.7.0...v0.7.1
v0.7.0
v0.6.0
v0.5.0
What's Changed
Features
- Running CI on multiple
Swiftversions by @gmazzo in #24 - Extension of API by @gmazzo in #23
- Added
codeOwnersOfCallStackto API by @gmazzo in #25 - Added renaming feature by @gmazzo in #26
- Added a
CodeOwnerstypealias to API by @gmazzo in #27 - Renamed
codeOwnersFromCallStackAPI by @gmazzo in #28 - Fixed concurrency crashes by @gmazzo in #29
- Correctly capturing top level
funcs by @gmazzo in #30 - Moved
Settingsfile logic toToolby @gmazzo in #31 - Improved class name matching by @gmazzo in #33
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
Features
- Added
verboseoption by @gmazzo in #13 - Replaced
setup-swiftaction by @gmazzo in #15 - Only processing
.swiftfiles by @gmazzo in #14 - Added final log and
quietoption by @gmazzo in #16 Added--protocoland--importflags for customization by @gmazzo in #17Fixed--no-protocolflags not honored by @gmazzo in #19- Ignoring
privatetypes by @gmazzo in #18 - Changed approach to support inheritance by @gmazzo in #20
- Refactored to a single mapper provider class by @gmazzo in #21
- Renamed
CodeOwnersCoretoCodeOwnersAPIby @gmazzo in #22
Full Changelog: v0.3.0...v0.4.0