Skip to content

v1.0.0 - Initial Release

Latest

Choose a tag to compare

@3neti 3neti released this 24 Dec 00:45

Changelog

All notable changes to form-flow will be documented in this file.

v1.0.0 - 2025-12-23

Added

  • Initial release of form-flow package
  • Driver-based form flow orchestration system
  • DirXML-style mapping support
  • Built-in handlers: FormHandler, SplashHandler, MissingHandler
  • Vue components: GenericForm, Splash, Complete, MissingHandler
  • Configurable route prefix and middleware
  • Auto-discovery of drivers
  • CSRF protection for server-to-server endpoints
  • Publishable config, drivers, and Vue components
  • Support for Laravel 11 and 12

Changed

  • Package renamed from lbhurtado/form-flow-manager to 3neti/form-flow
  • License changed to MIT

Technical Details

  • Namespace: LBHurtado\FormFlowManager
  • PHP: ^8.2
  • Laravel: ^11.0 || ^12.0