Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 016a438

Browse files
committed
added changelog
1 parent b753a4a commit 016a438

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
## 0.4.1 (2013-11-18)
2+
3+
- fix unix timecode bug in handshake url. close #118.
4+
- Instantiate errorInfo NSMutableDictionary using mutableCopy as suggested by Elshad. close #125.
5+
- introduce closed flag to XHR transport. fix #130.
6+
- Changed delegates from unsafe_unretained to weak
7+
- Fix improper use of NSLocalizedDescriptionKey.
8+
9+
10+
## 0.4.0.1 (2013-09-19)
11+
12+
- bugfix for namespace param error
13+
14+
15+
## 0.4 (2013-07-18)
16+
17+
- update example code to also include the new setResourceName: method
18+
- allow socket.io resource to be renamed from outside. close #80.
19+
- cleaned up URL schemas and their usage
20+
- try forced disconnect in SocketTester example
21+
- adjust the forced disconnect method a bit
22+
- change deployment target to iOS 5 (because socket-rocket needs it and we're using __weak now)
23+
- update submodules
24+
- SocketIO: don't use NSURLConnection delegate property in -dealloc - not available without BlocksKit
25+
- Synchronous disconnect
26+
- Fixed for sending events before socket is connected
27+
- Ensure to cleanup properly in -disconnect & -dealloc - fixes crashes
28+
- Add initial connection timeout
29+
- Fixed disconnect error loop
30+
- Changed timeout timer from NSTimer to GCD timer to avoid retain cycle.
31+
32+
33+
## 0.3.3 (2013-04-25)
34+
35+
- Payloads cause disconnects. fixes #65
36+
- Fixes inability to reconnect as described in #76
37+
- Send all arguments to the callback, not just the first one. fixes #85
38+
39+
40+
## 0.3.2 (2013-02-06)
41+
42+
- Suppress deprecation warning (it's already checked with respondsToSelector)
43+
- cleanup + SR submodule update fixes #70
44+
- Fixed bug where SocketIOTransportWebsocket didn't clear the delegate on the SRWebSocket.
45+
46+
47+
## 0.3.1 (2012-12-26)
48+
49+
- fixes connect/disconnect problems. close #46
50+
51+
52+
## 0.3 (2012-12-24)
53+
54+
- added long polling. fixed #8.
55+
- handshake response data check updated. fixes #62.

0 commit comments

Comments
 (0)