fix(typescript): Refactor types and interfaces to use consistent I prefix and update related tests
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-09 - 13.1.1 - fix(typescript)
|
||||
Refactor types and interfaces to use consistent 'I' prefix and update related tests
|
||||
|
||||
- Replaced DomainConfig with IDomainConfig and SmartProxyOptions with ISmartProxyOptions in various modules
|
||||
- Renamed SmartProxyCertProvisionObject to TSmartProxyCertProvisionObject for clarity
|
||||
- Standardized type names (e.g. ForwardConfig → IForwardConfig, Logger → ILogger) across proxy, forwarding, and certificate modules
|
||||
- Updated tests and helper functions to reflect new type names and ensure compatibility
|
||||
|
||||
## 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
|
||||
|
||||
|
Reference in New Issue
Block a user