Michael Jackson
585bff401a
Run tests using node on Travis
pirms 14 gadiem
Michael Jackson
e53ce34af4
Fix quote implementation for environments without JSON.stringify
pirms 14 gadiem
Michael Jackson
b8a14eafe9
Strict escaping of ampersands
pirms 14 gadiem
Michael Jackson
cae4fd5abe
Declare stripSpace with var
pirms 14 gadiem
Michael Jackson
9cc8ef13fd
Remove extra slashes
pirms 14 gadiem
Michael Jackson
3355e1720d
Version 0.5.1-dev
pirms 14 gadiem
Michael Jackson
c6aef7ea12
Update testing instructions
pirms 14 gadiem
Michael Jackson
eda5173061
Remove Ruby dependency
pirms 14 gadiem
Michael Jackson
8efd0538cf
This test should not work
pirms 14 gadiem
Michael Jackson
fbc66a8140
Another rewrite
- Cleaner separation of responsibilities in the code between
scanning, parsing, compiling, and rendering functions.
- Much faster
pirms 14 gadiem
Michael Jackson
70a4f2b986
Run unit tests using vows (requires node)
pirms 14 gadiem
Michael Jackson
2fe464e2a3
Ignore node_modules
pirms 14 gadiem
Abel Martin
0122722101
Changed 'nothin' => 'person' to make the documentation match the output.
pirms 14 gadiem
Jan Lehnardt
2f135e2e15
add minify task
pirms 14 gadiem
Michael Jackson
f311f880ae
Watch the whitespace. ;)
pirms 14 gadiem
John Lindal
85fe317213
update backslash unit tests
pirms 14 gadiem
Michael Jackson
b487affecd
Remove dead code
pirms 14 gadiem
Michael Jackson
f3e246f0f9
Fix MooTools build task
pirms 14 gadiem
Jan Lehnardt
4e94d049b5
Merge pull request #164 from utvara/master
Fixed a bug when context is a string
pirms 14 gadiem
utvara
13007fd9d6
added test case for string as a context
pirms 14 gadiem
Jan Lehnardt
2de401dd8a
see git log
pirms 14 gadiem
Jan Lehnardt
a91e7b7f80
Merge pull request #174 from bennage/master
Add nuget spec for 0.5.x
pirms 14 gadiem
Jan Lehnardt
6231d203f7
bump versions
pirms 14 gadiem
Jan Lehnardt
0fefe1ef8e
Merge pull request #75 from oskarkrawczyk/master
Added MooTools compat plugin
pirms 14 gadiem
Christopher Bennage
51e15e25a8
added nuget specification
pirms 14 gadiem
utvara
4adfb48205
Fixed a bug when context is a string
pirms 14 gadiem
Michael Jackson
58c91c8c7d
Use String += instead of Array#join
pirms 14 gadiem
Michael Jackson
993aed08a2
Change findName to lookup
pirms 14 gadiem
Michael Jackson
3126a1c131
Remove ability to use a "streaming" function
The "send" function from the 0.4 API doesn't actually stream the template
so much as it just passes chunks of the rendered template through to the
callback as they are rendered. The callbacks are fired synchronously either
way, and using a "send" function just adds extra overhead and makes things
slower.
pirms 14 gadiem
Michael Jackson
8320730ea9
Omit carriage returns
Fixes #156
pirms 14 gadiem
Michael Jackson
b603a10812
Fixes #155
pirms 14 gadiem
Michael Jackson
9240db10be
Add note about usage in CommonJS
pirms 14 gadiem
Michael Jackson
057bc20880
Add spec for multiline comment
Fixes #47
pirms 14 gadiem
Michael Jackson
cf9031c76f
Preserve empty newlines
pirms 14 gadiem
Michael Jackson
0567f8f260
Add spec for values with backslashes
pirms 14 gadiem
Michael Jackson
1846281683
Fix inverted section rendering for missing keys
pirms 14 gadiem
Phui Hock
bfcc05a93f
Allow context to be used as template. Maintain chainability.
pirms 14 gadiem
Michael Jackson
16a1d587c6
Update wrappers to use Mustache.render
pirms 14 gadiem
Michael Jackson
cfc7de8ddd
Fix typos
pirms 14 gadiem
Michael Jackson
b7db8648e4
Updated README for 0.5
pirms 14 gadiem
Michael Jackson
a3d32fea25
wip
pirms 14 gadiem
Michael Jackson
e24885c58d
Merge pull request #150 from janl/rewrite
Parser rewrite
fixes #145
fixes #148
fixes #141
fixes #67
fixes #147
fixes #94
fixes #77
fixes #122
fixes #79
pirms 14 gadiem
Michael Jackson
931749ff7f
Add spec for empty list
pirms 14 gadiem
Michael Jackson
c660b657bf
Updated CHANGES
pirms 14 gadiem
Michael Jackson
905ccbbac8
Add spec for nested iteration (issue #79 )
pirms 14 gadiem
Michael Jackson
d5049a5552
Add spec for changing delimiters (issue #77 )
pirms 14 gadiem
Michael Jackson
fd0f5cf496
Add spec for empty string (issue #94 )
pirms 14 gadiem
Michael Jackson
64acc17a43
Add spec for included tag (issue #141 )
pirms 14 gadiem
Michael Jackson
1f6136c065
Add spec for disappearing whitespace (issue #67, #147 )
pirms 14 gadiem
Michael Jackson
364ef54901
Add spec for context lookup (issue #122 )
pirms 14 gadiem