We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9294201 commit 646def3Copy full SHA for 646def3
2 files changed
Changelog
@@ -13,6 +13,10 @@ Release Checklist
13
Version History
14
---------------
15
16
+v4.1.4
17
++ Improve how WVJB handles the case when there is no ObjC handler for a message received from js.
18
++ If an objc handler throws and exception, let it bubble up to the webkit engine instead of catching it in WVJB.
19
+
20
v4.1.3
21
+ Update podspec file with tag
22
WebViewJavascriptBridge.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'WebViewJavascriptBridge'
3
- s.version = '4.1.3'
+ s.version = '4.1.4'
4
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
5
s.homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
0 commit comments