Skip to content

Latest commit

 

History

History
108 lines (50 loc) · 4.58 KB

CHANGELOG.md

File metadata and controls

108 lines (50 loc) · 4.58 KB

4.2.1 (2022-07-29)

Bug Fixes

  • exceptionhandler: cleanup exception handling typings (66ed6c6)

4.2.0 (2021-05-14)

Bug Fixes

Features

  • builtins: expose error message of StandardError (6f3d6f2)

4.1.3 (2020-11-22)

Bug Fixes

  • openapi: add missing optional body parameter support (d7df907)

4.1.2 (2020-11-12)

Bug Fixes

4.1.1 (2020-11-11)

Bug Fixes

  • parameter: make object type coercion to last resort to respect its schema (3974639)

4.1.0 (2020-11-04)

Features

  • typebox: apply typebox changes (afa64fa)

4.0.1 (2020-11-04)

Bug Fixes

  • parameter: add missing allOf macro (7310131)
  • parameter: cast query parameter as object to support object schema type (e1f43e5)

4.0.0 (2020-09-29)

Bug Fixes

  • 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)

Features

  • openapi: add schema reference merging (f817e42)
  • support automatic parameter type inference by using typebox (598ad14)

BREAKING CHANGES

  • This change requires TypeScript 4 and Node.js 12

4.0.0-beta.2 (2020-09-25)

Bug Fixes

  • parameter: stripping out unknown parameter should work with oneOf (union) type (7f6a5d9)

4.0.0-beta.1 (2020-09-25)

Bug Fixes

  • typing: use more strict types (51aebb6)
  • add missing optional parameter type inference (96714b5)

Features

  • openapi: add schema reference merging (f817e42)
  • support automatic parameter type inference by using typebox (598ad14)

BREAKING CHANGES

  • This change requires TypeScript 4 and Node.js 12

3.2.1 (2020-09-25)

Bug Fixes

  • fix failing build due to path-to-regexp changes (c5d695b)
  • router: apply path-to-regexp changes (7af9e52)