Skip to content

Commit 2b07b94

Browse files
author
Josh Callender
committed
Update package.json to v1.0.4 added the changelog to the HISTORY.md
1 parent 29925e7 commit 2b07b94

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.0.4
2+
## 2015-05-8
3+
* Routes can specify custom headers
4+
* Allows for a custom layout filename
5+
* Bugfix: Case where some views were rendered twice
6+
* Allow for custom template finder, option for the app
7+
* allows readFromCache to be set to true / false in the fetch spec
8+
* Pass a templateEngine to the template adapter, at the application level.
9+
* Dependency updates
10+
111
# 1.0.3
212
## 2015-03-27
313
* Bug fix for Require.js Needs to statically analyze the include in shared/app.js for the router.

package.json

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

0 commit comments

Comments
 (0)