fix(docs): Update project hints documentation in readme.hints.md

This commit is contained in:
2025-04-28 15:37:35 +00:00
parent 2616b24d61
commit 03cc490b8a
3 changed files with 72 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-04-28 - 7.1.3 - fix(docs)
Update project hints documentation in readme.hints.md
- Added comprehensive hints covering project overview, repository structure, and development setup.
- Outlined testing framework, coding conventions, and key components including ProxyRouter and SmartProxy.
- Included detailed information on TSConfig settings, Mermaid diagrams, CLI usage, and future TODOs.
## 2025-04-19 - 7.1.2 - fix(networkproxy/requesthandler)
Improve HTTP/2 request handling and error management in the proxy request handler; add try-catch around routing and update header processing to support per-backend protocol overrides.