summaryrefslogtreecommitdiffstats
path: root/lib/Text/Handlebars.pm
Commit message (Expand)AuthorAgeFilesLines
* docsJesse Luehrs2012-10-081-0/+155
* this is already a built-in thingJesse Luehrs2012-10-081-4/+0
* check partial suffix at runtime, not compile timeJesse Luehrs2012-10-081-2/+2
* implement hash parameters for block helpersJesse Luehrs2012-10-081-1/+6
* make block helpers recognizable as helpersJesse Luehrs2012-10-081-3/+3
* since functions and helpers are different, drop this special caseJesse Luehrs2012-10-051-2/+10
* change back to defining helpers and functions separatelyJesse Luehrs2012-10-051-0/+18
* why was i defining things there?Jesse Luehrs2012-10-051-23/+20
* implement {{^}} in normal blocksJesse Luehrs2012-10-051-2/+7
* actually, @foo just seems to be another kind of variable?Jesse Luehrs2012-10-051-0/+1
* support {{this/foo}}Jesse Luehrs2012-10-051-2/+2
* simplifyJesse Luehrs2012-10-051-7/+1
* simplifyJesse Luehrs2012-10-051-8/+6
* implement else blocksJesse Luehrs2012-10-051-5/+10
* make {{this}} an alias to {{.}} and make them work at the top levelJesse Luehrs2012-10-041-0/+24
* implement the built-in block helpersJesse Luehrs2012-10-041-0/+31
* refactor this so that helpers are just normal functionsJesse Luehrs2012-10-041-13/+9
* this isn't necessary anymoreJesse Luehrs2012-10-041-1/+0
* make this a bit clearerJesse Luehrs2012-10-041-4/+4
* implement helpersJesse Luehrs2012-10-041-0/+16
* make suffixes work for partialsJesse Luehrs2012-10-031-1/+4
* mostly implement partialsJesse Luehrs2012-10-031-1/+6
* make section lambdas workJesse Luehrs2012-10-031-2/+5
* make basic lambdas work (not block lambdas yet)Jesse Luehrs2012-10-031-0/+15
* '.' should be a variable name referring to the current array elementJesse Luehrs2012-10-031-2/+6
* don't die here, just assume it's a truthy valueJesse Luehrs2012-10-031-2/+1
* outer variables should remain visible unless overriddenJesse Luehrs2012-10-031-0/+1
* implement ../Jesse Luehrs2012-10-021-1/+7
* handle inverted sectionsJesse Luehrs2012-10-021-0/+4
* get blocks workingJesse Luehrs2012-09-281-0/+51