Skip to content

Latest commit

 

History

History
85 lines (43 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

85 lines (43 loc) · 5.02 KB

Changelog

0.5.0 (2023-11-25)

Features

0.4.0 (2023-10-03)

Features

  • Pass through context on request/response error handlers (27eac14)

0.3.5 (2023-10-03)

Miscellaneous

0.3.4 (2023-10-03)

Bug Fixes

  • Set correct operationId variable name on mutations (95d635b)

0.3.3 (2023-09-27)

Bug Fixes

  • Handle unset content-type headers (3446243)

0.3.2 (2023-09-27)

Bug Fixes

  • Only parse bodies when necessary, switch test implementation (#23) (0906776)

0.3.1 (2023-09-25)

Bug Fixes

  • ResponseValidationErrorHandler guards with the right class (#21) (2a8740e)

0.3.0 (2023-09-25)

Features

  • Set operationId in the env variables (#19) (a2752e6)

0.2.1 (2023-09-23)

Features

  • Allow sync return (#15) (8df9de6)
  • Export RecursiveRouterObj type improving handler composability … (#2) (de80884)
  • Provide the entire context to handlers and support early returns + escape hatches (#1) (00c1615)
  • Support array brackets option (#5) (f1e8847)
  • Support overriding default zod error handling (#8) (1252ebd)
  • Support resolvable options (f25572a)
  • Validate request headers (#13) (532a453)

Bug Fixes

Miscellaneous