History.txt in sinatra-cometio-0.1.9 vs History.txt in sinatra-cometio-0.2.0
- old
+ new
@@ -1,49 +1,53 @@
-=== 0.1.9 2013-3-7
+=== 0.2.0 2013-03-12
+* push multiple queued data at once
+
+=== 0.1.9 2013-03-07
+
* use stream on post
-=== 0.1.8 2013-3-6
+=== 0.1.8 2013-03-06
* update event_emitter.js
-=== 0.1.7 2013-3-3
+=== 0.1.7 2013-03-03
* bugfix CometIO Ruby client
* change config key xhr_interval -> timeout
-=== 0.1.6 2013-3-3
+=== 0.1.6 2013-03-03
* add IO close function - CometIO.close()
* set :cometio, :xhr_interval => 15
* use Sinatra.register
-=== 0.1.5 2013-3-3
+=== 0.1.5 2013-03-03
* add tests with ruby client
-=== 0.1.4 2013-3-2
+=== 0.1.4 2013-03-02
* add CometIO::Client
-=== 0.1.3 2013-2-19
+=== 0.1.3 2013-02-19
* bugfix queing on CometIO.push
-=== 0.1.2 2013-2-17
+=== 0.1.2 2013-02-17
* emit event when client disconnect
* create session_ID from IP Addr
-=== 0.1.1 2013-2-7
+=== 0.1.1 2013-02-07
* little fix
-=== 0.1.0 2013-2-6
+=== 0.1.0 2013-02-06
* use EventEmitter.js
-=== 0.0.9 2013-1-4
+=== 0.0.9 2013-01-04
* use bundler gem template
=== 0.0.8 2012-11-22