Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Releases: RemoteDebug/remotedebug-ios-webkit-adapter

Version 0.1.6

06 Apr 22:50
Compare
Choose a tag to compare

This is a bug fix release.

Version 0.1.5

06 Apr 22:37
Compare
Choose a tag to compare

This is a bug fix release.

  • Fix unit tests
  • Add logging of adapters stderr + stdout. Fixes #7
  • Add DEBUG support
  • Reject connections to non existing targets. Fixes #43
  • Upgrade TypeScript to 2.2.2

Version 0.1.4

15 Mar 19:44
Compare
Choose a tag to compare

This is a bug fix release fixing several blocking bugs.

  • Fixes wrong path to windows binaries. #44
  • Use node-resolve to detect binary paths on OSX/Linux, to work with Homebrew configs. #48
  • Fixes TypeScript compiler warnings. #50