Changelog

1.0.0 (2026-02-13)#Copied!

⚠ BREAKING CHANGES#Copied!

  • The PHP namespace changed from MilliPressAcornMilliRules to MilliRulesAcorn, and AcornMilliRulesServiceProvider was renamed to ServiceProvider. The Composer package name (millipress/acorn-millirules) remains unchanged.

Features#Copied!

  • Add execution layer with ResponseCollector, built-in actions, and make commands (e750afb)
  • Add rules:actions and rules:conditions CLI commands (cc8e0a5)

Bug Fixes#Copied!

  • 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#Copied!

  • Move app action/condition namespaces under AppRules (f48d418)
  • Rename namespace to MilliRulesAcorn and class to ServiceProvider (2d09b6f)
  • Simplify type discovery using MilliRules 0.7.1 getters (9cab3ae)