Releases: sverweij/virtual-code-owners
Releases · sverweij/virtual-code-owners
v8.2.7
🐛 fixes
- 7047b47 fix(virtual-code-owners/parse): uses a platform independent regex instead of os.EOL (#260)
👷 maintenance
- cfc491e build(npm): updates external dependencies
v8.2.6
🐛 fixes
- 54280f9 fix: opens input files explicitly readonly (#258)
👷 maintenance
- 618c89f chore(npm): updates external devDependencies
- f8721f5 chore: sets ci's latest node version to 24 (so virtual-code-owners is verified to work on node 24 as well)
v8.2.4
👷 maintenance
- 1d9aef8/ 3f28dfd build(npm): updates external dependencies
- 0e77473 refactor: addresses small linting issues
🧹 chores
v8.2.3
📖 documentation
- 345f5c4 chore(doc): removes references to the former bird site
👷 maintenance
- 31d441b/ 779d8a8 build(npm): updates external dependencies
- 97824b2 refactor: replaces if statements with ?: where this improves readability
🧹 chores
- e6e19ca chore(ci): unpins node version for release and pre-lease workflows
- 5a093c8 chore: makes ci use node 23 instead of 22
v8.2.2
📖 documentation
- 9cb0409 doc: adds explicit 'void' return types on procedure-like functions
👷 maintenance
- 4d1fdad refactor(labeler-yml): makes anonymous filter function single return statement
- 5b504df build(npm): updates external dependencies
v8.2.1
👷 maintenance
- dccaadc chore(ci): pins node on 22.4 so the release flows still works
- ec415c7/ e49e4f4/ d5b1fc9 build(npm): updates external dependencies
- 84f6cc2 doc(README): copy tweaks
- 877c3d1 docs(README): removes gotcha that sections wouldn't work (#214)
v8.2.0
✨ features
- f7d1946 feat: adds support for user-less rules in sections with default owners (#213)
👷 maintenance
- f9f6e0f refactor(team-map): replaces 'ajv' with a hand-rolled validation (#211)
- c74ca7b chore: cleans up now unused js-json converter & rebuilds
- 9129d2e refactor: sectionName -> name
- a2bb25a chore(tools): refines the dot-with-summary reporter
♻️ life cycle management
v8.1.0
✨ features
- d93e45b feat: adds support for [sections] - GitLab style (#204)
👷 maintenance
- 9f61fb9 chore: replaces c8 with node native coverage (#203)
- 8233e66 build(npm): updates external devDependencies
v8.0.5
👷 maintenance
- f40f297 build(npm): updates external dependencies
- 6f46a7f chore(ci): also run on node 22