Releases: valaxyjs/valaxy-addon-git-log
Releases · valaxyjs/valaxy-addon-git-log
v0.4.2
v0.4.1
🚀 Features
- Add Contributor github type & use @octokit/rest - by @WRXinYue (46348)
- Add gitHub link for contributors in GitLogContributor component - by @WRXinYue in #3 (e42ba)
- Extend GitLogContributor component & optimize client - by @WRXinYue (cc7e5)
- Refactor code & add changlog - by @WRXinYue (e518c)
- Support node contributor get gitHub username - by @WRXinYue (334eb)
- Replace contributor.mode with contributor.source & add new config options - by @WRXinYue (37353)
- Support pre-generate during build - by @WRXinYue (6d49c)
- Support GitHub avatar - by @xrgzs in #7 (54fb3)
🐞 Bug Fixes
- Client type export - by @WRXinYue (a0719)
- Add missing closing brace for batchGetChangelog function - by @YunYouJun (9e063)
- contributor: 修复同一贡献者多邮箱导致重复显示及 GitHub 链接丢失 - by @YunYouJun (d322d)
🏎 Performance
- Defer git operations to Vite hooks and eliminate N+1 subprocess calls - by @YunYouJun and Claude Opus 4.6 (1M context) (a8b67)
- Batch git operations across all routes (2 calls instead of 2×N) - by @YunYouJun and Claude Opus 4.6 (1M context) (eb29d)
View changes on GitHub
v0.4.0
🐞 Bug Fixes
- Add missing closing brace for batchGetChangelog function - by @YunYouJun (509be)
View changes on GitHub
v0.3.4
🏎 Performance
- Batch git operations across all routes (2 calls instead of 2×N) - by @YunYouJun and Claude Opus 4.6 (1M context) (aacf5)
View changes on GitHub
v0.3.3
🚀 Features
🏎 Performance
- Defer git operations to Vite hooks and eliminate N+1 subprocess calls - by @YunYouJun and Claude Opus 4.6 (1M context) (67e5d)