Michael Jackson
49de778abb
Inline rendering functions
před 13 roky
Michael Jackson
d5bf677431
Remove unnecessary line
před 13 roky
Michael Jackson
a8b6a96a83
Style tweaks
před 13 roky
Michael Jackson
0d8b00fa67
Allow compiling of tokens without template
This commit allows pre-compiled templates to be executed without
keeping the original template around. It is still required when using
higher-order functions.
Fixes #262
před 13 roky
Michael Jackson
66020162c8
Update CHANGES
před 13 roky
Michael Jackson
740fd72d26
Version 0.7.2
před 13 roky
Michael Jackson
9075d25b86
Update CHANGES
před 13 roky
Michael Jackson
4fd638e9e6
Merge remote-tracking branch 'upstream/master'
před 13 roky
Michael Jackson
eb6ceb8b14
Fixed rendering error when using nested higher-order sections
Fixes #274
před 13 roky
Michael Jackson
b9701d58f5
Add failing test for nested higher-order sections
před 13 roky
Michael Jackson
eee8d695fc
Better error reporting
před 13 roky
Michael Jackson
4e30d03def
Merge pull request #283 from busticated/amdwrapper
clean up and standardize UMD wrapper
před 13 roky
busticated
d90d37f25f
handle case where exports is null
před 13 roky
busticated
fa214bd660
clean up and standardize UMD wrapper
před 13 roky
Michael Jackson
51eec96abc
Style tweaks
před 13 roky
Jan Lehnardt
4474099089
Merge pull request #280 from buymeasoda/docs-for-compile
Add compiled templates overview and examples to readme
před 13 roky
Ian Hill
7a2cb9976d
Add compiled templates overview and examples to readme
před 13 roky
Michael Jackson
3fea961f06
Use mocha for testing
před 13 roky
Michael Jackson
c09c7f54a3
Version 0.7.1
před 13 roky
Michael Jackson
829698388c
Merge remote-tracking branch 'upstream/master'
před 13 roky
Michael Jackson
e0edb356ae
Fail gracefully on empty template
Fixes #267
před 13 roky
Michael Jackson
79b08c3091
Merge pull request #264 from mattsacks/check-falsy
Don't evaluate lambdas that return falsy values as an empty string.
před 13 roky
Michael Jackson
1cd18cffbe
Merge pull request #273 from woledzki/master
Performance fix for iphones and ipads
před 13 roky
Wojtek
9de23a204f
performance fix for ipads & iphones
před 13 roky
Matt Sacks
d59f02f622
Don't evaluate lambdas that return falsy values as an empty string.
Issue: If I create a Mustache lambda to return numbers and I expect 0 to be of
those numbers, I'll instead only receive an empty string for 0 because it
evaluates to falsy.
Fix: Check the result of the lambda to be undefined or null. Only then should
it return the empty string.
před 13 roky
wittemann
4c3caf8f49
Merge remote-tracking branch 'janl/master'
před 13 roky
Michael Jackson
6bbc85fe26
Merge pull request #256 from julien-c/patch-1
Sections - undefined keys
před 13 roky
Michael Jackson
9fb00529d4
Updated with most recent changes
před 13 roky
Michael Jackson
26dfacd8be
Add Mustache.compileTokens
Fixes #258
před 13 roky
Michael Jackson
658f9e051f
Cache partials by template, not by name
Fixes #257
před 13 roky
Michael Jackson
85014a4f6c
Add spec for partial caching issue
před 13 roky
Julien Chaumond
03a9da9b93
Update README.md
před 13 roky
Michael Jackson
8b19e0ef23
Version 0.7.0
před 13 roky
Michael Jackson
afc6e0f1b1
Changed wording of some specs
před 13 roky
Michael Jackson
0ea95746a8
Allow auto-loading of partials
Fixes #247
před 13 roky
Michael Jackson
a5dbb708d7
Fix text token offsets
Text tokens now accurately reflect their content's exact position
in the original template.
před 13 roky
Michael Jackson
1159c236ef
Simplify CommonJS check
před 13 roky
Michael Jackson
7489f70790
Fix exports.to_html
před 13 roky
Michael Jackson
fea239fb3c
Use String#+= instead of Array#push + Array#join
před 13 roky
Michael Jackson
f41bbb1f66
Use exported parse function
před 13 roky
Michael Jackson
2bc29ec608
Prevent global var leak
Also, changed order of arguments to internal render function.
před 13 roky
Michael Jackson
e45bbb3e87
Better variable names
před 13 roky
Michael Jackson
dc6cdf1ae6
Rename Renderer => Writer
před 13 roky
Michael Jackson
0c0c6fde3a
Don't use eval
Fixes #207 #210
před 13 roky
Chad Weider
dac64709f0
Replace code generation with straight function execution.
This is a strict port of the existing process - there are many opportunities for optimization based on this.
před 13 roky
Michael Jackson
0a6d71ca90
Add tests for null view
před 13 roky
Michael Jackson
544a32b7a1
Make high-level API same as Renderer API
Also, allow partials to be passed to the function that is returned
for pre-compiled templates. This makes the API more consistent all
around, but comes with the caveat that renderers are much more
aggressive at caching. Now, any time a template or partial is
compiled with the same name as a previously compiled template the
cached version is used.
Fixes #240
před 13 roky
Michael Jackson
18e797d47e
Coerce { token types to &
před 13 roky
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