Skip to content

Commit e3aef23

Browse files
committed
v5.1.0
1 parent f3d2ace commit e3aef23

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Version History
1616
Next 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+
1924
v5.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).

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2728
Installation (iOS & OSX)
2829
------------------------

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.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' }

0 commit comments

Comments
 (0)