fisch42
fe3de766cd
added .js to main property in package.json
пре 13 година
Michael Jackson
008d6c7dcf
Move call to parse into Renderer#compile
пре 14 година
Michael Jackson
e304555333
Fix null section data
Fixes #222
пре 14 година
Michael Jackson
d6068505a3
Fix subtle IE7 bug
Fixes #223
пре 14 година
Michael Jackson
280a00f1c4
Update README
пре 14 година
Michael Jackson
e3ac2d245c
Fix spelling in comment
пре 14 година
Michael Jackson
33920ad674
Add AMD module support
пре 14 година
Michael Jackson
9079bd88f2
Add lint task using JSHint
пре 14 година
Jan Lehnardt
f7e843487b
Merge pull request #228 from TimZaripov/master
small error in README.md
пре 14 година
TimZaripov
74ac6ae144
fixed error in README.md -- in case of {"person": true} text from template
{{#person}}
Never shown!
{{/person}}
WILL be shown
пре 14 година
Jan Lehnardt
d7ddff2fc8
Merge pull request #227 from shenfeng/master
fix 2 unintended global var.
пре 14 година
feng
118cf2fc9e
fix global var leak
пре 14 година
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 година
Michael Jackson
bb58576ba5
Update testing instructions
пре 14 година
Michael Jackson
144d8bef85
Workaround for old SpiderMonkey builds
Fixes #189
пре 14 година
Michael Jackson
c316c973f6
Run tests on node 0.6
пре 14 година
Michael Jackson
6171fe9348
Merge remote-tracking branch 'upstream/master'
Conflicts:
mustache.js
spec/_files/escaped.txt
test/_files/escaped.js
пре 14 година
Michael Jackson
72971b320c
Use var declaration for helper functions
пре 14 година
Michael Jackson
585bff401a
Run tests using node on Travis
пре 14 година
Michael Jackson
e53ce34af4
Fix quote implementation for environments without JSON.stringify
пре 14 година
Michael Jackson
b8a14eafe9
Strict escaping of ampersands
пре 14 година
Michael Jackson
cae4fd5abe
Declare stripSpace with var
пре 14 година
Michael Jackson
677489b25f
Merge pull request #199 from cweider/strict-escape-2
Strict escape II
пре 14 година
Jan Lehnardt
3424a740f3
Merge pull request #214 from wittemann/master
Updated qooxdoo wrapper
пре 14 година
Michael Jackson
9cc8ef13fd
Remove extra slashes
пре 14 година
Michael Jackson
3355e1720d
Version 0.5.1-dev
пре 14 година
Michael Jackson
c6aef7ea12
Update testing instructions
пре 14 година
Michael Jackson
eda5173061
Remove Ruby dependency
пре 14 година
Michael Jackson
8efd0538cf
This test should not work
пре 14 година
Michael Jackson
fbc66a8140
Another rewrite
- Cleaner separation of responsibilities in the code between
scanning, parsing, compiling, and rendering functions.
- Much faster
пре 14 година
Michael Jackson
70a4f2b986
Run unit tests using vows (requires node)
пре 14 година
Michael Jackson
2fe464e2a3
Ignore node_modules
пре 14 година
wittemann
1978cf2a20
Merge branch 'master' of github.com:wittemann/mustache.js
пре 14 година
wittemann
7864e65efb
Updated the qooxdoo wrapper to reflect the render method.
пре 14 година
wittemann
acb6d1a3c9
Merge remote branch 'janl/master'
пре 14 година
Jan Lehnardt
870f9492e4
Merge pull request #211 from abelmartin/master
Fixed a variable error in the documentation
пре 14 година
Abel Martin
0122722101
Changed 'nothin' => 'person' to make the documentation match the output.
пре 14 година
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 година
Jan Lehnardt
2f135e2e15
add minify task
пре 14 година
Michael Jackson
f311f880ae
Watch the whitespace. ;)
пре 14 година
John Lindal
85fe317213
update backslash unit tests
пре 14 година
Michael Jackson
b487affecd
Remove dead code
пре 14 година
Michael Jackson
f3e246f0f9
Fix MooTools build task
пре 14 година
Jan Lehnardt
4e94d049b5
Merge pull request #164 from utvara/master
Fixed a bug when context is a string
пре 14 година
utvara
13007fd9d6
added test case for string as a context
пре 14 година
Jan Lehnardt
2de401dd8a
see git log
пре 14 година
Jan Lehnardt
a91e7b7f80
Merge pull request #174 from bennage/master
Add nuget spec for 0.5.x
пре 14 година
Jan Lehnardt
6231d203f7
bump versions
пре 14 година
Jan Lehnardt
0fefe1ef8e
Merge pull request #75 from oskarkrawczyk/master
Added MooTools compat plugin
пре 14 година
Christopher Bennage
51e15e25a8
added nuget specification
пре 14 година