Releases: laravel/vs-code-extension
Releases · laravel/vs-code-extension
v1.2.3
What's Changed
- Fix "app/Modelsdirectory does not exist" error by @TitasGailius in #511
New Contributors
- @TitasGailius made their first contribution in #511
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Add a command that generates namespace by @N1ebieski in #463
- Build script cleanup by @joetannenbaum in #464
- Fix typo in php-templates/translations.php file by @N1ebieski in #505
- Fix Pint Error: The path is not readable by @N1ebieski in #502
- Fix Middleware not found, defined in 3rd party composer package by @N1ebieski in #496
- Fix for docblock generator for decimals in model casts by @N1ebieski in #495
- Fix - Replace single quotes with double quotes for echo PHP_BINARY; in phpEnvironments by @N1ebieski in #478
- Support for models in subfolders by @N1ebieski in #335
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Fix - move refactor class commands from laravel.wrapWithHelper.submenu to editor/context by @N1ebieski in #460
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Correct repository link in release script by @duncanmcclean in #453
- Add Pint formatter to the available list by @N1ebieski in #451
- Add commands that refactor class attributes in blade files by @N1ebieski in #432
- Add a command that wraps selected text with a helper by @N1ebieski in #431
- Increase consistency for registered commands by @joetannenbaum in #459
New Contributors
- @duncanmcclean made their first contribution in #453
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Pint for plain PHP projects by @joetannenbaum in #449
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Pint commands + run Pint on save by @joetannenbaum in #448
Full Changelog: v1.0.14...v1.1.0
v1.0.14
What's Changed
- Fix Auth bug when \Illuminate\Auth\AuthServiceProvider::class is disabled by @N1ebieski in #445
- bump required Php version by @m-graham in #413
New Contributors
Full Changelog: v1.0.13...v1.0.14
v1.0.13
What's Changed
- Fix for getTranslationPathByName with nested translations by @N1ebieski in #439
- Fix for DIRECTORY_SEPARATOR for Windows environment by @N1ebieski in #441
- Add ddev support by @damms005 in #398
Full Changelog: v1.0.12...v1.0.13
v1.0.12
What's Changed
- Add support for custom View extensions by @ryangjchandler in #429
- Support for configs in subfolders by @N1ebieski in #427
- Add support for root-level Inertia configs by @N1ebieski in #425
- Fix bug with unnecessary autocompletion blade components when name doesn't match by @N1ebieski in #417
- Support for linked parameter vscode.Diagnostic.code for diagnosticProvider by @N1ebieski in #415
- Add GH action for automatically formatting code by @joetannenbaum in #438
- Fix for Blade::anonymousComponentPath with double colon by @N1ebieski in #420
- Support for routes autocompletion for Route::is and routeIs methods by @N1ebieski in #411
- Fix for translations with numeric keys by @N1ebieski in #407
- Fix a bug with overrides vendor blade components by @N1ebieski in #361
- Fix Route not found error in web.php when using Volt by @N1ebieski in #349
New Contributors
- @ryangjchandler made their first contribution in #429
Full Changelog: v1.0.11...v1.0.12