Bumped! 🕣
Diff: v0.1...v0.2.0
Changes:
- Negotiation: add catchExceptions [ff8ff5a] (@f3l1x)
- Middlewares: add Authorization [d82636c] (@f3l1x)
- Negotiation: improvements [baf6463] (@f3l1x)
- Negotiation: add content type json header [837e4f1] (@f3l1x)
- Middlewares: add LoggerMiddleware [a7953c1] (@f3l1x)
- TracyMiddleware: refactoring [cd90b02] (@f3l1x)
- Middlewares: drop stream_for [8bc2a91] (@f3l1x)
- Responses: improvements, add EntityListResponse [4684ecf] (@f3l1x)
- Negotiation: improvements [cb585f5] (@f3l1x)
- Negotiation: add v2 [86bfb38] (@f3l1x)
- auth: correctly recognize Authorization header [ae8de02] (@silen-z)
- di: fix config validation, - use arrayOf instead of array that accepts any array (and its first parameter is the default) [15f215d] (@silen-z)
- di: allow configuring middleware per route [10696f1] (@silen-z)
- fix: use withStatusCode instead of withErrorCode in AuthorizationMiddleware [ef1c240] (@janpalicka)
- PureResponse: payload is string or null [e30d1ea] (@f3l1x)
- Negotiation: handle empty string in PureResponse [286578e] (@f3l1x)
- BaseResponse: fluent methods return static [ab77961] (@f3l1x)
- AuthorizationMiddleware: polish types [bdc9c9b] (@f3l1x)
- Composer: require PHP 8.2+ [eacf0a1] (@f3l1x)
- Composer: update framework-x [01c8847] (@f3l1x)
- Composer: use stable v0.16.x of framework-x [18463bb] (@f3l1x)
- Composer: require framework-x 0.17+ [033d2cf] (@f3l1x)
Maintenance: