Skip to content

Latest commit

 

History

History
81 lines (40 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

81 lines (40 loc) · 3.93 KB

Changelog

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)

Features

  • deps: upgrade zod-openapi to 4.0.0 (5f93eed)

Bug Fixes

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

Miscellaneous Chores

  • fix JSR publishing through CI (667f13b)
  • include missing JSDocs to exported types (5a50697)

0.4.1 (2024-10-31)

Bug Fixes

  • use NPM version of Hono to unblock JSR release (e9b13a5)

0.4.0 (2024-10-31)

Features

0.3.1 (2024-10-22)

Features

0.3.0 (2024-10-11)

⚠ BREAKING CHANGES

  • rename Operation type to HonoOpenApiOperation - technically breaking as it was exported, but realistically you wouldn't use it without a good reason.

Features

  • rename Operation type to HonoOpenApiOperation, export HonoOpenApiRequestSchemas (e2bdda1)

0.2.1 (2024-10-11)

Features

  • export some types that might be useful for users (5ecd9f8)

Bug Fixes

  • allow Hono instances with different Env type parameter than default (f77869c), closes #2

0.2.0 (2024-10-06)

⚠ BREAKING CHANGES

  • Major rewrite: please adjust your code to the latest version

Features

  • major rewrite, stabilized public API, decent test coverage (0f19085)
  • response validator (#1) (12ed885)

0.1.1 (2024-09-19)

Features

  • configurable routeName, third argument endpointDetails (0e7d290)