Skip to content

Releases: wmde/php-vuejs-templating

2.0.0

07 Nov 15:33
6db5bd0
Compare
Choose a tag to compare

This release drops support for Vue 2 filter syntax; only method syntax is supported now. (Note that the JS expression parser is still fairly limited; in particular, it only supports method calls with a single argument.) See #25 and #26.

Full Changelog: 1.1.0...2.0.0

1.1.0

01 Nov 16:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.1.0

1.0.3

11 May 07:36
f0c35ef
Compare
Choose a tag to compare
Merge pull request #21 from wmde/php8

Add PHP 8 to CI

1.0.2

25 May 08:31
Compare
Choose a tag to compare

Fixed broken encoding of UTF-8 in the rendered output.

1.0.1

04 May 16:16
Compare
Choose a tag to compare

.gitattributes file added

1.0.0

04 May 12:55
Compare
Choose a tag to compare

Initial Release