- 7d12b51: Set minimum Node.js version to 20
- 7ca27d0: Simplify package.json exports to remove unnecessary imports restriction
- 9c92c09: Convert to ESM. All packages now use
"type": "module"and compile to ESM output instead of CommonJS.
- 28104d2: Add bin for CLI
- 25e0c93: Ensure that
socket.remoteAddressis a string
- 0f31047: Add
localAddressoption to specify which networking interface the proxy should use to create outgoing connections
- 7674748: Update
@types/nodeto v14.18.45
- d99a7c8: Major version bump for all packages
- c169ced: Convert mocha tests to jest for all packages