v0.2.0 - Marque
Marque
The package has been renamed from dynamik-dev/laravel-policy-engine to dynamik-dev/laravel-marque.
Breaking changes
- Namespace changed from
DynamikDev\PolicyEnginetoDynamikDev\Marque - Config file renamed from
policy-engine.phptomarque.php - Config key changed from
policy-engine.*tomarque.* - Artisan commands changed from
policy-engine:*tomarque:* - Facade renamed from
PolicyEnginetoMarque - Environment variable prefix changed from
POLICY_ENGINE_toMARQUE_
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