All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added a
--proxyAddressand--proxyHostnameCLI flags - Added an
upstreamProxyAddressandupstreamProxyHostnameoptions instart() - Include
karmaAddress,karmaHostname,upstreamProxyAddressandupstreamProxyHostnameinstart()async response.
- Make it possible to specify upstream proxy port through more common vectors:
- Add a
--proxyPortCLI flag - Add an
upstreamProxyPortoption instart()
- Add a
- Default the upstream proxy port to 9876.
- Fixed the karma-proxy CLI; was missing shebang directive.
- Initial release.