Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 1.09 KB

Change Log

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.

[1.0.0-pre.5] - 2019-09-10

  • Added a --proxyAddress and --proxyHostname CLI flags
  • Added an upstreamProxyAddress and upstreamProxyHostname options in start()
  • Include karmaAddress, karmaHostname, upstreamProxyAddress and upstreamProxyHostname in start() async response.

[1.0.0-pre.4] - 2019-08-08

  • Make it possible to specify upstream proxy port through more common vectors:
    • Add a --proxyPort CLI flag
    • Add an upstreamProxyPort option in start()
  • Default the upstream proxy port to 9876.

[1.0.0-pre.3] - 2019-08-06

  • Fixed the karma-proxy CLI; was missing shebang directive.

[1.0.0-pre.2] - 2019-08-06

  • Initial release.