Skip to content

Releases: wmde/php-vuejs-templating

2.2.0-beta.3

25 Jun 15:49
cc9b51c
Compare
Choose a tag to compare
2.2.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: 2.2.0-beta.2...2.2.0-beta.3

2.2.0-beta.2

13 Jun 14:22
2d28b47
Compare
Choose a tag to compare
2.2.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: 2.2.0-beta.1...2.2.0-beta.2

2.2.0-beta.1

13 Jun 10:10
4e6e484
Compare
Choose a tag to compare
2.2.0-beta.1 Pre-release
Pre-release

This release adds support for rendering sub-components used in a template, using the new App class. It also includes several bugfixes and requires PHP 8.1 (up from PHP 7.4).

What's Changed

Full Changelog: 2.1.0...2.2.0-beta.1

2.1.0

05 Jun 11:19
158a0ff
Compare
Choose a tag to compare

This release adds support for Single-File Component (SFC) templates (only the contents of the <template> element are rendered).

What's Changed

Full Changelog: 2.0.0...2.1.0

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