Skip to content

Latest commit

 

History

History
79 lines (44 loc) · 1.95 KB

History.md

File metadata and controls

79 lines (44 loc) · 1.95 KB

0.8.0 2016-04-20

  • set bug fix #63

Break api change

Before set value will set undefined node as plan object

#set($a = {}) #set($a.c.d = 1) $a.c.d

This will output 1 .

But now, in 0.8.0 version, a.c will not set as {}, so output is $a.c.d.

0.7.5

  • toString rewrite only when toString equal function { [native code]} 57

0.7.4

  • toString like org.apache.velocity when render 56

0.7.3

  • fix 53
  • runt support 54

0.7.2

  • fix: merge 52

0.7.1

  • fix: merge 51

0.7.0

0.6.2

  • feat: merge 47

0.6.1

  • feat: merge 46
  • change: remove Velocity.Parser, change to Velocity.parse #43
  • feat: add custom blocks support #44

0.4

0.4.11 / 2015-01-24

  • feat: self define macro context keep to origin object

0.4.10 / 2015-01-08

  • fix: allow optional space after colon in map passed as parameter to macro (#38 by @jamescookie)

0.4.9 / 2014-12-29

  • feature: support friendly error stack #35
  • chore: improve coverage

0.4.8 / 2014-12-20

  • fix issue #32
  • Remove useless code: Helper
  • merge pull request #34

0.4.7 / 2014-12-18

  • fix issue #32