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
--proxyAddress
and--proxyHostname
CLI flags - Added an
upstreamProxyAddress
andupstreamProxyHostname
options instart()
- Include
karmaAddress
,karmaHostname
,upstreamProxyAddress
andupstreamProxyHostname
instart()
async response.
- Make it possible to specify upstream proxy port through more common vectors:
- Add a
--proxyPort
CLI flag - Add an
upstreamProxyPort
option instart()
- Add a
- Default the upstream proxy port to 9876.
- Fixed the karma-proxy CLI; was missing shebang directive.
- Initial release.