We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0979ab commit c29e6f1Copy full SHA for c29e6f1
CHANGES.md
@@ -1,5 +1,9 @@
1
# mustache.js Changes
2
3
+## 0.3.1-dev-twitter-b (8/23/2011)
4
+
5
+* Cached regexes for improved performance
6
7
## 0.3.1-dev-twitter (12/3/2010)
8
9
* fixed double-rendering bug
mustache.js
@@ -377,7 +377,7 @@ var Mustache = function() {
377
378
return({
379
name: "mustache.js",
380
- version: "0.3.1-dev-twitter",
+ version: "0.3.1-dev-twitter-b",
381
382
/*
383
Turns a template and view into HTML
0 commit comments