Skip to content

Commit 5408252

Browse files
committed
v5.0.3
1 parent dd1fefc commit 5408252

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
@@ -16,6 +16,10 @@ Version History
1616
Next version
1717
+ Pretty-print json in log messages
1818

19+
v5.0.3
20+
+ Run all tests for both UIWebView and WKWebView webviews/bridges.
21+
+ Allow for calling handlers from JS with just a handler name and responseCallback function (#184).
22+
1923
v5.0.2
2024
+ Fix bug that could cause a crash if the webview loads a new page immediately after JS sends a message.
2125

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 = '5.0.2'
3+
s.version = '5.0.3'
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)