Skip to content

v1.0.0

Choose a tag to compare

@nthndnn nthndnn released this 24 Aug 23:00
· 11 commits to main since this release

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