Skip to content

Commit 646def3

Browse files
committed
v4.1.4
1 parent 9294201 commit 646def3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Release Checklist
1313
Version History
1414
---------------
1515

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+
1620
v4.1.3
1721
+ Update podspec file with tag
1822

WebViewJavascriptBridge.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'WebViewJavascriptBridge'
3-
s.version = '4.1.3'
3+
s.version = '4.1.4'
44
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
55
s.homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)