Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 881 Bytes

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 881 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

2.2.0

  • Support Laravel v8.x routes definition. Navigate Route <--> Controller. Eg. Route::get('/user', [UserController::class, 'index']);

2.1.7

  • show info "Declaration not found"

2.1.6

  • performance: scan faster by exclude some directory
  • progress UI: show count of scanned files

2.1.5

  • bugfix

2.1.4

  • whitelist method without "public" keyword

2.1.3

  • find the controller class Although it does not contain "Controller" suffix
  • find Route::resource declaration

2.1.2

  • StatusBar button for quick action

2.1.0

  • Find blade usage

2.0.8

  • Go to Route
  • Go to Controller

Unreleased

  • Work in progress.