13.x
Add @canany and @elsecanany blade directive (#24137)
[10.x] Add a missing semicolon to CompilesClasses (#47280)
Update compileComments docblock to reflect it compiles blade comments into empty strings (#17954)
[12.x] Fix/memory improvement (#56345)
Revert "Use Str::uuid()->toString() instead of (string) casts (#60995)" (#61028)
Add @context Blade directive (#56146)
[11.x] Prefer new Stringable over Str::of and str() (#53883)
formatting
[9.x] Fix deprecation warnings in tests (#44992)
Add @fonts Blade directive and Vite font optimization runtime (#59584)
[12.x] Add `@includeScoped` directive for isolated Blade includes (#58311)
wip (#36356)
[8.x] Introduce `@js()` directive (#39522)
Allow options to be 0 for @json (#21692)
[11.x] Blade @include performance (#54633)
Change count array comparison to empty array comparison to improve performance (#59688)
Prevent Blade from parsing Blade codeinside the @php and @endphp blocks
[10.x] Add Blade `@session` Directive (#49339)
[9.x] Add @style Blade directive (#45887)
small docblock fixes (#31633)
[12.x] Improve @use directive to support function and const modifiers (#55583)