Browse Source

Boost version number.

tags/0.5.2-vsc
Sahab Yazdani 14 years ago
parent
commit
82c5fc00f2
3 changed files with 7 additions and 2 deletions
  1. +5
    -0
      CHANGES.md
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.min.js

+ 5
- 0
CHANGES.md View File

@@ -1,5 +1,10 @@
# mustache.js Changes # mustache.js Changes


## 0.5.2-vcs

* Fixed a scoping bug (thanks gjslick)
* Added Mustache.format function (similar to String.format from C#)

## 0.5.1-vcs ## 0.5.1-vcs


* Added Dot Notation Support * Added Dot Notation Support


+ 1
- 1
mustache.js View File

@@ -626,7 +626,7 @@ var Mustache = (function(undefined) {
return({ return({
name: "mustache.js", name: "mustache.js",
version: "0.5.1-vcs",
version: "0.5.2-vcs",


/* /*
Turns a template into a JS function Turns a template into a JS function


+ 1
- 1
mustache.min.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save