Releases: tiny-blocks/http-middleware-error
Releases · tiny-blocks/http-middleware-error
v1.0.1
- Mark
.claude/**/*.pyaslinguist-vendoredin.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/psr7incomposer.jsonfrom^2.9to^2.12.
v1.0.0
- Add
ErrorMiddlewarewith configurable mapping composition, logging settings, and optional fallback vs rethrow behavior. - Add exception-mapping primitives (
ExceptionMappingTable, rule builder, matchers, resolvers) andMappedError/response translation. - Add a full PHPUnit test suite plus standard tiny-blocks repo/tooling scaffolding (CI workflows, lint/static analysis config, docs, templates).