All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
0.5.0 (2024-11-13)
- deps: upgrade zod-openapi to 4.0.0 (5f93eed)
- adjust paths with params to the OpenAPI format (0f52006)
- require hono ^4.6.10 as it includes fix that closes #15 (1617c09)
0.4.2 (2024-11-02)
0.4.1 (2024-10-31)
- use NPM version of Hono to unblock JSR release (e9b13a5)
0.4.0 (2024-10-31)
- add basic JSDocs (fd8bb84)
0.3.1 (2024-10-22)
0.3.0 (2024-10-11)
- rename
Operation
type toHonoOpenApiOperation
- technically breaking as it was exported, but realistically you wouldn't use it without a good reason.
- rename
Operation
type toHonoOpenApiOperation
, exportHonoOpenApiRequestSchemas
(e2bdda1)
0.2.1 (2024-10-11)
- export some types that might be useful for users (5ecd9f8)
0.2.0 (2024-10-06)
- Major rewrite: please adjust your code to the latest version
- major rewrite, stabilized public API, decent test coverage (0f19085)
response validator (#1) (12ed885)
0.1.1 (2024-09-19)
- configurable routeName, third argument endpointDetails (0e7d290)