Skip to content

Commit 981d82b

Browse files
committed
Merge remote-tracking branch 'marcuswestin/master'
2 parents 9da6b78 + 76533fd commit 981d82b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Intended v5.0.0
1717
+ Removed `WebViewJavascriptBridge -reset`. It should never have been exposed as a public API.
1818
+ Fixed compilation in C99 mode
1919

20+
Next version
21+
+ Pretty-print json in log messages
22+
2023
v4.1.4
2124
+ Improve how WVJB handles the case when there is no ObjC handler for a message received from js.
2225
+ If an objc handler throws and exception, let it bubble up to the webkit engine instead of catching it in WVJB.

Roadmap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ v4.1.7
1515
Pull requests:
1616
- [ ] Dev env / docs
1717
- [ ] Automated tests (PR #128, I #151)
18+
- [ ] Travis? https://github.com/integrations/feature/code
1819
- [ ] Embed js in objc source (PR #129)
19-
- [ ] Also fixes PR #138, I #160
20+
- [ ] Also fixes PR #138, I #160, I #108
2021
- [ ] Docs for podfile installation (PR #140)
2122
- [ ] Features & fixes to consider
2223
- [ ] Message response timeout (PR #106)

0 commit comments

Comments
 (0)