feat(docs): Update README to reflect new modular architecture and expanded core utilities: add Project Architecture Overview, update export paths and API references, and mark plan tasks as completed

This commit is contained in:
2025-05-09 22:11:56 +00:00
parent 5e97c088bf
commit 6b910587ab
9 changed files with 408 additions and 501 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-05-09 - 13.1.0 - feat(docs)
Update README to reflect new modular architecture and expanded core utilities: add Project Architecture Overview, update export paths and API references, and mark plan tasks as completed
- Added a detailed Project Architecture Overview diagram and description of the new folder structure (core, certificate, forwarding, proxies, tls, http)
- Updated exports section with revised file paths for NetworkProxy, Port80Handler, SmartProxy, SniHandler and added Core Utilities (ValidationUtils, IpUtils)
- Enhanced API Reference section with updated module paths and TypeScript interfaces
- Revised readme.plan.md to mark completed tasks in testing, documentation and code refactors
## 2025-05-09 - 13.0.0 - BREAKING CHANGE(project-structure)
Refactor project structure by updating import paths, removing legacy files, and adjusting test configurations