Skip to content

Commit

Permalink
0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Feb 12, 2020
1 parent eb98c78 commit aa8506a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

### 0.18.1
- Allow variable expressions in 'template name' part of the fragment expression
([#35](https://github.com/ultraq/thymeleafjs/pull/35))

### 0.18.0
- Added support for message expressions `#{...}` and a `messageResolver`
configuration function.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thymeleaf",
"version": "0.18.0",
"version": "0.18.1",
"description": "A basic implementation of the Thymeleaf templating engine in JavaScript",
"author": "Emanuel Rabina <emanuelrabina@gmail.com> (http://www.ultraq.net.nz/)",
"license": "Apache-2.0",
Expand Down

0 comments on commit aa8506a

Please sign in to comment.