Skip to content

Commit

Permalink
chore: pubish new version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdwind committed Apr 19, 2016
1 parent 38d9389 commit 88171d3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions History.md
@@ -1,3 +1,19 @@
## 0.8.0 2016-04-20

- set bug fix [#63](https://github.com/shepherdwind/velocity.js/issues/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](https://github.com/shepherdwind/velocity.js/pull/57)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "velocityjs",
"description": "Velocity Template Language(VTL) for JavaScript",
"version": "0.7.5",
"version": "0.8.0",
"keywords": [
"velocity template"
],
Expand Down

0 comments on commit 88171d3

Please sign in to comment.