We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0cccc commit 5ee8b4aCopy full SHA for 5ee8b4a
HISTORY.md
@@ -1,3 +1,8 @@
1
+# 1.1.0
2
+## 2015-06-11
3
+* 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
4
+* add x-http-method-override to allow for the 'emulateHTTP' property in backbone.
5
+
6
# 1.0.5
7
## 2015-05-15
8
* bug fix for require js race condition when rendering views
package.json
@@ -1,6 +1,6 @@
{
"name": "rendr",
- "version": "1.0.5",
+ "version": "1.1.0",
"description": "Render your Backbone.js apps on the client and the server.",
"main": "index.js",
"scripts": {
0 commit comments