Skip to content

v0.2.0 - Marque

Choose a tag to compare

@christopherarter christopherarter released this 10 Apr 00:08
· 22 commits to main since this release
687e079

Marque

The package has been renamed from dynamik-dev/laravel-policy-engine to dynamik-dev/laravel-marque.

Breaking changes

  • Namespace changed from DynamikDev\PolicyEngine to DynamikDev\Marque
  • Config file renamed from policy-engine.php to marque.php
  • Config key changed from policy-engine.* to marque.*
  • Artisan commands changed from policy-engine:* to marque:*
  • Facade renamed from PolicyEngine to Marque
  • Environment variable prefix changed from POLICY_ENGINE_ to MARQUE_

Other changes

  • CI split into separate workflows for Pint, Larastan, and Pest
  • Benchmark tests excluded from CI runs (run on-demand with --group=benchmark)
  • MySQL dropped from officially supported databases (PostgreSQL and SQLite are tested in CI)
  • GitHub Actions bumped to Node.js 24 compatible versions
  • CI skips runs when only docs or markdown files change