All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.3.4 (2026-04-14)
- 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)
- deps: bump cebe-php-openapi (0565b4c)
1.3.2 (2026-03-10)
- 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)
- docker: add docker build (2bd1e17)
1.3.0 (2026-03-10)
- caching: optimize caching by using pid and tmp dir (d276dee)
1.2.3 (2026-03-10)
- mock-server: handle 404 and return codes for get endpoints (90ede6a)
1.2.2 (2026-03-10)
- mock-server: fix mock response handling for 204 and 201 status codes (f8c4056)
1.2.1 (2026-03-10)
- deps: allow "webmozart/assert": "^1.12 || ^2.0" (6f0a0c8)
1.2.0 (2026-03-10)
- allow symfony ^6.4 (db64930)
1.1.0 (2026-03-10)
- support usage as Composer dependency (bin script, path resolution, Accept header) (42968d0)