Skip to content

V0.14 2014-07-12

Compare
Choose a tag to compare
@zordius zordius released this 12 Jul 04:24
· 1551 commits to master since this release
  • align with handlebars.js 2.0.0-alpha.4
  • fa6225f support boolen value in named arguments for cusotm helper
  • 160743e better error message when unmatch {{/foo}} tag detected
  • d9a9416 support {{&foo}}
  • 8797485 fix {{^foo}} logic when foo is empty list
  • 523b137 fix handlebars custom helper interface
  • a744a2d fix bad syntax when FLAG_RENDER_DEBUG + helpers
  • 0044f7b change FLAG_THIS behavoir
  • b5b0739 support recursive context lookup now ( mustache spec , require FLAG_MUSTACHELOOKUP )
  • 096c241 support standalone tag detection now ( mustache spec , require FLAG_MUSTACHESP )
  • cea46c9 support {{=<% %>=}} to set delimiter
  • 131696a support subexpression {{helper (helper2 foo) bar}}
  • 5184d41 support runtime/recursive partial ( require FLAG_RUNTIMEPARTIAL )
  • 6408917 support partial indent ( mustache spec , require FLAG_MUSTACHEPAIN )