Eric Nielsen
aa7a45b443
Added comment about Jison's topState()
2015-07-19 12:34:44 -03:00
kpdecker
a458fe26f4
Update jsfiddle link to 3.0.3
2015-07-19 11:28:43 +03:00
Eric Nielsen
2f9495c1df
Added spec message
2015-07-16 15:15:06 -03:00
Eric Nielsen
b9fe7ce618
#1056 Added spec for nested raw block
2015-07-15 14:45:53 -03:00
Eric Nielsen
868ef4b309
#1056 Fixed grammar for nested raw blocks
2015-07-15 14:45:43 -03:00
Kevin Decker
8c09b3c896
Merge pull request #1052 from maqnouch/patch-1
...
Updated year in License
2015-07-02 23:40:03 +02:00
AQNOUCH Mohammed
9bbc177fd5
Updated year in License
2015-07-02 15:53:10 +00:00
kpdecker
93faffa549
Fix location information for programs
...
There appears to be a bug in our use of jison causing the parent location information to be reported to programs. I wasn’t able to work through what might be causing this so instead using the location information of the statements collection to generate the proper location information.
This is a bit of a hack but we are very far behind on the Jison release train and upgrading will likely be a less than pleasant task that doesn’t provide us much benefit.
Fixes #1024
2015-06-26 16:58:34 -05:00
Kevin Decker
d2fb3a4906
Merge pull request #1037 from tomxtobin/minor-readme-typo-fixes
...
Fix minor typos in README
2015-06-09 06:07:35 -04:00
Tom X. Tobin
d0805e9cfa
Fix minor typos in README
2015-06-08 18:37:41 -04:00
Kevin Decker
2c1d509c6c
Merge pull request #1019 from aymerick/aymerick-patch-typo-test
...
Fixes typo in tests
2015-05-06 11:13:43 -05:00
kpdecker
569f288551
Add tests for string contexts
...
Fixes #1013
2015-05-06 10:48:23 -05:00
Aymerick
d0d2168ec2
Fixes typo in tests
...
mutache => mustache
2015-05-06 14:03:14 +02:00
Kevin Decker
8cba84df11
Merge pull request #1015 from aymerick/fix-test
...
Fix tokenizer test for double quoted strings
2015-05-05 10:23:16 -05:00
kpdecker
00bfdd782f
Fix VERSION update script
...
This broke after updating to es6 formatted code.
Fixes #1016
2015-05-05 10:20:56 -05:00
Aymerick
afd595bd6e
Fix tokenizer test for double quoted strings
...
There is two consecutive tests with the same input data: "{{ foo bar \'baz\' }}"
I suppose the first test should be about testing double quoted string.
2015-05-01 11:35:25 +02:00
kpdecker
891f48b7e9
v3.0.3
v3.0.3
2015-04-28 14:52:04 -05:00
kpdecker
0bf79ea5c0
Update release notes
2015-04-28 14:51:32 -05:00
kpdecker
972f521718
Move noConflict implementation to module
...
DRYs the code to avoid escapes like #1004
Fixes #1004
2015-04-27 10:19:50 -05:00
kpdecker
4a40fc8e2f
NPM ignore log files
2015-04-27 10:19:50 -05:00
kpdecker
fc13400b6f
Remove jshint completely
2015-04-27 10:19:49 -05:00
Kevin Decker
6ecf509385
Merge pull request #1008 from shannonmoeller/patch-1
...
Added handlebars-layouts to the in-the-wild list
2015-04-25 09:54:25 -05:00
Shannon Moeller
d945089565
Added handlebars-layouts to the in-the-wild list
...
I've written a set of helpers which implement layout blocks similar to Jade, Jinja, Swig, Twig, and others. It seems to be gaining some popularity (around 10k npm downloads per month at present) and I would be honored to have it included in the in-the-wild list in case it may prove useful to others.
2015-04-24 22:29:40 -04:00
kpdecker
2f0b86665f
v3.0.2
v3.0.2
2015-04-20 03:11:12 -05:00
kpdecker
d48e840513
Update release notes
2015-04-20 03:10:49 -05:00
kpdecker
4bed826d0e
Update for let and optional parameters
2015-04-20 02:38:28 -05:00
kpdecker
0263aa48bc
Run the precompiler module through es6 toolchain
2015-04-20 02:25:53 -05:00
kpdecker
ecf60ab1bf
Enable additional es6 features in eslint
2015-04-20 02:24:49 -05:00
Kevin Decker
c6ab044fa8
Merge pull request #998 from wycats/babel
...
Add full support for es6
2015-04-16 17:12:40 -05:00
kpdecker
fdc94207a3
Fix UMD build target generation
2015-04-16 16:54:30 -05:00
kpdecker
e3d3eda2e1
Add full support for es6
...
Converts the tool chain to use babel, eslint, and webpack vs. the previous proprietary solutions.
Additionally begins enforcing additional linting concerns as well as updates the code to reflect these rules.
Fixes #855
Fixes #993
2015-04-16 16:43:01 -05:00
kpdecker
2a02261a5b
Fix IE test freakout
2015-04-14 22:57:15 -05:00
kpdecker
a009a97a2e
Use captureStackTrace for error handler
...
Provides more stable error stack reporting when running under v8 environments.
2015-04-14 01:14:18 -05:00
kpdecker
54e743a09a
Allow this references in literal statements
...
Fixes #967
2015-04-14 01:12:39 -05:00
kpdecker
a7160a8d27
Expose Visitor in full browser build
...
Fixes #994
2015-04-13 21:25:53 -05:00
kpdecker
dfd141cd35
Allow undefined and null in helper names
2015-04-13 21:18:53 -05:00
kpdecker
37a664bf64
Ignore branches tested without coverage monitoring
2015-04-07 23:38:05 -05:00
kpdecker
c699d0b82f
Remove vestigial code
2015-04-07 23:37:46 -05:00
kpdecker
2d149e7797
Add undefined and null literal support
...
This adds the UndefinedLiteral and NullLiteral to AST.
Fixes #990
2015-04-07 23:37:38 -05:00
kpdecker
81a4d50955
Avoid source-map import under AMD
...
Fixes #989
2015-04-07 22:35:14 -05:00
kpdecker
e15af4c849
Add require.js error reporting in tests
...
Adds test coverage for #989
2015-04-07 21:51:50 -05:00
kpdecker
afe730e059
v3.0.1
v3.0.1
2015-03-24 14:22:38 -05:00
kpdecker
40894e619b
Update release notes
2015-03-24 14:22:22 -05:00
Kevin Decker
1d401a2abc
Merge pull request #984 from johneke/master
...
Adding documentation for passing arguments into partials
2015-03-24 14:20:22 -05:00
johneke
a10d907a65
Update README.markdown
2015-03-18 22:55:26 -04:00
johneke
fed86c01ad
Adding documentation for parameters in partials
2015-03-18 20:23:15 -04:00
kpdecker
ab96073c6b
Optimize hot path in escapeExpression
...
Avoid deoptimizations in v8 due to the duct type check on string instances.
Partial fix for #973
2015-03-16 22:06:01 -05:00
kpdecker
64ab232d72
Fix --version flag
...
Fixes #966
2015-02-28 19:58:23 -06:00
Kevin Decker
8c357b9243
Merge pull request #964 from grassick/patch-1
...
default is a reserved word
2015-02-28 16:26:39 -06:00
grassick
71690ae39d
default is a reserved word
...
Quoting it to fix in older browsers, especially Android 2.3.x.
2015-02-18 10:57:02 -05:00