Skip to content

Releases: hmarr/codeowners

v1.2.1

26 Jun 17:30
80b6776
Compare
Choose a tag to compare

Changelog

v1.2.0

26 Jun 17:00
06d1caa
Compare
Choose a tag to compare

Changelog

  • 1dd48a9 Add _ as allowed character in usernameRegexp
  • 008b91f EE-629 add unit test cases
  • 689e6f2 EE-629 fix fork parsing ( ) bug
  • 075bbf2 Merge pull request #19 from haveachin/main
  • cac2119 Merge pull request #25 from ssgelm/allow_underscore_in_usernames
  • e683cf2 Merge pull request #29 from galbaneim-orca/EE-629-error-when-parsing-file-names-with-parentheses-in-codeowners-open-source
  • efe844c ParseFile accepts parse options
  • 8e52b4a add more docs for owner matchers
  • f6aef1e feat: add matcher
  • 3c5d2b8 min go version 1.18 to match ci
  • 06d1caa permit leading and trailing whitespace
  • 489d99e refactor: match func names
  • 477e3fd tests for ParseFile
  • 0c7f102 upgrade deps

v1.1.2

05 Feb 17:14
bd19ed7
Compare
Choose a tag to compare

Changelog

  • 09e871d Always use forward slashes in patterns
  • bd19ed7 Merge pull request #16 from hmarr/windows-ci
  • fbcff39 Normalize Windows-style path separators to forward slashes
  • b59a224 Windows CI

v1.1.1

27 Oct 02:29
e554638
Compare
Choose a tag to compare

Changelog

Running across a large number of files is now ~2x faster.

  • 5675ede Buffer writes to stdout
  • 291d009 Preallocate slice
  • a8d3c95 Return ref to rule in slice to avoid allocation
  • 85cd95a Use dir walking from stdlib instead of godirwalk

v1.1.0

25 Oct 14:40
75f94cf
Compare
Choose a tag to compare

Changelog

  • fa87071 Simple left-anchored patterns load and match faster

v1.0.0

22 Oct 18:36
606284d
Compare
Choose a tag to compare

Changelog

  • d94962a Add --unowned option to filter for unowned files
  • 7d75bdc Permit leading and trailing whitespace

v0.4.0

09 Mar 21:01
530d766
Compare
Choose a tag to compare

Changelog

  • ba9e4bd Allow CODEOWNERS declare rules with no owners
  • f72d282 Detect CODEOWNERS files in .gitlab directories

v0.3.2

08 Apr 20:52
f6c4837
Compare
Choose a tag to compare

Changelog

f6c4837 Use go 1.16 to support Apple silicon builds

v0.3.1

08 Apr 20:50
fa3d3be
Compare
Choose a tag to compare

Changelog

fa3d3be Add arm64 builds

v0.3.0

31 Mar 22:47
8e6721a
Compare
Choose a tag to compare

Changelog

d045209 Add installation instructions
8e6721a Don't allow [] characters in patterns
3745468 Follow other pathspec implementations' match logic
51cebad Move test cases to JSON file