File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ Version History
1616Next version
1717+ Pretty-print json in log messages
1818
19- Intended v5.0.1
19+ v5.0.2
20+ + Fix bug that could cause a crash if the webview loads a new page immediately after JS sends a message.
21+
22+ v5.0.1
2023+ Removed `WebViewJavascriptBridge -reset`. It should never have been exposed as a public API.
2124+ Fixed compilation in C99 mode
2225+ Inline JS source code. WVJB no longer requires `WebViewJavascriptBridge.js.txt` to be included as a resource.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'WebViewJavascriptBridge'
3- s . version = '5.0.1 '
3+ s . version = '5.0.2 '
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