Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Zordius Chen committed Jul 22, 2014
1 parent f045160 commit a4a680f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.md
Expand Up @@ -19,6 +19,8 @@ master current trunk
* e8779dbe8c change default `basedir` hehavior, stop partial files lookup when do not prodive `basedir` in options.
* c4e3401fe4 fix {{>"test"}} or {{>[test]}} or {{>1234}} bug.
* e59f62ea9b fix seciton behavior when input is object, and add one new flag: FLAG_MUSTACHESEC.
* 80eaf8e007 use static::method not self::method for subclass.
* 0bad5c8f20 fix usedFeature generation bugs

v0.14 https://github.com/zordius/lightncandy/tree/v0.14
* align with handlebars.js 2.0.0-alpha.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -633,4 +633,4 @@ Go http://handlebarsjs.com/ to see more feature description about handlebars.js.
* `{{helper var}}` : Execute custom helper then render the HTML escaped result
* `{{helper name1=var name2="str"}}` : Execute custom helper with named arguments
* `{{#helper ...}}...{{/helper}}` : Execute block custom helper
* `{{helper (helper2 foo) bar}}` : Execute custom helpers as subexpression
* `{{helper (helper2 foo) bar}}` : Execute custom helpers as subexpression (require `FLAG_ADVARNAME`)

0 comments on commit a4a680f

Please sign in to comment.