feat(gitea): add domain model classes, helpers, and refactor GiteaClient internals; expand README with usage and docs
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-02 - 1.5.0 - feat(gitea)
|
||||
add domain model classes, helpers, and refactor GiteaClient internals; expand README with usage and docs
|
||||
|
||||
- Introduce domain classes: GiteaOrganization, GiteaRepository, GiteaActionRun, GiteaActionRunJob (+steps), GiteaBranch, GiteaTag, GiteaSecret
|
||||
- Add helper utilities: autoPaginate, computeDuration, resolveGiteaStatus, extractRefFromPath, extractWorkflowIdFromPath, toGiteaApiStatus
|
||||
- Refactor GiteaClient: consolidate low-level request helpers, add internal request* methods for action-run/job endpoints, requestText/requestBinary support, and PATCH support
|
||||
- Update raw API interfaces (IGiteaActionRun, IGiteaRepository, IGiteaOrganization, IGiteaUser) to match Gitea 1.25 shapes
|
||||
- Export new domain classes, helpers and commit info from ts/index.ts
|
||||
- Revise README: Quick Start, class/method documentation, license and company info
|
||||
|
||||
## 2026-03-02 - 1.4.0 - feat(gitea)
|
||||
add Actions API support: list filters, run/job endpoints, dispatch, and richer types
|
||||
|
||||
|
||||
Reference in New Issue
Block a user