fix(PortProxy): Improved code formatting and readability in PortProxy class by adjusting spacing and comments.

This commit is contained in:
Philipp Kunz 2025-03-06 22:56:18 +00:00
parent 1718a3b2f2
commit 0e605d9a9d
3 changed files with 494 additions and 284 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-03-06 - 3.28.1 - fix(PortProxy)
Improved code formatting and readability in PortProxy class by adjusting spacing and comments.
- Adjusted comment and spacing for better code readability.
- No functional changes made in the PortProxy class.
## 2025-03-06 - 3.28.0 - feat(router)
Add detailed routing tests and refactor ProxyRouter for improved path matching

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.28.0',
version: '3.28.1',
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
}

File diff suppressed because it is too large Load Diff