4.2.1 (2022-07-29)
- exceptionhandler: cleanup exception handling typings (66ed6c6)
4.2.0 (2021-05-14)
- fix broken build (34c86b6)
- builtins: expose error message of StandardError (6f3d6f2)
4.1.3 (2020-11-22)
- openapi: add missing optional body parameter support (d7df907)
4.1.2 (2020-11-12)
- package: republish (4eb5803)
4.1.1 (2020-11-11)
- parameter: make object type coercion to last resort to respect its schema (3974639)
4.1.0 (2020-11-04)
- typebox: apply typebox changes (afa64fa)
4.0.1 (2020-11-04)
- parameter: add missing allOf macro (7310131)
- parameter: cast query parameter as object to support object schema type (e1f43e5)
4.0.0 (2020-09-29)
- parameter: stripping out unknown parameter should work with oneOf (union) type (7f6a5d9)
- typing: use more strict types (51aebb6)
- add missing optional parameter type inference (96714b5)
- openapi: add schema reference merging (f817e42)
- support automatic parameter type inference by using typebox (598ad14)
- This change requires TypeScript 4 and Node.js 12
4.0.0-beta.2 (2020-09-25)
- parameter: stripping out unknown parameter should work with oneOf (union) type (7f6a5d9)
4.0.0-beta.1 (2020-09-25)
- openapi: add schema reference merging (f817e42)
- support automatic parameter type inference by using typebox (598ad14)
- This change requires TypeScript 4 and Node.js 12