Daniel Fagerstrom
8cd95a085b
Update README.md
Instruction for including sub module with Mustache specs.
vor 13 Jahren
Daniel Fagerstrom
c8005af7c3
Test that use all tests from Mustache specifications. The ones that fails in current mustache.js are skiped to not break the build.
vor 13 Jahren
Daniel Fagerstrom
5e58358574
Include submodule for Mustache specifications.
vor 13 Jahren
Michael Jackson
2ab776c3a5
Locally cache some references
vor 13 Jahren
Michael Jackson
8b2b3cdbc5
Merge pull request #287 from henrikkok/master
jQuery wrapper: use jQuery.trim() instead of String.prototype.trim()
vor 13 Jahren
Henrik Kok
da531727fb
Update wrappers/jquery/mustache.js.post
Switched from String.prototype.trim() to jQuery.trim() for IE8 and below support
vor 13 Jahren
Michael Jackson
7b4c1bf7ce
Update testing instructions
vor 13 Jahren
Michael Jackson
af935e3441
Simplify test
vor 13 Jahren
Michael Jackson
a5d0199541
Style tweaks
vor 13 Jahren
Michael Jackson
f6496c8c38
Style tweaks, added comments
vor 13 Jahren
Michael Jackson
3cdb300ccb
Use delete instead of splice
vor 13 Jahren
Michael Jackson
320ae73475
Style tweaks
vor 13 Jahren
Michael Jackson
381aca9feb
Update CHANGES
vor 13 Jahren
Michael Jackson
f8eb6e8f38
Remove Context#clearCache
vor 13 Jahren
Michael Jackson
49de778abb
Inline rendering functions
vor 13 Jahren
Michael Jackson
d5bf677431
Remove unnecessary line
vor 13 Jahren
Michael Jackson
a8b6a96a83
Style tweaks
vor 13 Jahren
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
vor 13 Jahren
Michael Jackson
66020162c8
Update CHANGES
vor 13 Jahren
Michael Jackson
740fd72d26
Version 0.7.2
vor 13 Jahren
Michael Jackson
9075d25b86
Update CHANGES
vor 13 Jahren
Michael Jackson
4fd638e9e6
Merge remote-tracking branch 'upstream/master'
vor 13 Jahren
Michael Jackson
eb6ceb8b14
Fixed rendering error when using nested higher-order sections
Fixes #274
vor 13 Jahren
Michael Jackson
b9701d58f5
Add failing test for nested higher-order sections
vor 13 Jahren
Michael Jackson
eee8d695fc
Better error reporting
vor 13 Jahren
Michael Jackson
4e30d03def
Merge pull request #283 from busticated/amdwrapper
clean up and standardize UMD wrapper
vor 13 Jahren
busticated
d90d37f25f
handle case where exports is null
vor 13 Jahren
busticated
fa214bd660
clean up and standardize UMD wrapper
vor 13 Jahren
Michael Jackson
51eec96abc
Style tweaks
vor 13 Jahren
Jan Lehnardt
4474099089
Merge pull request #280 from buymeasoda/docs-for-compile
Add compiled templates overview and examples to readme
vor 13 Jahren
Ian Hill
7a2cb9976d
Add compiled templates overview and examples to readme
vor 13 Jahren
Michael Jackson
3fea961f06
Use mocha for testing
vor 13 Jahren
Michael Jackson
c09c7f54a3
Version 0.7.1
vor 13 Jahren
Michael Jackson
829698388c
Merge remote-tracking branch 'upstream/master'
vor 13 Jahren
Michael Jackson
e0edb356ae
Fail gracefully on empty template
Fixes #267
vor 13 Jahren
Michael Jackson
79b08c3091
Merge pull request #264 from mattsacks/check-falsy
Don't evaluate lambdas that return falsy values as an empty string.
vor 13 Jahren
Michael Jackson
1cd18cffbe
Merge pull request #273 from woledzki/master
Performance fix for iphones and ipads
vor 13 Jahren
Wojtek
9de23a204f
performance fix for ipads & iphones
vor 13 Jahren
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.
vor 13 Jahren
Michael Jackson
6bbc85fe26
Merge pull request #256 from julien-c/patch-1
Sections - undefined keys
vor 13 Jahren
Michael Jackson
9fb00529d4
Updated with most recent changes
vor 13 Jahren
Michael Jackson
26dfacd8be
Add Mustache.compileTokens
Fixes #258
vor 13 Jahren
Michael Jackson
658f9e051f
Cache partials by template, not by name
Fixes #257
vor 13 Jahren
Michael Jackson
85014a4f6c
Add spec for partial caching issue
vor 13 Jahren
Julien Chaumond
03a9da9b93
Update README.md
vor 13 Jahren
Michael Jackson
8b19e0ef23
Version 0.7.0
vor 13 Jahren
Michael Jackson
afc6e0f1b1
Changed wording of some specs
vor 13 Jahren
Michael Jackson
0ea95746a8
Allow auto-loading of partials
Fixes #247
vor 13 Jahren
Michael Jackson
a5dbb708d7
Fix text token offsets
Text tokens now accurately reflect their content's exact position
in the original template.
vor 13 Jahren
Michael Jackson
1159c236ef
Simplify CommonJS check
vor 13 Jahren