We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29925e7 commit 2b07b94Copy full SHA for 2b07b94
HISTORY.md
@@ -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
+
11
# 1.0.3
12
## 2015-03-27
13
* Bug fix for Require.js Needs to statically analyze the include in shared/app.js for the router.
package.json
@@ -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": {
0 commit comments