Skip to content

Releases: php-fast-forward/framework

v1.4.0

25 Apr 01:26
dac7ef8

Choose a tag to compare

Added

  • Add changelog history for releases v1.0.0-v1.3.0 during dev-tools asset synchronization. (#3)
  • Sync latest Fast Forward dev-tools managed assets (workflow templates, governance metadata, agents, and skills) into this repository. (#3)
  • Add repository AGENTS.md for agent task orchestration and local onboarding flow.
  • Add fast-forward/enum as an installed package in the framework metapackage and document its presence in package surface guidance. (#6)

Changed

  • Prefer FrameworkServiceProvider::class in framework README/docs bootstrap snippets instead of instantiating provider objects.

v1.3.0

29 Mar 14:15

Choose a tag to compare

Added

  • Add test attribute metadata to FrameworkServiceProviderTest.

Changed

  • Migrate framework baseline to PHP 8.3+ and refresh documentation.
  • Update wiki submodule pointer.

v1.2.1

01 Aug 22:11

Choose a tag to compare

Fixed

  • Fix test namespace mismatches.
  • Fix self-referencing factory behavior.

v1.2.0

01 Aug 21:31

Choose a tag to compare

Added

  • Introduce service-provider bootstrapping and registration support.

Changed

  • Finalize first production-ready version baseline.

v1.1.0

20 Apr 15:33

Choose a tag to compare

Added

  • Add fast-forward/iterators support and update package configuration.

v1.0.0

20 Apr 03:15

Choose a tag to compare

Added

  • Initial package bootstrap, foundational framework scaffolding, and baseline release metadata.