Skip to content

Latest commit

 

History

History
105 lines (67 loc) · 2.42 KB

VERSION.md

File metadata and controls

105 lines (67 loc) · 2.42 KB

JavaFx WebView Debugger

Version History

0.8.6

  • Fix: add Throwable to catch clause when trying to get debugger interface to handle alternate JavaFX implementations.

0.8.0

  • Fix: remove dependency on Log4j and add interface to logger handler by app

0.7.8

  • Fix: update to boxed json 0.5.30

0.7.6

  • Fix: update to boxed json 0.5.28

0.7.4

  • Fix: update to boxed json 0.5.24

0.7.2

  • Fix: update to boxed json 0.5.22

0.7.0

  • Fix: change constructor params from Debugger to WebEngine so that DevToolsDebugProxy is responsible for obtaining the debugger instance, if it can.
  • Fix: change debug proxy debugger field to nullable to allow the rest of the app to work even if obtaining the debugger is not possible on the JRE version.

0.6.10

  • Fix: bump up boxed-json version to 0.5.20

0.6.8

  • Fix: bump up boxed-json version to 0.5.18

0.6.6

  • Add: suppressNoMarkdownException arg to DevToolsDebuggerJsBridge constructor to use JS for connecting JsBridge which will fail silently if markdownNavigator variable is not defined or is false.

0.6.4

  • Fix: change log error to warn in JS if using markdownNavigator.setJsBridge() with script load failure.

0.6.2

  • Fix: change lambdas to functions to have arguments available (causing exception in JetBrains Open JDK 1.8.0_152-release-1293-b10 x86_64

0.6.0

  • Fix: add debugger argument to DevToolsDebuggerJsBridge constructor to allow for Java 9 or other java version specific debugger use.

0.5.12

  • Fix: dev tools console commands were not properly converted from JSON to strings, and did not unescape the \" causing exception during eval.

0.5.10

  • boxed-json fix incorporated.

0.5.8

  • Add: JfxDebuggerAccess.onConnectionOpen() to call back on open connection to debugger
  • Add: JfxDebuggerAccess.onConnectionClosed() to call back on close connection to debugger
  • Fix: page reload in DevToolsDebuggerJsBridge Not on FX application thread exception.

0.5.6

First working maven version