7.0.1 (2024-03-31)
7.0.0 (2024-03-31)
- output: don't allow empty outputs (25dc301)
- 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)
6.2.0 (2024-03-30)
- force release (8c4805e)
6.1.0 (2024-03-30)
6.0.0 (2024-03-30)
-
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)
- force release (464cf15)
5.0.1 (2022-08-18)
5.0.0 (2022-08-18)
- type safety for reseponse status and body (51ef0a0)
- types will now require that you use the correct
body
for a givenstatus
when callingres.json
4.0.0 (2022-02-06)
- add support for transforms (2a3989a)
- automatic error recovery (bcb3ea3)
- cleaner error message (b780945)
- Remove
outputHeaders
from thecreateEndpoint
params object. Theoutput
property now requires you to specify, for each status code, an object which must have abody
property, containing the Zod schema for the body of the response for that status. Optionally, you can also specify aheaders
property to each status code containing the response headers for that status code
3.0.1 (2021-10-26)
- remove endpoint duplication (5bc8234)
3.0.0 (2021-10-17)
- createapp: add new documentation types (0fea68f)
- add input and output headers for documentation purposes (55ce4e9)
- 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)
- package.json: add main field (44d5681)