View as Markdown:
Changelog
1.1.0 (2026-03-31)#
Features#
- deps: Require MilliRules ^1.0 and support Acorn 6.x (8452671)
1.0.0 (2026-02-13)#
⚠ BREAKING CHANGES#
- The PHP namespace changed from MilliPressAcornMilliRules to MilliRulesAcorn, and AcornMilliRulesServiceProvider was renamed to ServiceProvider. The Composer package name (millipress/acorn-millirules) remains unchanged.
Features#
- Add execution layer with ResponseCollector, built-in actions, and make commands (e750afb)
- Add rules:actions and rules:conditions CLI commands (cc8e0a5)
Bug Fixes#
- cli: Deduplicate cross-package rules in rules:list output (58987a6)
- cli: Preserve wildcard types in builder column display (485adc4)
- Use project's Composer ClassLoader instead of first registered (d00ea00)
Refactoring#
Acorn MilliRules Documentation