v1.0.0
The first stable release of Laravel State History, a package for managing enum-based model states with enforced transitions and automatic history tracking.
✅ What’s in v1.0.0
- Core package scaffolding
- Enum-based state casting
- Transition maps & pluggable state machines
- Append-only history logging with metadata
- Configurable current state columns
- Guards, effects, and event system
- Multi-field state support
- Full Laravel integration with migrations & config