Michael Jackson
6d1954cb5c
Version 0.5.2
13 yıl önce
Michael Jackson
a160c16d90
Remove ignored argument
13 yıl önce
Michael Jackson
95d6ca9ada
Move views before templates in examples
13 yıl önce
Michael Jackson
a8a0392cd6
Added 3-level deep nesting test
Fixes #42
13 yıl önce
Michael Jackson
2de3ba6537
Fix JSHint warnings
13 yıl önce
Michael Jackson
dbf609fd37
Merge remote-tracking branch 'upstream/master'
13 yıl önce
Michael Jackson
9e6943c867
Scanner returns empty string if it can't match
13 yıl önce
Jan Lehnardt
37b48496b6
Merge pull request #237 from fisch42/master
add .js to main property in package.json
13 yıl önce
fisch42
fe3de766cd
added .js to main property in package.json
13 yıl önce
Michael Jackson
008d6c7dcf
Move call to parse into Renderer#compile
14 yıl önce
Michael Jackson
e304555333
Fix null section data
Fixes #222
14 yıl önce
Michael Jackson
d6068505a3
Fix subtle IE7 bug
Fixes #223
14 yıl önce
Michael Jackson
280a00f1c4
Update README
14 yıl önce
Michael Jackson
e3ac2d245c
Fix spelling in comment
14 yıl önce
Michael Jackson
33920ad674
Add AMD module support
14 yıl önce
Michael Jackson
9079bd88f2
Add lint task using JSHint
14 yıl önce
Jan Lehnardt
f7e843487b
Merge pull request #228 from TimZaripov/master
small error in README.md
14 yıl önce
TimZaripov
74ac6ae144
fixed error in README.md -- in case of {"person": true} text from template
{{#person}}
Never shown!
{{/person}}
WILL be shown
14 yıl önce
Jan Lehnardt
d7ddff2fc8
Merge pull request #227 from shenfeng/master
fix 2 unintended global var.
14 yıl önce
feng
118cf2fc9e
fix global var leak
14 yıl önce
Michael Jackson
a7a6e742d1
Use @cweider's quoting function
Also fixed a bug that occurs when using the triple-stache with a key
that contains a closing stache. Fixes #192 .
14 yıl önce
Michael Jackson
bb58576ba5
Update testing instructions
14 yıl önce
Michael Jackson
144d8bef85
Workaround for old SpiderMonkey builds
Fixes #189
14 yıl önce
Michael Jackson
c316c973f6
Run tests on node 0.6
14 yıl önce
Michael Jackson
6171fe9348
Merge remote-tracking branch 'upstream/master'
Conflicts:
mustache.js
spec/_files/escaped.txt
test/_files/escaped.js
14 yıl önce
Michael Jackson
72971b320c
Use var declaration for helper functions
14 yıl önce
Michael Jackson
585bff401a
Run tests using node on Travis
14 yıl önce
Michael Jackson
e53ce34af4
Fix quote implementation for environments without JSON.stringify
14 yıl önce
Michael Jackson
b8a14eafe9
Strict escaping of ampersands
14 yıl önce
Michael Jackson
cae4fd5abe
Declare stripSpace with var
14 yıl önce
Michael Jackson
677489b25f
Merge pull request #199 from cweider/strict-escape-2
Strict escape II
14 yıl önce
Jan Lehnardt
3424a740f3
Merge pull request #214 from wittemann/master
Updated qooxdoo wrapper
14 yıl önce
Michael Jackson
9cc8ef13fd
Remove extra slashes
14 yıl önce
Michael Jackson
3355e1720d
Version 0.5.1-dev
14 yıl önce
Michael Jackson
c6aef7ea12
Update testing instructions
14 yıl önce
Michael Jackson
eda5173061
Remove Ruby dependency
14 yıl önce
Michael Jackson
8efd0538cf
This test should not work
14 yıl önce
Michael Jackson
fbc66a8140
Another rewrite
- Cleaner separation of responsibilities in the code between
scanning, parsing, compiling, and rendering functions.
- Much faster
14 yıl önce
Michael Jackson
70a4f2b986
Run unit tests using vows (requires node)
14 yıl önce
Michael Jackson
2fe464e2a3
Ignore node_modules
14 yıl önce
wittemann
1978cf2a20
Merge branch 'master' of github.com:wittemann/mustache.js
14 yıl önce
wittemann
7864e65efb
Updated the qooxdoo wrapper to reflect the render method.
14 yıl önce
wittemann
acb6d1a3c9
Merge remote branch 'janl/master'
14 yıl önce
Jan Lehnardt
870f9492e4
Merge pull request #211 from abelmartin/master
Fixed a variable error in the documentation
14 yıl önce
Abel Martin
0122722101
Changed 'nothin' => 'person' to make the documentation match the output.
14 yıl önce
Chad Weider
e2d919a214
Strict HTML escape.
This replaces the soft escaping ('&' -> '&') with strict escaping ('&' -> '&'). This new behavior matches that of Ruby and other Mustache implementations.
Other points:
- `dot_notation` currency is changed to use an ASCII character, since the JS interpreters did not appreciate unicode.
- Forward slash is added to escape list c/o OWASP recommendations.
14 yıl önce
Jan Lehnardt
2f135e2e15
add minify task
14 yıl önce
Michael Jackson
f311f880ae
Watch the whitespace. ;)
14 yıl önce
John Lindal
85fe317213
update backslash unit tests
14 yıl önce
Michael Jackson
b487affecd
Remove dead code
14 yıl önce