Releases: laravel/vs-code-extension
Releases · laravel/vs-code-extension
v1.7.0
What's Changed
- Build models template for snake_case relation fix by @TitasGailius in #627
- Support for new Laravel 13 attributes by @N1ebieski in #626
- Add Common Artisan Commands With Terminal Execution Support by @TitasGailius in #629
- PestPHP Intellisense by @TitasGailius in #632
- Add "Laravel: Go to route" command by @TitasGailius in #633
- Polish Pest helper file generation by @TitasGailius in #635
- Consistent command casing by @joetannenbaum in #636
Full Changelog: v1.6.8...v1.7.0
v1.6.8
What's Changed
- Avoid overlapping test explorer updates by @jaewun in #622
- Inertia V3 Support by @TitasGailius in #623
New Contributors
Full Changelog: v1.6.7...v1.6.8
v1.6.7
What's Changed
- Fix snake_case conversion for relation count attributes by @TitasGailius in #611
- Increase binary download timeout to 5 minutes by @TitasGailius in #613
- Disable error popups by default by @TitasGailius in #614
- Debounce Pint processes on save by @TitasGailius in #615
- Link Livewire page routes to components by @TitasGailius in #616
- Increase parser timeout and improve error messages on Windows by @TitasGailius in #619
- Handle non-backed enums in Blade component discovery by @TitasGailius in #620
Full Changelog: v1.6.6...v1.6.7
v1.6.6
What's Changed
- Fix parsing of PHP code containing special characters by @TitasGailius in #605
- Test case for intermediate config keys by @TitasGailius in #607
- Support intermediate (non-leaf) translation keys by @TitasGailius in #609
- Update issue assignees by @TitasGailius in #610
Full Changelog: v1.6.5...v1.6.6
v1.6.5
What's Changed
- Fix for Test Runner FileWatcher by @N1ebieski in #599
- Fix [Bug]: Startup errors when phpunit/phpunit is not installed by @N1ebieski in #598
- Fix [Bug]: On Windows Blade Jump to Blade - Path Not Found by @N1ebieski in #602
- Fix missing err handling in parser exec callback by @N1ebieski in #600
Full Changelog: v1.6.4...v1.6.5
v1.6.4
What's Changed
- Initial tests by @TitasGailius in #594
- createOrFirst, updateOrCreate added by @s1ghn in #592
- Support for XDebug trigger mode for Test Runner by @N1ebieski in #591
New Contributors
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
- Discover tests on activation by @TitasGailius in #587
- Fix error location resolution for Docker/Sail environments by @TitasGailius in #588
- Test runner feature flag by @TitasGailius in #589
- Fix newline in the Blade class component hover by @N1ebieski in #586
- Fix error thrown by non-instantiable (abstract) policy classes by @sjwebb in #580
- Fix for wildcards in Route::is by @N1ebieski in #570
New Contributors
Full Changelog: v1.6.2...v1.6.3
v1.6.2
What's Changed
- Fix test runner for PHPUnit projects by @TitasGailius in #585
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- Improve Test Runner error parsing by @TitasGailius in #584
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Fix ReflectionException when policy method does not exist by @dbpolito in #581
- Test Runner by @TitasGailius in #583
New Contributors
Full Changelog: v1.5.1...v1.6.0