| @@ -1,3 +1,9 @@ | |||||
| 2.0.0 / 27 Mar 2015 | |||||
| ================== | |||||
| * Fixed lookup not stopping upon finding `undefined` or `null` values, by @dasilvacontin. | |||||
| * Refactored pre-commit hook, by @dasilvacontin. | |||||
| 1.2.0 / 24 Mar 2015 | 1.2.0 / 24 Mar 2015 | ||||
| =================== | =================== | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "name": "mustache.js", | "name": "mustache.js", | ||||
| "main": "mustache.js", | "main": "mustache.js", | ||||
| "version": "1.2.0", | |||||
| "version": "2.0.0", | |||||
| "homepage": "https://github.com/janl/mustache.js", | "homepage": "https://github.com/janl/mustache.js", | ||||
| "authors": [ | "authors": [ | ||||
| "mustache.js Authors <http://github.com/janl/mustache.js>" | "mustache.js Authors <http://github.com/janl/mustache.js>" | ||||
| @@ -548,7 +548,7 @@ | |||||
| }; | }; | ||||
| mustache.name = "mustache.js"; | mustache.name = "mustache.js"; | ||||
| mustache.version = "1.2.0"; | |||||
| mustache.version = "2.0.0"; | |||||
| 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>1.2.0</version> | |||||
| <version>2.0.0</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": "1.2.0", | |||||
| "version": "2.0.0", | |||||
| "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": { | ||||