Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 2.15 KB

File metadata and controls

70 lines (41 loc) · 2.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.4.0 - 2026-04-25

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.

1.3.0 - 2026-03-29

Added

  • Add test attribute metadata to FrameworkServiceProviderTest.

Changed

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

1.2.1 - 2025-08-01

Fixed

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

1.2.0 - 2025-08-01

Added

  • Introduce service-provider bootstrapping and registration support.

Changed

  • Finalize first production-ready version baseline.

1.1.0 - 2025-04-20

Added

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

1.0.0 - 2025-04-20

Added

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