express-thunder
Advanced tools
Comparing version 1.1.5 to 1.1.6
# History | ||
## 1.1.6 / 2013-12-19 | ||
- [refactoring] Added `__uid` to render options | ||
## 1.1.5 / 2013-12-18 | ||
@@ -4,0 +10,0 @@ |
@@ -47,2 +47,8 @@ var fs = require( 'fs' ); | ||
if( !options.__uid ){ | ||
options.__uid = options.__handler_id; | ||
} | ||
options.__uid += options.filename; | ||
if( options.cache ){ | ||
@@ -49,0 +55,0 @@ if( options.filename ){ |
{ | ||
"version" : "1.1.5", | ||
"version" : "1.1.6", | ||
"name" : "express-thunder", | ||
@@ -4,0 +4,0 @@ "description" : "Express 3.x locals for layout, partial and blocks for thunder template engine.", |
39815
915