Releases: hmarr/codeowners
Releases · hmarr/codeowners
v1.2.0
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
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
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
Changelog
- fa87071 Simple left-anchored patterns load and match faster
v1.0.0
Changelog
- d94962a Add --unowned option to filter for unowned files
- 7d75bdc Permit leading and trailing whitespace
v0.4.0
Changelog
- ba9e4bd Allow CODEOWNERS declare rules with no owners
- f72d282 Detect CODEOWNERS files in
.gitlab
directories
v0.3.2
Changelog
f6c4837 Use go 1.16 to support Apple silicon builds
v0.3.0
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