Skip to content

Latest commit

 

History

History
128 lines (62 loc) · 4.52 KB

CHANGELOG.md

File metadata and controls

128 lines (62 loc) · 4.52 KB

7.0.1 (2024-03-31)

7.0.0 (2024-03-31)

Bug Fixes

  • output: don't allow empty outputs (25dc301)

BREAKING CHANGES

  • output: Any empty outputs will now fail type check. Any endpoints MUST now have at least one key in the output object

6.3.0 (2024-03-30)

Features

6.2.0 (2024-03-30)

Features

6.1.0 (2024-03-30)

Features

  • createendpoint: allow to omit the input property (#16) (d2851b0)

6.0.0 (2024-03-30)

Bug Fixes

BREAKING CHANGES

  • this version fixes the open api spec version to 3.1.0 and does not allow the user to change it

  • ci: update node versions

  • fix(test): fix test script

  • ci: remove node 16

5.0.2 (2022-09-25)

Bug Fixes

5.0.1 (2022-08-18)

5.0.0 (2022-08-18)

Features

  • type safety for reseponse status and body (51ef0a0)

BREAKING CHANGES

  • types will now require that you use the correct body for a given status when calling res.json

4.0.0 (2022-02-06)

Features

  • add support for transforms (2a3989a)
  • automatic error recovery (bcb3ea3)
  • cleaner error message (b780945)

BREAKING CHANGES

  • Remove outputHeaders from the createEndpoint params object. The output property now requires you to specify, for each status code, an object which must have a body property, containing the Zod schema for the body of the response for that status. Optionally, you can also specify a headers property to each status code containing the response headers for that status code

3.0.1 (2021-10-26)

Bug Fixes

  • remove endpoint duplication (5bc8234)

3.0.0 (2021-10-17)

Features

  • createapp: add new documentation types (0fea68f)
  • add input and output headers for documentation purposes (55ce4e9)

BREAKING CHANGES

  • createapp: Options for documentation have completely changed and createApp input object is not compatible with previous versions

2.0.6 (2021-09-22)

2.0.5 (2021-09-22)

2.0.4 (2021-09-22)

2.0.3 (2021-09-07)

Bug Fixes

  • package.json: add main field (44d5681)

2.0.2 (2021-09-07)