| @@ -1,3 +1,7 @@ | |||||
| = 0.8.1 / 3 Jan 2014 | |||||
| * Fix usage of partial templates. | |||||
| = 0.8.0 / 2 Dec 2013 | = 0.8.0 / 2 Dec 2013 | ||||
| * Remove compile* writer functions, use mustache.parse instead. Smaller API. | * Remove compile* writer functions, use mustache.parse instead. Smaller API. | ||||
| @@ -517,7 +517,7 @@ | |||||
| }; | }; | ||||
| mustache.name = "mustache.js"; | mustache.name = "mustache.js"; | ||||
| mustache.version = "0.8.0"; | |||||
| mustache.version = "0.8.1"; | |||||
| mustache.tags = [ "{{", "}}" ]; | mustache.tags = [ "{{", "}}" ]; | ||||
| // All high-level mustache.* functions use this writer. | // All high-level mustache.* functions use this writer. | ||||
| @@ -2,7 +2,7 @@ | |||||
| <package > | <package > | ||||
| <metadata> | <metadata> | ||||
| <id>mustache.js</id> | <id>mustache.js</id> | ||||
| <version>0.8.0</version> | |||||
| <version>0.8.1</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.8.0", | |||||
| "version": "0.8.1", | |||||
| "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": { | ||||