Skip to content

primo 0.6.0

Compare
Choose a tag to compare
@gsteel gsteel released this 15 Jul 10:51
· 413 commits to 1.6.x since this release
0.6.0
bff62cb

Added

  • #31 Adds a route name for both the preview and webhook routes. The routes are opt-in anyway, but you would typically execute (new RouteProvider())($app, $container); in your routes.php configuration file to benefit from these features. Adding the route name enables you to identify these routes and target them more easily. Both route names are identified with public constants that you can get from the RouteProvider with:
    • \Primo\RouteProvider::PREVIEW_ROUTE_NAME
    • \Primo\RouteProvider::WEBHOOK_ROUTE_NAME

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #32 adds a workflow using Composer Require Checker to make sure that all dependencies used in the code are declared in composer.json… and also declares the ones that were missing.
  • #33 adds vimeo/psalm static analysis tool to dev dependencies and CI