18 Commits

Author SHA1 Message Date
David Greenspan
021cca9ca3 Handlebars: allow dots on helpers, methods, and undefineds 2012-06-16 14:46:45 -07:00
David Greenspan
5b0346b34c Remove Handlebars._escape & heuristic.
It made strings like "Escape < as &lt;" unrenderable.
2012-06-04 21:22:50 -07:00
David Greenspan
0dec81f85b support Handlebars.SafeString (#160) 2012-06-04 21:22:04 -07:00
David Greenspan
9ce0a6d572 scanner unit tests 2012-05-25 16:08:41 -07:00
David Greenspan
aebb9a21aa better errors for unknown helper or reserved name; fixes #151 2012-05-23 12:59:47 -07:00
David Greenspan
0172f9870a use chunks for block-helper event_data; unit tests; fix event-less chunks 2012-05-16 12:37:53 -07:00
David Greenspan
a09c946ea2 use Handlebars context of event target as event_data(!!) 2012-05-11 12:37:10 -07:00
Nick Martin
cd6cbb2397 Reference a different copy of underscore, for consistency. 2012-04-23 21:45:02 -07:00
Nick Martin
27a15af421 Semicolon fixes. 2012-03-28 18:26:15 -07:00
David Greenspan
587913154c fixed test driver to not flush display; some optimizations 2012-02-13 20:08:07 -08:00
Geoff Schmidt
d1d5604976 Refactor bundler; new package API 2012-01-27 20:02:26 -08:00
Geoff Schmidt
e5eb42e55c Refactor package API/bundler 2012-01-27 20:02:24 -08:00
David Greenspan
ef1233d4fb minor typo-level fixes 2012-01-11 15:06:26 -08:00
Geoff Schmidt
74c42ccf4e make handlebars more robust to null/undefined 2011-12-19 16:38:21 -08:00
Geoff Schmidt
24692a60f5 rationalize underscore usage slightly 2011-12-08 16:28:47 -08:00
Geoff Schmidt
1f18d2802b comment 2011-11-26 00:41:40 -08:00
Geoff Schmidt
c814e34df8 make {{> foo bar}} shorthand actually work
(previously, you would get an error about a circular reference while
serializing JSON)
2011-11-25 23:59:57 -08:00
Nick Martin
d69c2d1f19 Initial import from old busted repo. 2011-11-17 18:35:20 -08:00