forked from marcuswestin/WebViewProxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog
More file actions
34 lines (26 loc) · 723 Bytes
/
Changelog
File metadata and controls
34 lines (26 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
WebViewProxy Changelog
======================
Release Checklist
-----------------
- gitu-update
- Note Changelog
- Bump `WebViewProxy.podspec` version "X.Y.Z"
- gitm-commit "vX.Y.Z"
- gitt-tag "vX.Y.Z"
- pod trunk push
v1.0.1
+ Add [WebViewProxy removeAllHandlers]
v1.0.0
+ Remove `WVPResponse -respondWithError:text:`
+ Add `WVPResponse -respondWithStatusCode:text:`
+ Add README examples to clarify handling of errors using `WVPResponse pipeError:`
v0.2.6
+ Add OSX back into podspec file
v0.2.5
+ Add podspec file
v0.2.4
+ Fix crash on network error while piping a response (GH issues #5 & #7).
v0.2.3
+ Fix NPE if handleStopLoadingRequest: had not been called
v0.2.2
+ Add WVPResponse handleStopLoadingRequest: