Ver código fonte

Up version to 0.5.1

tags/0.5.1-vsc
Sahab Yazdani 14 anos atrás
pai
commit
752a742b5a
2 arquivos alterados com 5 adições e 1 exclusões
  1. +4
    -0
      CHANGES.md
  2. +1
    -1
      mustache.js

+ 4
- 0
CHANGES.md Ver arquivo

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

## 0.5.1-vsc

* Added Dot Notation Support

## 0.5.0-vcs

* Added Compiled Template support


+ 1
- 1
mustache.js Ver arquivo

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

/*
Turns a template and view into HTML


Carregando…
Cancelar
Salvar