We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0d430 commit bd928bbCopy full SHA for bd928bb
History.md
@@ -1,3 +1,10 @@
1
+0.3.0 / 2012-07-29
2
+==================
3
+
4
+* Added all error properties to sync response
5
+* Changed client to require explicit `connect` call
6
+* Fixed deletion of success/error callbacks during normal `sync`
7
8
0.2.7 / 2012-04-09
9
==================
10
package.json
@@ -1,6 +1,6 @@
{
"name": "backbone.io",
- "version": "0.2.7",
+ "version": "0.3.0",
"description": "Backbone.js sync via Socket.IO",
"homepage": "http://github.com/scttnlsn/backbone.io",
"author": "Scott Nelson <[email protected]>",
0 commit comments