Skip to content

Commit 2d88347

Browse files
author
Josh Callender
committed
Update to v1.0.5
1 parent 64e0790 commit 2d88347

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.0.5
2+
## 2015-05-15
3+
* bug fix for require js race condition when rendering views
4+
* lazy loading now takes fetch_options to set any of the fetchOptions, same object as in the controller
5+
* lazy loading now takes fetch_spec to allow for multiple models / collections to be loaded for a view on the client-side, this spec is the same as a controllers fetch spec.
6+
17
# 1.0.4
28
## 2015-05-8
39
* Routes can specify custom headers

package.json

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

0 commit comments

Comments
 (0)