fix(docs): Update readme to reflect updated interface and type naming conventions

This commit is contained in:
2025-05-09 22:52:57 +00:00
parent c34462b781
commit e1a25b749c
3 changed files with 29 additions and 22 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-09 - 13.1.2 - fix(docs)
Update readme to reflect updated interface and type naming conventions
- Changed 'Interfaces' section to 'Interfaces and Types' with updated file references
- Replaced 'SmartProxyOptions', 'AcmeOptions', 'ForwardConfig' with their new names 'ISmartProxyOptions', 'IAcmeOptions', 'IForwardConfig', etc.
- Clarified API reference and project architecture documentation
## 2025-05-09 - 13.1.1 - fix(typescript)
Refactor types and interfaces to use consistent 'I' prefix and update related tests