File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ Version History
1616Next version
1717+ Pretty-print json in log messages
1818
19+ v5.1.0
20+ + A single instantiation function for all webview types.
21+ + Improved test runner.
22+ + New instructions & templates for github issues and pull requests.
23+
1924v5.0.5
2025+ Run all tests for both UIWebView and WKWebView webviews/bridges.
2126+ Allow for calling handlers from JS with just a handler name and responseCallback function (#184).
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ WebViewJavascriptBridge is used by a range of companies and projects. This is a
2323- [ FRIL] ( https://fril.jp )
2424- [ 留白·WHITE] ( http://liubaiapp.com )
2525- [ BrowZine] ( http://thirdiron.com/browzine/ )
26+ - ... & many more!
2627
2728Installation (iOS & OSX)
2829------------------------
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'WebViewJavascriptBridge'
3- s . version = '5.0.8 '
3+ s . version = '5.1.0 '
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