Releases: laravel/vs-code-extension
Releases · laravel/vs-code-extension
v1.3.1
What's Changed
- Support for autocompletion rules in FormRequest by @N1ebieski in #336
- Fix
aftervalidation rule completion template by @ace-of-aces in #523 - Fix heredoc/nowdoc in blade files by @N1ebieski in #297
- Add heredoc/nowdoc for Blade syntax by @N1ebieski in #316
- Support for translations in files in subfolders by @N1ebieski in #314
New Contributors
- @ace-of-aces made their first contribution in #523
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Fix models.php template indentation by @TitasGailius in #515
- Use relative paths for route links by @TitasGailius in #514
- Support for the Pint exclude config by @N1ebieski in #518
- Add scope parameters to the repository and docblock generator by @N1ebieski in #487
Full Changelog: v1.2.3...v1.3.0
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