feat(core): Enhance commit fetching with caching, concurrency improvements, and dependency upgrades
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-04-25 - 1.7.0 - feat(core)
|
||||
Enhance commit fetching with caching, concurrency improvements, and dependency upgrades
|
||||
|
||||
- Updated development dependencies (@git.zone/tsbuild, @git.zone/tsbundle, @git.zone/tstest, @push.rocks/tapbundle, @types/node) and dependency versions
|
||||
- Introduced optional caching options (enableCache, cacheWindowMs, enableNpmCheck) in the CodeFeed constructor to optimize commit retrieval
|
||||
- Refactored commit fetching to use AsyncExecutionStack for controlled concurrency and improved performance
|
||||
- Removed deprecated ts/codefeed.plugins.ts in favor of a consolidated plugins.ts module
|
||||
|
||||
## 2024-12-16 - 1.6.5 - fix(CodeFeed)
|
||||
Fixed timestamp initialization and commit fetching timeframe
|
||||
|
||||
|
Reference in New Issue
Block a user