summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/base.js
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merged upstream master and ran unit testsTommy Messbauer2012-11-261-11/+21
| |\ \ \
| * | | | Factory update with tabs to spaces.. sorry :(Tommy Messbauer2012-11-261-90/+90
| * | | | Commiting initial factory codeTommy Messbauer2012-08-291-89/+89
* | | | | Updated to 1.0.0-rc.31.0.0-rc.3Peter Wagenet2013-02-141-2/+2
| |_|/ / |/| | |
* | | | Better error messages for precompiler runtime mismatchPeter Wagenet2013-02-091-0/+5
* | | | Decouple compiler version checks from release versionsPeter Wagenet2013-02-081-0/+1
* | | | Update version1.0.rc.2tomhuda2013-01-181-1/+1
* | | | overzealous approach to implmenting Handlebars.logger.log and 'log' helper.Spike Brehm2012-10-201-2/+21
| |/ / |/| |
* | | Implemented ability to iterate over objects, ala for-in.Ross Hadden2012-10-151-6/+19
* | | Fixed an issue where {{#array}} {{/array}} wouldn't pass in anKarl Westin2012-08-271-5/+2
|/ /
* | Fix loading under nodekpdecker2012-07-231-3/+3
* | Merge branch 'master' of github.com:wycats/handlebars.jstomhuda2012-07-121-2/+16
|\ \
| * | Add support for @index in #eachYehuda Katz2012-07-051-2/+16
* | | Bump version to RC1tomhuda2012-05-281-1/+1
|/ /
* | Don't assume execution in the top contexttomhuda2012-05-261-1/+1
* | Wrap base Handlebars in a closure to prevent var leakage - fixes #205Peter Wagenet2012-05-041-0/+4
|/
* JSHint the library and fix a few bugstomhuda2012-02-171-0/+2
* Allow function parameters to #if. This was originally disallowed because it i...Yehuda Katz2011-12-271-4/+7
* Bump versionYehuda Katz2011-12-271-1/+1
* Update the version!Alex Sexton2011-11-301-1/+1
* Added 'log' helper - See #97Peter Wagenet2011-10-241-0/+4
* Create compiler base file.kpdecker2011-07-301-22/+0
* Move parser file into compiler subdirkpdecker2011-07-301-1/+1
* * Remove legacy support for inverse sections as additional parameters.tomhuda2011-07-071-12/+16
* Merge pull request #66 from rgrove/fix-empty-array-ifAlan Johnson2011-06-271-1/+1
|\
| * The "if" block helper shouldn't treat empty arrays as truthy.Ryan Grove2011-04-201-1/+1
* | Update specs and code so that the function passed to block helpers has the sa...tomhuda2011-05-041-1/+1
* | Add VERSION constant1.0.0.beta.1tomhuda2011-05-031-0/+2
* | Remove unnecessary original runtime implementationtomhuda2011-05-031-16/+0
* | Add a default helperMissing to help catch errors and restore old behaviortomhuda2011-05-031-0/+8
|/
* inserting missing return statement in unless helper (fixes issue #51)Tim Fischbach2011-03-091-1/+1
* * Added a few public API methods to JavaScriptCompiler.prototype, so it can b...tomhuda2011-02-111-1/+2
* Updated if helper - missed it in the last cleanup. It no longer supports meth...Alan Johnson2011-02-101-2/+1
* Backed out function helpers.Alan Johnson2011-01-251-4/+2
* improved "with" and "each" helpers to support function as argumentRaimonds Simanovskis2011-01-231-2/+4
* MergedAlan Johnson2011-01-221-1/+2
* Move compile to the right spotwycats2010-12-291-2/+0
* Don't need runtime anymore for normal operationwycats2010-12-291-1/+5
* Restructure things more simplywycats2010-12-291-0/+113