Michael Jackson
|
3fb61fc056
|
More concise token format
|
před 13 roky |
Michael Jackson
|
be4fd1cc29
|
Text passed to higher-order sections unrendered
Fixes #187
|
před 13 roky |
Michael Jackson
|
f5d18caee2
|
Version 0.6.0
|
před 13 roky |
Michael Jackson
|
bf61bf6199
|
Add volo support
Fixes #249
|
před 13 roky |
Michael Jackson
|
f7c6a2064d
|
Track changes in CHANGES
|
před 13 roky |
Michael Jackson
|
4236e61c95
|
Remove newlines
|
před 13 roky |
Michael Jackson
|
5ab345eddf
|
Use JavaScript's definition of falsy
Fixes #186
|
před 13 roky |
Michael Jackson
|
a6420e433e
|
Use exported escaping function
Fixes #244
|
před 13 roky |
Michael Jackson
|
52c7e43a5f
|
throw inside the if
|
před 13 roky |
Michael Jackson
|
2a51eeffba
|
Merge pull request #243 from kannix/patch-1
more stringent CommonJS check
|
před 13 roky |
Bastian Bleker
|
2afdb083fc
|
fixed CommonJS check
QUnit defines module too. If you try to use mustache in a QUnit and AMD environment it won't work
|
před 13 roky |
Michael Jackson
|
6d1954cb5c
|
Version 0.5.2
|
před 13 roky |
Michael Jackson
|
a160c16d90
|
Remove ignored argument
|
před 13 roky |
Michael Jackson
|
95d6ca9ada
|
Move views before templates in examples
|
před 13 roky |
Michael Jackson
|
a8a0392cd6
|
Added 3-level deep nesting test
Fixes #42
|
před 13 roky |
Michael Jackson
|
2de3ba6537
|
Fix JSHint warnings
|
před 13 roky |
Michael Jackson
|
dbf609fd37
|
Merge remote-tracking branch 'upstream/master'
|
před 13 roky |
Michael Jackson
|
9e6943c867
|
Scanner returns empty string if it can't match
|
před 13 roky |
Jan Lehnardt
|
37b48496b6
|
Merge pull request #237 from fisch42/master
add .js to main property in package.json
|
před 13 roky |
fisch42
|
fe3de766cd
|
added .js to main property in package.json
|
před 13 roky |
Michael Jackson
|
008d6c7dcf
|
Move call to parse into Renderer#compile
|
před 14 roky |
Michael Jackson
|
e304555333
|
Fix null section data
Fixes #222
|
před 14 roky |
Michael Jackson
|
d6068505a3
|
Fix subtle IE7 bug
Fixes #223
|
před 14 roky |
Michael Jackson
|
280a00f1c4
|
Update README
|
před 14 roky |
Michael Jackson
|
e3ac2d245c
|
Fix spelling in comment
|
před 14 roky |
Michael Jackson
|
33920ad674
|
Add AMD module support
|
před 14 roky |
Michael Jackson
|
9079bd88f2
|
Add lint task using JSHint
|
před 14 roky |
Jan Lehnardt
|
f7e843487b
|
Merge pull request #228 from TimZaripov/master
small error in README.md
|
před 14 roky |
TimZaripov
|
74ac6ae144
|
fixed error in README.md -- in case of {"person": true} text from template
{{#person}}
Never shown!
{{/person}}
WILL be shown
|
před 14 roky |
Jan Lehnardt
|
d7ddff2fc8
|
Merge pull request #227 from shenfeng/master
fix 2 unintended global var.
|
před 14 roky |
feng
|
118cf2fc9e
|
fix global var leak
|
před 14 roky |
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.
|
před 14 roky |
Michael Jackson
|
bb58576ba5
|
Update testing instructions
|
před 14 roky |
Michael Jackson
|
144d8bef85
|
Workaround for old SpiderMonkey builds
Fixes #189
|
před 14 roky |
Michael Jackson
|
c316c973f6
|
Run tests on node 0.6
|
před 14 roky |
Michael Jackson
|
6171fe9348
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
mustache.js
spec/_files/escaped.txt
test/_files/escaped.js
|
před 14 roky |
Michael Jackson
|
72971b320c
|
Use var declaration for helper functions
|
před 14 roky |
Michael Jackson
|
585bff401a
|
Run tests using node on Travis
|
před 14 roky |
Michael Jackson
|
e53ce34af4
|
Fix quote implementation for environments without JSON.stringify
|
před 14 roky |
Michael Jackson
|
b8a14eafe9
|
Strict escaping of ampersands
|
před 14 roky |
Michael Jackson
|
cae4fd5abe
|
Declare stripSpace with var
|
před 14 roky |
Michael Jackson
|
677489b25f
|
Merge pull request #199 from cweider/strict-escape-2
Strict escape II
|
před 14 roky |
Jan Lehnardt
|
3424a740f3
|
Merge pull request #214 from wittemann/master
Updated qooxdoo wrapper
|
před 14 roky |
Michael Jackson
|
9cc8ef13fd
|
Remove extra slashes
|
před 14 roky |
Michael Jackson
|
3355e1720d
|
Version 0.5.1-dev
|
před 14 roky |
Michael Jackson
|
c6aef7ea12
|
Update testing instructions
|
před 14 roky |
Michael Jackson
|
eda5173061
|
Remove Ruby dependency
|
před 14 roky |
Michael Jackson
|
8efd0538cf
|
This test should not work
|
před 14 roky |
Michael Jackson
|
fbc66a8140
|
Another rewrite
- Cleaner separation of responsibilities in the code between
scanning, parsing, compiling, and rendering functions.
- Much faster
|
před 14 roky |
Michael Jackson
|
70a4f2b986
|
Run unit tests using vows (requires node)
|
před 14 roky |