Skip to content

Releases: gmazzo/swift-codeowners-plugin

v1.0.1

02 Feb 13:28
e52dbfe

Choose a tag to compare

What's Changed

Features

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

07 Jan 12:12
54524b8

Choose a tag to compare

What's Changed

Features

  • Simplified TypeCollector code by @gmazzo in #49
  • Enforcing codeOwnersOf to only accept Types 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

30 Nov 19:16
e4052e1

Choose a tag to compare

What's Changed

Features

Dependencies

Full Changelog: v0.7.4...v0.7.5

v0.7.4

03 Nov 15:36
284f099

Choose a tag to compare

What's Changed

Features

Full Changelog: v0.7.3...v0.7.4

v0.7.3

03 Nov 11:05
dce26b4

Choose a tag to compare

What's Changed

Features

Full Changelog: v0.7.1...v0.7.3

v0.7.1

01 Nov 10:37
6ecfa50

Choose a tag to compare

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

Full Changelog: v0.7.0...v0.7.1

v0.7.0

31 Oct 11:56
82a7f01

Choose a tag to compare

What's Changed

Features

  • Honoring the original order from a CODEOWNERS entry by @gmazzo in #37

Full Changelog: v0.6.0...v0.7.0

v0.6.0

31 Oct 12:05
346178d

Choose a tag to compare

What's Changed

Features

Full Changelog: v0.5.0...v0.6.0

v0.5.0

27 Oct 23:09
a02bb4c

Choose a tag to compare

What's Changed

Features

Full Changelog: v0.4.0...v0.5.0

v0.4.0

22 Oct 12:51
0e7df52

Choose a tag to compare

What's Changed

Features

  • Added verbose option by @gmazzo in #13
  • Replaced setup-swift action by @gmazzo in #15
  • Only processing .swift files by @gmazzo in #14
  • Added final log and quiet option by @gmazzo in #16
  • Added --protocol and --import flags for customization by @gmazzo in #17
  • Fixed --no-protocol flags not honored by @gmazzo in #19
  • Ignoring private types 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 CodeOwnersCore to CodeOwnersAPI by @gmazzo in #22

Full Changelog: v0.3.0...v0.4.0