Skip to content

Commit

Permalink
v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Aug 27, 2014
1 parent 9294201 commit 646def3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Release Checklist
Version History
---------------

v4.1.4
+ Improve how WVJB handles the case when there is no ObjC handler for a message received from js.
+ If an objc handler throws and exception, let it bubble up to the webkit engine instead of catching it in WVJB.

v4.1.3
+ Update podspec file with tag

Expand Down
2 changes: 1 addition & 1 deletion WebViewJavascriptBridge.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WebViewJavascriptBridge'
s.version = '4.1.3'
s.version = '4.1.4'
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
s.homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 646def3

Please sign in to comment.