index
:
handlebars.js
master
origin/3.x
origin/4.x
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
handlebars
/
base.js
Commit message (
Expand
)
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.3
1.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 version
1.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
*
|
|
Fixed an issue where {{#array}} {{/array}} wouldn't pass in an
Karl Westin
2012-08-27
1
-5
/
+2
|
/
/
*
|
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 i...
Yehuda Katz
2011-12-27
1
-4
/
+7
*
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
*
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.
Ryan Grove
2011-04-20
1
-1
/
+1
*
|
Update specs and code so that the function passed to block helpers has the sa...
tomhuda
2011-05-04
1
-1
/
+1
*
|
Add VERSION constant
1.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 b...
tomhuda
2011-02-11
1
-1
/
+2
*
Updated if helper - missed it in the last cleanup. It no longer supports meth...
Alan Johnson
2011-02-10
1
-2
/
+1
*
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
[prev]