Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
majek committed Sep 7, 2011
1 parent 199aef0 commit 63bbecc
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.0.4
=====

* All transports were refactored, some transports were introduced:
htmlfile and separate xhr-streaming.
* Added logic to detect support for http chunking, and thus
a possibility to rule out streaming transports before running them.
* Added 'cookie' option, useful for cookie-based load balancing
(currently, it make a difference only for IE).
* Added hack to prevent EventSource from crashing Safari and Chrome.
* Loads and loads of other small and medium changes.

0.0.2
=====

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.4

0 comments on commit 63bbecc

Please sign in to comment.