File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 1.3.9
4+ - default regex value now supports nested folders
5+ - default support for Inertia::modal macro
6+ - default support for mailable markdown
7+
38## 1.3.8
49Support named parameter
510
Original file line number Diff line number Diff line change 22 "name" : " laravel-goto-view" ,
33 "displayName" : " Laravel goto view" ,
44 "description" : " Quick jump to view" ,
5- "version" : " 1.3.8 " ,
5+ "version" : " 1.3.9 " ,
66 "publisher" : " codingyu" ,
77 "license" : " MIT" ,
88 "engines" : {
4343 },
4444 "laravel_goto_view.regex" : {
4545 "type" : " string" ,
46- "default" : " (?<=view\\ (['\" ]|\\ (view:.['\" ]|View::make\\ (['\" ]|@include\\ (['\" ]|@extends\\ (['\" ]|@component\\ (['\" ]|Inertia::(?:render|modal)\\ (['\" ]|\\ (component:.['\" ]|<)(?:x-|livewire:|[^'\"\\ s/>]+(?:\\ /[^'\"\\ s/>]+)*)" ,
46+ "default" : " (?<=view\\ (['\" ]|markdown \\ ([' \" ]| \\ (view:.['\" ]|View::make\\ (['\" ]|@include\\ (['\" ]|@extends\\ (['\" ]|@component\\ (['\" ]|Inertia::(?:render|modal)\\ (['\" ]|\\ (component:.['\" ]|<)(?:x-|livewire:|[^'\"\\ s/>]+(?:\\ /[^'\"\\ s/>]+)*)" ,
4747 "description" : " Custom regex for matching strings"
4848 },
4949 "laravel_goto_view.folders" : {
You can’t perform that action at this time.
0 commit comments