Skip to content

Commit 5ee8b4a

Browse files
author
Josh Callender
committed
Update to 1.1.0
1 parent 2b0cccc commit 5ee8b4a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 1.0.5
27
## 2015-05-15
38
* bug fix for require js race condition when rendering views

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rendr",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Render your Backbone.js apps on the client and the server.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)