David da Silva
2ba7481d41
bump to version 1.0.0, resolves #325
11 lat temu
Robert Reinhard
c68b434eb4
Adding a bower.json file
The goal is to reduce the number of files downloaded by ignoring the test directory
12 lat temu
Michael Jackson
58f77330ef
Version 0.8.1
12 lat temu
Michael Jackson
e4a68c9e49
Version 0.8.0
12 lat temu
Michael Jackson
c4b345f14c
Smaller API surface area
Removed cache* functions altogether. mustache.parse is all that's
really needed.
12 lat temu
Michael Jackson
b114120741
Major reorganization and cleanup
12 lat temu
Michael Jackson
b626d12395
Version 0.7.3
12 lat temu
Michael Jackson
381aca9feb
Update CHANGES
13 lat temu
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
13 lat temu
Michael Jackson
66020162c8
Update CHANGES
13 lat temu
Michael Jackson
740fd72d26
Version 0.7.2
13 lat temu
Michael Jackson
9075d25b86
Update CHANGES
13 lat temu
Michael Jackson
3fea961f06
Use mocha for testing
13 lat temu
Michael Jackson
c09c7f54a3
Version 0.7.1
13 lat temu
Michael Jackson
9fb00529d4
Updated with most recent changes
13 lat temu
Michael Jackson
8b19e0ef23
Version 0.7.0
13 lat temu
Michael Jackson
0ea95746a8
Allow auto-loading of partials
Fixes #247
13 lat temu
Michael Jackson
a5dbb708d7
Fix text token offsets
Text tokens now accurately reflect their content's exact position
in the original template.
13 lat temu
Michael Jackson
dc6cdf1ae6
Rename Renderer => Writer
13 lat temu
Michael Jackson
0c0c6fde3a
Don't use eval
Fixes #207 #210
13 lat temu
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
13 lat temu
Michael Jackson
3fb61fc056
More concise token format
13 lat temu
Michael Jackson
be4fd1cc29
Text passed to higher-order sections unrendered
Fixes #187
13 lat temu
Michael Jackson
f5d18caee2
Version 0.6.0
13 lat temu
Michael Jackson
f7c6a2064d
Track changes in CHANGES
13 lat temu