Jan Lehnardt
09f6adc453
Back to non-released version
14年前
Jan Lehnardt
6289bf4133
Released 0.5.21
14年前
Jan Lehnardt
a6dafd5253
Back to non-released version
14年前
Jan Lehnardt
6a38dbf0b4
Released 0.5.20
14年前
Jan Lehnardt
902b71419a
commit pages
14年前
Jan Lehnardt
78d75aad2b
remove tmp files
14年前
Jan Lehnardt
a5aafe01d0
Back to non-released version
14年前
Jan Lehnardt
453653a7a5
Released 0.5.19
14年前
Jan Lehnardt
a4ad1faa21
create a plain mustache wrapper for distribution
14年前
Jan Lehnardt
660efe670f
Back to non-released version
14年前
Jan Lehnardt
031d056555
Released 0.5.18
14年前
Jan Lehnardt
ed408ca834
Back to non-released version
14年前
Jan Lehnardt
f5681daac9
Released 0.5.17
14年前
Jan Lehnardt
66f9527e1e
Back to non-released version
14年前
Jan Lehnardt
e0b91ffbcf
Released 0.5.16
14年前
Jan Lehnardt
d57469ebf3
Back to non-released version
14年前
Jan Lehnardt
8ef198533e
Released 0.5.15
14年前
Jan Lehnardt
4771ec353a
commit reverting of version numbers
14年前
Jan Lehnardt
587baf127f
Released 0.5.14
14年前
Jan Lehnardt
eeae3fbe81
add new, simpler build system
14年前
Jan Lehnardt
88fbcbc2c4
Released 0.5.13
14年前
Jan Lehnardt
c021674d0a
Released 0.5.12
14年前
Jan Lehnardt
a2fbcfbb12
Released 0.5.11
14年前
Jan Lehnardt
ec52c1adfd
Released 0.5.10
14年前
Jan Lehnardt
b04c3515bd
Released 0.5.5
14年前
Jan Lehnardt
e10792936b
Released 0.5.3
14年前
Jan Lehnardt
d48a15dce5
Released 0.5.2
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年前
utvara
4adfb48205
Fixed a bug when context is a string
14年前
Michael Jackson
58c91c8c7d
Use String += instead of Array#join
14年前
Michael Jackson
993aed08a2
Change findName to lookup
14年前
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.
14年前
Michael Jackson
8320730ea9
Omit carriage returns
Fixes #156
14年前
Michael Jackson
b603a10812
Fixes #155
14年前
Michael Jackson
9240db10be
Add note about usage in CommonJS
14年前
Michael Jackson
057bc20880
Add spec for multiline comment
Fixes #47
14年前
Michael Jackson
cf9031c76f
Preserve empty newlines
14年前
Michael Jackson
0567f8f260
Add spec for values with backslashes
14年前
Michael Jackson
1846281683
Fix inverted section rendering for missing keys
14年前