Skip to content

Commit

Permalink
Update to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Callender committed May 15, 2015
1 parent 64e0790 commit 2d88347
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.0.5
## 2015-05-15
* bug fix for require js race condition when rendering views
* lazy loading now takes fetch_options to set any of the fetchOptions, same object as in the controller
* 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.

# 1.0.4
## 2015-05-8
* Routes can specify custom headers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rendr",
"version": "1.0.4",
"version": "1.0.5",
"description": "Render your Backbone.js apps on the client and the server.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2d88347

Please sign in to comment.