Pārlūkot izejas kodu

Version 0.8.0

tags/0.8.0
Michael Jackson pirms 12 gadiem
vecāks
revīzija
e4a68c9e49
5 mainītis faili ar 6 papildinājumiem un 5 dzēšanām
  1. +2
    -1
      CHANGES
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.js.nuspec
  4. +1
    -1
      package.json
  5. +1
    -1
      wrappers/qooxdoo/mustache.js.pre

+ 2
- 1
CHANGES Parādīt failu

@@ -1,10 +1,11 @@
= HEAD
= 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.
* Throw an error when rendering a template that contains higher-order sections and * Throw an error when rendering a template that contains higher-order sections and
the original template is not provided. the original template is not provided.
* Remove low-level Context.make function. * Remove low-level Context.make function.
* Better code readability and inline documentation. * Better code readability and inline documentation.
* Stop caching templates by name.


= 0.7.3 / 5 Nov 2013 = 0.7.3 / 5 Nov 2013




+ 1
- 1
mustache.js Parādīt failu

@@ -514,7 +514,7 @@
}; };


mustache.name = "mustache.js"; mustache.name = "mustache.js";
mustache.version = "0.7.3";
mustache.version = "0.8.0";
mustache.tags = [ "{{", "}}" ]; mustache.tags = [ "{{", "}}" ];


// All high-level mustache.* functions use this writer. // All high-level mustache.* functions use this writer.


+ 1
- 1
mustache.js.nuspec Parādīt failu

@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>mustache.js</id> <id>mustache.js</id>
<version>0.7.3</version>
<version>0.8.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
- 1
package.json Parādīt failu

@@ -1,6 +1,6 @@
{ {
"name": "mustache", "name": "mustache",
"version": "0.7.3",
"version": "0.8.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": {


+ 1
- 1
wrappers/qooxdoo/mustache.js.pre Parādīt failu

@@ -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.3
* Mustache.js version 0.8.0


Code: Code:
https://github.com/janl/mustache.js https://github.com/janl/mustache.js


Notiek ielāde…
Atcelt
Saglabāt