File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ Release Checklist
1313Version 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+
1620v4.1.3
1721+ Update podspec file with tag
1822
Original file line number Diff line number Diff line change 11Pod ::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' }
You can’t perform that action at this time.
0 commit comments