Skip to content

V0.19 2015-01-30

Compare
Choose a tag to compare
@zordius zordius released this 30 Jan 12:06
· 1060 commits to master since this release
  • align with handlebars.js 3.0.0
  • 5703851 fix {{foo bar=['abc=123']}} parsing bug
  • 7b4e36a fix {{foo bar=["abc=123"]}} parsing bug
  • c710c83 fix {{foo bar=(helper a b c)}} parsing bug
  • 4bda1c6 fix subexpression+builtin block helper (EX: {{#if (foo bar)}}) parsing bug
  • 6fdba10 fix {{foo ( bar) or " car" or ' cat' or [ cage]}} pasing bug
  • 0cd5f2d fix indent issue when custom helper inside a partial
  • 296ea89 support dynamic partial {{> (foo)}}
  • f491d04 fix {{../foo}} look up inside root scope issue
  • 38fba8a fix scope issue for hbhelpers
  • a24a047 change internal variable structure and fix for {{number}}
  • 7ae8289 fix escape in double quoted string bug
  • 90adb55 fix {{#if 0.0}} logic to behave as false
  • 004a6dd fix {{../foo}} double usage count bug
  • 9d55f12 fix subexpression parsing bug when line change inside it