Skip to content

v0.2.0

Compare
Choose a tag to compare
@reed-jones reed-jones released this 01 Mar 21:13
· 83 commits to master since this release

[0.2.0] - 2020-03-01

Added

  • webpack watch mode now watches for changes to routes/web.php
  • php artisan make:loader {module} Generate empty Module Loader stubs
  • Phased\State\Factories\VuexFactory::dd() dd's the current store data
  • Phased\State\Middleware\ModuleLoaderMiddleware::class module loading middleware. Can now load common vuex state for groups or routes. ->middleware('load:authors,all|posts,all|books,active,1)

Changed

  • Breaking moved PhaseRoutes import from @phased/webpack-plugin/routes to @phased/phase/routes when using the @phased/phase meta package. If using the webpack-plugin directly, there is no change.
  • Changed private methods to protected in Phased\State\Factories\VuexFactory

Fixed

  • laravel-mix plugin no longer requires an empty object passed as a minimum options configuration... (.phase() works again)