Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merged upstream master and ran unit tests | Tommy Messbauer | 2012-11-26 | 1 | -11/+21 | |
| |\ \ \ | ||||||
| * | | | | Factory update with tabs to spaces.. sorry :( | Tommy Messbauer | 2012-11-26 | 1 | -90/+90 | |
| | | | | | ||||||
| * | | | | Commiting initial factory code | Tommy Messbauer | 2012-08-29 | 1 | -89/+89 | |
| | | | | | ||||||
* | | | | | Updated to 1.0.0-rc.31.0.0-rc.3 | Peter Wagenet | 2013-02-14 | 1 | -2/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | Better error messages for precompiler runtime mismatch | Peter Wagenet | 2013-02-09 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | Decouple compiler version checks from release versions | Peter Wagenet | 2013-02-08 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Update version1.0.rc.2 | tomhuda | 2013-01-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | overzealous approach to implmenting Handlebars.logger.log and 'log' helper. | Spike Brehm | 2012-10-20 | 1 | -2/+21 | |
| |/ / |/| | | ||||||
* | | | Implemented ability to iterate over objects, ala for-in. | Ross Hadden | 2012-10-15 | 1 | -6/+19 | |
| | | | | | | | | | | | | | | | | | | Also added the 'key' key to looped objects. My goal is to make this {{@key}}, but am still working on it. I would also like to unobtrusively make @key or @index work for arrays. | |||||
* | | | Fixed an issue where {{#array}} {{/array}} wouldn't pass in an | Karl Westin | 2012-08-27 | 1 | -5/+2 | |
|/ / | | | | | | | | | | | | | | | @index data variable. I just thought it would be nice to add in this feature. I'm using the two of these a little interchangable, so if other people are doing that as well, it might help usability. | |||||
* | | Fix loading under node | kpdecker | 2012-07-23 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'master' of github.com:wycats/handlebars.js | tomhuda | 2012-07-12 | 1 | -2/+16 | |
|\ \ | ||||||
| * | | Add support for @index in #each | Yehuda Katz | 2012-07-05 | 1 | -2/+16 | |
| | | | ||||||
* | | | Bump version to RC1 | tomhuda | 2012-05-28 | 1 | -1/+1 | |
|/ / | ||||||
* | | Don't assume execution in the top context | tomhuda | 2012-05-26 | 1 | -1/+1 | |
| | | ||||||
* | | Wrap base Handlebars in a closure to prevent var leakage - fixes #205 | Peter Wagenet | 2012-05-04 | 1 | -0/+4 | |
|/ | ||||||
* | JSHint the library and fix a few bugs | tomhuda | 2012-02-17 | 1 | -0/+2 | |
| | ||||||
* | Allow function parameters to #if. This was originally disallowed because it ↵ | Yehuda Katz | 2011-12-27 | 1 | -4/+7 | |
| | | | | | is decidedly not idiomatic Handlebars, which would prefer that you use helpers for these cases, not pollute your context objects with functions to call from your template, but enough people asked for it that I'll give in. I will personally not be using this feature and still strongly recommend that people use helpers in this case. | |||||
* | Bump version | Yehuda Katz | 2011-12-27 | 1 | -1/+1 | |
| | ||||||
* | Update the version! | Alex Sexton | 2011-11-30 | 1 | -1/+1 | |
| | ||||||
* | Added 'log' helper - See #97 | Peter Wagenet | 2011-10-24 | 1 | -0/+4 | |
| | ||||||
* | Create compiler base file. | kpdecker | 2011-07-30 | 1 | -22/+0 | |
| | ||||||
* | Move parser file into compiler subdir | kpdecker | 2011-07-30 | 1 | -1/+1 | |
| | ||||||
* | * Remove legacy support for inverse sections as additional parameters. | tomhuda | 2011-07-07 | 1 | -12/+16 | |
| | | | | * Unify inverse and normal block helpers * Make Handlebars.Exception inherit from JS Error | |||||
* | Merge pull request #66 from rgrove/fix-empty-array-if | Alan Johnson | 2011-06-27 | 1 | -1/+1 | |
|\ | | | | | The "if" block helper shouldn't treat empty arrays as truthy | |||||
| * | The "if" block helper shouldn't treat empty arrays as truthy. | Ryan Grove | 2011-04-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Given the data {foo: []}, the following template previously considered foo to be truthy when it shouldn't have: {{#if foo}} You should not see me! {{else}} You should see me! {{/if}} | |||||
* | | Update specs and code so that the function passed to block helpers has the ↵ | tomhuda | 2011-05-04 | 1 | -1/+1 | |
| | | | | | | | | same API as regular compiled templates | |||||
* | | Add VERSION constant1.0.0.beta.1 | tomhuda | 2011-05-03 | 1 | -0/+2 | |
| | | ||||||
* | | Remove unnecessary original runtime implementation | tomhuda | 2011-05-03 | 1 | -16/+0 | |
| | | ||||||
* | | Add a default helperMissing to help catch errors and restore old behavior | tomhuda | 2011-05-03 | 1 | -0/+8 | |
|/ | ||||||
* | inserting missing return statement in unless helper (fixes issue #51) | Tim Fischbach | 2011-03-09 | 1 | -1/+1 | |
| | ||||||
* | * Added a few public API methods to JavaScriptCompiler.prototype, so it can ↵ | tomhuda | 2011-02-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | be subclassed. * made it possible to define an alternate name lookup scheme (so that {{foo}} does not have to be context.foo, but can instead be something like context.get('foo')) * made it possible to substitute an alternate buffer instead of the default empty String and override how the compiled template appends to the buffer * Added the concept of template-local data. In order to enable template-local data, pass true as the second parameter to the template compiler. Then, pass in the data as the fourth parameter (context, helpers, partials, data). These signatures may change before the 1.0 release. | |||||
* | Updated if helper - missed it in the last cleanup. It no longer supports ↵ | Alan Johnson | 2011-02-10 | 1 | -2/+1 | |
| | | | | methods as arguments. | |||||
* | Backed out function helpers. | Alan Johnson | 2011-01-25 | 1 | -4/+2 | |
| | ||||||
* | improved "with" and "each" helpers to support function as argument | Raimonds Simanovskis | 2011-01-23 | 1 | -2/+4 | |
| | ||||||
* | Merged | Alan Johnson | 2011-01-22 | 1 | -1/+2 | |
| | ||||||
* | Move compile to the right spot | wycats | 2010-12-29 | 1 | -2/+0 | |
| | ||||||
* | Don't need runtime anymore for normal operation | wycats | 2010-12-29 | 1 | -1/+5 | |
| | ||||||
* | Restructure things more simply | wycats | 2010-12-29 | 1 | -0/+113 | |