Skip to content

Commit

Permalink
Update package.json to v1.0.4 added the changelog to the HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Callender committed May 8, 2015
1 parent 29925e7 commit 2b07b94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.0.4
## 2015-05-8
* Routes can specify custom headers
* Allows for a custom layout filename
* Bugfix: Case where some views were rendered twice
* Allow for custom template finder, option for the app
* allows readFromCache to be set to true / false in the fetch spec
* Pass a templateEngine to the template adapter, at the application level.
* Dependency updates

# 1.0.3
## 2015-03-27
* Bug fix for Require.js Needs to statically analyze the include in shared/app.js for the router.
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.3",
"version": "1.0.4",
"description": "Render your Backbone.js apps on the client and the server.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2b07b94

Please sign in to comment.