Skip to content

Releases: Medalink/laravel-blade

2.0.1

24 Feb 18:33
bfbc138
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...v2.0.1

2.0.0

24 Dec 18:05
a44a0d3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.18...v2.0.0

Added livewire tag support.

28 May 18:49
a834f62
Compare
Choose a tag to compare
Release v1.6.18

Added livewire tag support.

Removed invalid pop declarations.

14 Feb 15:41
6dc89c7
Compare
Choose a tag to compare

This fixes bad syntax formatting for newer releases of ST.

Added @empty directives

13 Feb 13:54
70f5ebe
Compare
Choose a tag to compare
Merge pull request #183 from sdebacker/master

Added support for special if statement @empty & @endempty

1.6.15: Merge pull request #181 from dmitrybubyakin/master

25 Jun 20:20
54a49c8
Compare
Choose a tag to compare

Fix @php highlighting of the null coalescing and shorthand ternary operators

Add @canany, @elsecanany and @endcanany directives added in 5.6

Added @error directives

17 May 17:52
9a2b508
Compare
Choose a tag to compare

@error and @enderror was added in Laravel 5.8.13

L5.6 Helpers

16 Jan 15:28
740e8f1
Compare
Choose a tag to compare
1.6.13

Release v1.6.13

Recursion fixes.

31 May 20:06
cd82d27
Compare
Choose a tag to compare
1.6.12

Release v1.6.12.

Support for more complex @if statements.

14 Sep 15:47
Compare
Choose a tag to compare
Merge pull request #155 from jakebathman/master

Fix complex directive matching