Procházet zdrojové kódy

Boost version number.

tags/0.5.2-vsc
Sahab Yazdani před 14 roky
rodič
revize
82c5fc00f2
3 změnil soubory, kde provedl 7 přidání a 2 odebrání
  1. +5
    -0
      CHANGES.md
  2. +1
    -1
      mustache.js
  3. +1
    -1
      mustache.min.js

+ 5
- 0
CHANGES.md Zobrazit soubor

@@ -1,5 +1,10 @@
# 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

* Added Dot Notation Support


+ 1
- 1
mustache.js Zobrazit soubor

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

/*
Turns a template into a JS function


+ 1
- 1
mustache.min.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


Načítá se…
Zrušit
Uložit