Releases: hmarr/codeowners
Releases 路 hmarr/codeowners
v1.2.1
26 Jun 17:30
Compare
Sorry, something went wrong.
No results found
v1.2.0
26 Jun 17:00
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
fa87071 Simple left-anchored patterns load and match faster
v1.0.0
22 Oct 18:36
Compare
Sorry, something went wrong.
No results found
Changelog
d94962a Add --unowned option to filter for unowned files
7d75bdc Permit leading and trailing whitespace
v0.4.0
09 Mar 21:01
Compare
Sorry, something went wrong.
No results found
Changelog
ba9e4bd Allow CODEOWNERS declare rules with no owners
f72d282 Detect CODEOWNERS files in .gitlab directories
v0.3.2
08 Apr 20:52
Compare
Sorry, something went wrong.
No results found
Changelog
f6c4837 Use go 1.16 to support Apple silicon builds
v0.3.1
08 Apr 20:50
Compare
Sorry, something went wrong.
No results found
v0.3.0
31 Mar 22:47
Compare
Sorry, something went wrong.
No results found
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