We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ec245 commit e9e75acCopy full SHA for e9e75ac
HISTORY.md
@@ -1,3 +1,8 @@
1
+# 1.0.1
2
+## 2015-03-26
3
+* allow instance of templateFinder to be passed in
4
+* only ship handlbars runtime, greatly reduces client bundle size
5
+
6
# 1.0.0
7
## 2015-02-24
8
* update to handlebars 2.0.0
package.json
@@ -1,6 +1,6 @@
{
"name": "rendr-handlebars",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Glue handlebars templates into a Rendr app.",
"main": "index.js",
"scripts": {
0 commit comments