Skip to content

Commit 9b14ec3

Browse files
committed
Release 0.3.4
1 parent 558c632 commit 9b14ec3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Changelog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.3.4
2+
=====
3+
4+
* Mentioned njoyce's fork of sockjs-gevent.
5+
* #90 - Don't catch onbeforeunload event - it breaks javascript://
6+
links in IE.
7+
* IE mangles 204 response code for 1223 on ajax, see:
8+
http://bugs.jquery.com/ticket/1450
9+
* Make `new` optional for SockJS constructor (via substack).
10+
* It is impossible to cancel JSONP polling request - compensate for that.
11+
* Refactored EventEmitter prototype (used only internally)
12+
13+
114
0.3.2
215
=====
316

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.2
1+
0.3.4

0 commit comments

Comments
 (0)