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 8db0b19 commit a48b1ceCopy full SHA for a48b1ce
HISTORY.md
@@ -1,3 +1,8 @@
1
+# 1.1.1
2
+* added lazy loading callback handlers
3
+* support for xhr timeouts
4
+* added a code of conduct
5
+
6
# 1.1.0
7
## 2015-06-11
8
* update to backbone 1.2.1 and all it's goodness, older versions of lodash *will break* with this change set. lodash.mixin should allow for a fix
package.json
@@ -1,6 +1,6 @@
{
"name": "rendr",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Render your Backbone.js apps on the client and the server.",
"main": "index.js",
"scripts": {
0 commit comments