kpdecker
efddc3c09c
Increase code coverage
2015-08-01 22:01:16 -05:00
kpdecker
f3e8b18925
Add istanbul ignore to babel boilerplate
2015-08-01 21:46:45 -05:00
kpdecker
15b55a307b
Move helpers into separate modules
2015-08-01 17:54:47 -05:00
kpdecker
231a8d7256
Fix with operator in no @data mode
2015-08-01 16:29:45 -05:00
kpdecker
e2ba22eaad
Pull sauce tests out of CI
...
Disabling these until #1069 can resolve whatever the root issue is.
2015-08-01 16:08:57 -05:00
kpdecker
1bb640be41
Allow empty key name in each iteration
...
Fixes #1021
2015-08-01 16:04:40 -05:00
kpdecker
2a851067b9
Add with block parameter support
...
Fixes #1042
2015-08-01 15:48:28 -05:00
kpdecker
410141c31e
Fix escaping of non-javascript identifiers
...
The ‘ character would cause invalid javascript to be generated as it was not properly escaped. Switching to JSON.stringify safely handles all potential unescaped cases.
2015-08-01 15:48:28 -05:00
Kevin Decker
060c087e62
Merge pull request #1068 from 0xack13/master
...
Fix typo
2015-07-30 09:53:25 -05:00
Saleh Batati
5acf77a99a
Merge pull request #1 from 0xack13/0xack13-patch-1-fix-typo
...
Fix typo
2015-07-30 06:08:11 +03:00
Saleh Batati
fe057168ae
Fix typo
2015-07-30 06:02:51 +03:00
Kevin Decker
c83c363a58
Merge pull request #1060 from ericbn/issue-1056
...
#1056 Fixed grammar for nested raw blocks
2015-07-20 10:49:14 +03:00
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