Skip to content

Latest commit

 

History

History
81 lines (47 loc) · 5.29 KB

File metadata and controls

81 lines (47 loc) · 5.29 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.4 (2026-04-14)

Bug Fixes

  • container: ensure has() returns false on circular aliases to satisfy PSR-11 (828941c)
  • container: ensure last registration wins and simplify spec path resolution (1c95b65)
  • container: revert circular alias to plain RuntimeException (83f12c9)
  • container: support factories with 0, 1, or 2 arguments using reflection (9dc1596)
  • container: use ContainerExceptionInterface for non-NotFound errors (d88dfa2)
  • phpstan: fix phpstan issues (79450df)

1.3.3 (2026-03-30)

Bug Fixes

  • deps: bump cebe-php-openapi (0565b4c)

1.3.2 (2026-03-10)

Bug Fixes

  • code-style: used rector to cleanup and update code (87b2033)
  • cs: fix .php-cs-fixer config include paths (b16c84a)
  • faker: implement path parameter injection and resolve data generation issues (4d6269d)
  • faker: resolve infinite loop and ensure non-empty responses (80c3543)
  • ui: resolve Swagger UI initialization and spec detection (1f82315)

1.3.1 (2026-03-10)

Bug Fixes

  • docker: add docker build (2bd1e17)

1.3.0 (2026-03-10)

Features

  • caching: optimize caching by using pid and tmp dir (d276dee)

1.2.3 (2026-03-10)

Bug Fixes

  • mock-server: handle 404 and return codes for get endpoints (90ede6a)

1.2.2 (2026-03-10)

Bug Fixes

  • mock-server: fix mock response handling for 204 and 201 status codes (f8c4056)

1.2.1 (2026-03-10)

Bug Fixes

  • deps: allow "webmozart/assert": "^1.12 || ^2.0" (6f0a0c8)

1.2.0 (2026-03-10)

Features

1.1.0 (2026-03-10)

Features

  • support usage as Composer dependency (bin script, path resolution, Accept header) (42968d0)

1.0.0 (2026-03-10)

Features

  • add Docker support (FrankenPHP) and Swagger UI support (0047e96)
  • initial implementation of PHP OpenAPI mock server with Mezzio, Codeception tests, and AI reporting (6db4fa5)
  • support authentication headers for remote OpenAPI specifications (2e3e653)