Skip to content

Commit

Permalink
Add roadmap, including plans for #149, #126, #84, #143, #155, #167, #128
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswestin committed Dec 23, 2015
1 parent aede17c commit 0e64a17
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions Roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
Roadmap
=======

v4.1.4/5
--------

- [ ] 4.1.4 or 4.1.5?
- [ ] Add WKWebView support to podspec file? (#149)
- [ ] iOS8 WKWebView support? (#126)
- [ ] WKWebView issue in OSX? (#84)
- [ ] Release new version (#143, #155, #167)

v4.1.6
------

Pull requests:

- [ ] Dev env / docs
- [ ] Automated tests (PR #128, I #151)
- [ ] Embed js in objc source (PR #129)
- [ ] Also fixes PR #138, I #160
- [ ] Docs for podfile installation (PR #140)
- [ ] Features & fixes to consider
- [ ] Message response timeout (PR #106)
- [ ] Optional alert-unsafe message speedup (PR #133, I #132)
- [ ] Remove or fix numRequestsLoading (PR #146, PR #157)
- [ ] Net load fixes
- [ ] Fix `[webView stopLoading]` (PR #168, I #163)
- [ ] Detect offline failed requests (PR #170)
- [ ] Handle redirects (PR #172)
- [ ] Bridge never initiates without a didLoad (I #156)

v4.1.7
------
- [ ] Swift and WKWebView (#153, #158)
- [ ] Misc fixes
- [ ] Crash on _deserializeMessageJSON (I #159)
- [ ] Memory leak? (I #144)
- [ ] Pictures/_dispatchMessage queue issue? (I #137)
- [ ] Consider making webpage reloads easier (I #134)
- [ ] Fix use in $(document).ready (I #131)
- [ ] Error message on missing handler (I #120)
v4.2.x
------

- [ ] Swift
- [ ] Swift examples (I #173)
- [ ] Javascript
- [ ] Cookie set in client is not sent (I #171)
- [ ] Form submission error (I #169)
- [ ] React Native
- [ ] Example app (I #162)
- [ ] New features to consider
- [ ] Multiple handlers: pubsub (I #119)
- [ ] Remove handlers (I #118)
- [ ] Other platforms to consider
- [ ] Android - partly done by @fangj (#103)
- [ ] Chrome - partly done by @fangj (#104)

Pending bug repro/info
----------------------
- [ ] #123: unity3d and WebViewJavascriptBridge unrecognized selector sent to instance
- [ ] #124: Getting an exception during _flushMessageQueue

0 comments on commit 0e64a17

Please sign in to comment.