From 6f56aa6d67d68768db2029c68c2ad1666c47727e Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Thu, 6 Nov 2014 23:02:56 +0900 Subject: [PATCH] add changelog --- History.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 History.md diff --git a/History.md b/History.md new file mode 100644 index 0000000..ec9669f --- /dev/null +++ b/History.md @@ -0,0 +1,9 @@ +0.3.0 / 2014-11-04 +================== + +* compatible with socket.io 1.2.0 +* bump `engine.io-client`. +* fix reconnection after reconnecting manually +* enable to stop reconnecting +* enable to reconnect manually +* add `Socket#connected()`