| @@ -1,4 +1,4 @@ | |||||
| = HEAD | |||||
| = 0.7.3 / 5 Nov 2013 | |||||
| * Don't require the original template to be passed to the rendering function | * Don't require the original template to be passed to the rendering function | ||||
| when using compiled templates. This is still required when using higher-order | when using compiled templates. This is still required when using higher-order | ||||
| @@ -482,7 +482,7 @@ | |||||
| } | } | ||||
| mustache.name = "mustache.js"; | mustache.name = "mustache.js"; | ||||
| mustache.version = "0.7.2"; | |||||
| mustache.version = "0.7.3"; | |||||
| mustache.tags = ["{{", "}}"]; | mustache.tags = ["{{", "}}"]; | ||||
| mustache.Scanner = Scanner; | mustache.Scanner = Scanner; | ||||
| @@ -2,7 +2,7 @@ | |||||
| <package > | <package > | ||||
| <metadata> | <metadata> | ||||
| <id>mustache.js</id> | <id>mustache.js</id> | ||||
| <version>0.7.2</version> | |||||
| <version>0.7.3</version> | |||||
| <authors>mustache.js Authors</authors> | <authors>mustache.js Authors</authors> | ||||
| <licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl> | <licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl> | ||||
| <projectUrl>http://mustache.github.com/</projectUrl> | <projectUrl>http://mustache.github.com/</projectUrl> | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "name": "mustache", | "name": "mustache", | ||||
| "version": "0.7.2", | |||||
| "version": "0.7.3", | |||||
| "description": "Logic-less {{mustache}} templates with JavaScript", | "description": "Logic-less {{mustache}} templates with JavaScript", | ||||
| "author": "mustache.js Authors <http://github.com/janl/mustache.js>", | "author": "mustache.js Authors <http://github.com/janl/mustache.js>", | ||||
| "repository": { | "repository": { | ||||
| @@ -13,7 +13,7 @@ | |||||
| "mocha": "1.5.0" | "mocha": "1.5.0" | ||||
| }, | }, | ||||
| "volo": { | "volo": { | ||||
| "url": "https://raw.github.com/janl/mustache.js/0.7.2/mustache.js" | |||||
| "url": "https://raw.github.com/janl/mustache.js/0.7.3/mustache.js" | |||||
| }, | }, | ||||
| "scripts": { | "scripts": { | ||||
| "test": "mocha test" | "test": "mocha test" | ||||
| @@ -19,7 +19,7 @@ | |||||
| This class contains code based on the following work: | This class contains code based on the following work: | ||||
| * Mustache.js version 0.7.2 | |||||
| * Mustache.js version 0.7.3 | |||||
| Code: | Code: | ||||
| https://github.com/janl/mustache.js | https://github.com/janl/mustache.js | ||||