Skip to content

V0.13 2014-06-26

Compare
Choose a tag to compare
@zordius zordius released this 01 Mar 02:35
· 1667 commits to master since this release
  • align with handlebars.js 2.0.0-alpha.4
  • e5a8fe3 fix issue #46 ( error with {{this.foo.bar}} )
  • ea13151 fix issue #44 ( error with some helper inline function PHP code syntax )
  • 522591a fix issue #49 ( error with some helper user function PHP code syntax )
  • c4f7e1e support `{{foo.bar}} lookup on instance foo then property/method bar ( flagd FLAG_PROPERTY or FLAG_METHOD required )
  • 0f4c0da stop simulate Javascript output for array when pass input to custom helpers
  • 22d07e5 BIG CHANGE of custom helper interface