Skip to content

Releases: bladestan/bladestan

0.11.3

05 Jun 12:35

Choose a tag to compare

What's Changed

Full Changelog: 0.11.2...0.11.3

0.11.2

10 Mar 15:07

Choose a tag to compare

What's Changed

  • Add workaround for bug in Laravel Telescope
  • Fix parsing of @include where arrays or values from arrays where used (thanks @calebdw)

New Contributors

Full Changelog: 0.11.1...0.11.2

0.11.1

27 Feb 20:49

Choose a tag to compare

What's Changed

  • Add Laravel 12 support

0.11.0

19 Feb 18:55

Choose a tag to compare

What's Changed

  • Add support for data provided via ->with*()on all view methods
  • Add support for non-html mail templates
  • Analyze Facades\Response::view()
  • Fully read template paths from application
  • Get Livewire component namespace from application config
  • Read shared and event data from application
  • Support PHP 8 syntax in templates

Full Changelog: 0.10.0...0.11.0

0.10.0

11 Feb 02:46

Choose a tag to compare

What's Changed

  • Recognize public properties are passed to views @spawnia & @AJenbo
  • Improved Livewire support
  • Use application's BladeCompiler by @aoi & @AJenbo
  • Fix getting data from variables
  • Fix ->with*() affecting not just the view instance it's called
  • Fix PHP 8.1 support
  • Fix typos by @szepeviktor

Full Changelog: 0.9.0...0.10.0

0.9.0

07 Feb 18:34

Choose a tag to compare

What's Changed

  • Add support for $errors, @once, @each, @includeWhen and @includeUnless
  • Add support for analyzing Laravel packages
  • Add support for renderEach() and first() on View\Factory
  • Analyze more of Blads internal scope
  • More robust parsing

Full Changelog: 0.8.0...0.9.0

0.8.0

22 Jan 18:00
8d4f9a5

Choose a tag to compare

What's Changed

  • Add support for non-terminated expressions
  • Add support for use statements in partials
  • Add support for dynamic method calls
  • Add support for dynamic components
  • Analyze anonymous components
  • Analyze use of components
  • Analyze use of livewire
  • Analyze @extends and other indirect statements
  • Analyze all statements on a line
  • Report missing templates
  • Report template syntax errors
  • Correct reported template line
  • Correct some typos by @szepeviktor in #121
  • Update formatter output to align with latest PHPStan

Full Changelog: 0.7.0...0.8.0

0.7.0

17 Dec 14:19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...0.7.0

0.6.0

14 Dec 18:22
8baf741

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0