Releases: laravel/vs-code-extension
Releases · laravel/vs-code-extension
v1.0.5
What's Changed
- Ability to quickly add
VITE_
env variables from existing by @joetannenbaum in #332 - Add trans_choice helper by @N1ebieski in #331
- Support for locale parameter in translations by @N1ebieski in #330
- Better resolution for
$request->user()
,auth()->user()
, andAuth::user()
by @joetannenbaum in #333
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Bump axios from 1.7.9 to 1.8.2 by @dependabot in #321
- Improve file watcher performance by @joetannenbaum in #327
- Autocompletion, linking, and diagnostics for Storage Disks by @joetannenbaum in #328
- Fix relative path when path does not exist by @N1ebieski in #322
- Automatically check lowercase Inertia view paths by @N1ebieski in #323
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Add link to blade file for MailMessage::markdown/view by @N1ebieski in #317
- Basic Folio support by @joetannenbaum in #319
- Fix TypeError: Cannot read properties of undefined (reading 'type') by @N1ebieski in #296
- Support for contracts by @N1ebieski in #298
- Option to disable model doc block generation + fix doc block extends by @joetannenbaum in #320
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fix fetching Blade component properties when constructor is missing by @N1ebieski in #307
- Fix parsing of incomplete or incorrect language files by @balda38 in #311
- Support for vendor components by @N1ebieski in #310
New Contributors
- @N1ebieski made their first contribution in #307
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Better support for Blade component index files by @joetannenbaum in #284
- Enable Eloquent Model property auto-complete after sole, find, first, or firstOrFail by @freerkminnema in #274
- Added cast custom return type from get method by @DonnieRich in #283
- Model repo refactor by @joetannenbaum in #285
- Blade component improvements by @joetannenbaum in #305
- Add parsing of immutable dates by @balda38 in #290
- Add auto-space in blade syntax by @kzamanbd in #273
- Add Lando to list of detectable PHP environments by @clementbirkle in #241
New Contributors
- @DonnieRich made their first contribution in #283
- @balda38 made their first contribution in #290
- @kzamanbd made their first contribution in #273
- @clementbirkle made their first contribution in #241
Full Changelog: v1.0.0...v1.0.1