This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
Boost version number.
tags/0.5.2-vsc
Sahab Yazdani
14 years ago
parent
1ebbb7e6f5
commit
82c5fc00f2
3 changed files
with
7 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
CHANGES.md
+1
-1
mustache.js
+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
Write
Preview
Loading…
Cancel
Save