File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Intended v5.0.0
17
17
+ Removed `WebViewJavascriptBridge -reset`. It should never have been exposed as a public API.
18
18
+ Fixed compilation in C99 mode
19
19
20
+ Next version
21
+ + Pretty-print json in log messages
22
+
20
23
v4.1.4
21
24
+ Improve how WVJB handles the case when there is no ObjC handler for a message received from js.
22
25
+ If an objc handler throws and exception, let it bubble up to the webkit engine instead of catching it in WVJB.
Original file line number Diff line number Diff line change 15
15
Pull requests:
16
16
- [ ] Dev env / docs
17
17
- [ ] Automated tests (PR #128, I #151)
18
+ - [ ] Travis? https://github.com/integrations/feature/code
18
19
- [ ] Embed js in objc source (PR #129)
19
- - [ ] Also fixes PR #138, I #160
20
+ - [ ] Also fixes PR #138, I #160, I #108
20
21
- [ ] Docs for podfile installation (PR #140)
21
22
- [ ] Features & fixes to consider
22
23
- [ ] Message response timeout (PR #106)
You can’t perform that action at this time.
0 commit comments