Skip to content

Releases: tiny-blocks/http-middleware-error

v1.0.1

27 Jun 13:44
d5c47c9

Choose a tag to compare

  • Mark .claude/**/*.py as linguist-vendored in .gitattributes (and the scaffolding asset) to exclude Claude tooling scripts from GitHub language stats.
  • Ignore Python hook cache artifacts (__pycache__/, *.pyc) in .gitignore (and the scaffolding asset).
  • Bump guzzlehttp/psr7 in composer.json from ^2.9 to ^2.12.

v1.0.0

26 Jun 21:17
f3b4a4b

Choose a tag to compare

  • Add ErrorMiddleware with configurable mapping composition, logging settings, and optional fallback vs rethrow behavior.
  • Add exception-mapping primitives (ExceptionMappingTable, rule builder, matchers, resolvers) and MappedError/response translation.
  • Add a full PHPUnit test suite plus standard tiny-blocks repo/tooling scaffolding (CI workflows, lint/static analysis config, docs, templates).