Skip to content

v1.1.0

Latest

Choose a tag to compare

@fbarrento fbarrento released this 11 Nov 09:34
· 6 commits to main since this release
Immutable release. Only release title and notes can be modified.

Changed

  • BREAKING: Moved HasDataFactory trait to FBarrento\DataFactory\Concerns\HasDataFactory
    • Update imports: use FBarrento\DataFactory\Concerns\HasDataFactory;
    • This follows Laravel's convention of placing traits in a Concerns subdirectory

Added

  • Complete Laravel Cloud API examples with deployment status enum
  • DeploymentStatus enum example in advanced documentation
  • Enhanced documentation showing enum usage in factories

Full Changelog: v1.0.0...v1.1.0