Skip to content

Releases: noahfrederick/vim-laravel

v0.5.0

05 Jun 01:16
v0.5.0
Compare
Choose a tag to compare
  • Allow configuration of artisan executable.

v0.4.0

11 Oct 16:39
v0.4.0
Compare
Choose a tag to compare
  • Specify related entities in Projectionist configuration, such that, for example, :Eprovider invoked from routes/web.php jumps to app/Providers/RouteServiceProvider.php.
  • Invoke artisan serve via :Start.
  • Fix compatibility issue with recent Vims that caused error on startup.

v0.3.0

28 Sep 00:22
v0.3.0
Compare
Choose a tag to compare
  • Add support for all :Artisan make:* subcommands up to Laravel 8.
  • Fix :Artisan make:seeder and :Eseeder in Laravel 8.
  • Fix :Artisan make:migration and :Emigration in all versions.
  • Make the {namespace} placeholder work in projectionist templates for files outside of the app/ directory, such as those in database/factories/, database/seeders/, and tests/.
  • Make provided projectionist templates more consistent across the board.
  • Add test suite and CI.

v0.2.0

12 Sep 23:27
v0.2.0
Compare
Choose a tag to compare
  • Fix :Artisan make:model in Laravel 8.
  • Add support for artisan make:channel generator introduced in Laravel 5.6.
  • Dynamically complete Artisan flags.
  • Fold stack traces in log buffers.
  • Make gf go to intended config/translation file.
  • Implement completion via ncm2 (#15).
  • Always set up job/command nav commands.
  • Various bug fixes.

v0.1.0

30 Jan 00:50
Compare
Choose a tag to compare

Initial experimental release.