What's new in WebViewJavascriptBridge 4.1.4

Sep 5, 2014
  • Improve how WVJB handles the case when there is no ObjC handler for a message received from js.
  • If an objc handler throws and exception, let it bubble up to the webkit engine instead of catching it in WVJB.

New in WebViewJavascriptBridge 4.1.2 (Jul 5, 2014)

  • Fix bug: webViewDidStart/FinishLoad were called twice and isLoading was always true (#86)

New in WebViewJavascriptBridge 4.1.1 (May 24, 2014)

  • Better JS initialization script (thank @refractalize!)
  • When passing nil to an objc response callback, replace it with [NSNull null] (becomes null in js)

New in WebViewJavascriptBridge 4.1.0 (May 24, 2014)

  • Allow for sending null/nil data packets
  • Drop support for JSONKit
  • Clean up internal representation of messages

New in WebViewJavascriptBridge 4.0.2 (Sep 28, 2013)

  • Fix NSInvalidArgumentException: "attempt to insert nil object" when using shorthand -callHandler:
  • Fix sending messages including __WVJB_MESSAGE_SEPERATOR__ string

New in WebViewJavascriptBridge 4.0.1 (Sep 23, 2013)

  • Fix detection of arc_weak support