Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

v0.19.0

Choose a tag to compare

@rosen-vladimirov rosen-vladimirov released this 19 Jul 12:54
· 943 commits to master since this release

Breaking Changes

  • Add new parameter to mapAbstractToTcpPort method - "framework". Acceptable values are Cordova and NativeScript.
    When you want to debug WebView in NativeScript application - pass "Cordova". When you want to debug the NativeScript application itself, pass "NativeScript". For all other cases pass the real framework of the application.

Fixed

  • When there are WebViews inside NativeScript application, mobile-cli-lib does not return them in getDebuggableApps as they have the same appIdentifier as the NativeScript application.
  • Trying to map abstract port for NativeScript application with WebViews, mobile-cli-lib finds the WebView first and maps port for it, which makes it impossible to debug such NativeScript apps.