Skip to content

Releases: miyaji255/hono-typia-openapi

v0.2.0

14 Dec 13:21
b56cc28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

03 Nov 06:03
a4a1ef8
Compare
Choose a tag to compare

What's Changed

Support Optional Parameters and Regex Parameters.

  • Analyze optional parameters and regex parameters by @miyaji255 in #13
    • Optional Parameters
      For routes with optional path parameters (/users/:userId?), generate two route methods to support both variants: /users and /users/:userId.
    • Regex Path Parameters
      Regex path parameters are preferred over string types
  • add istanbul ignore comments by @miyaji255 in #14

Full Changelog: v0.1.2...v0.1.3

v0.1.2

31 Oct 15:14
5e73662
Compare
Choose a tag to compare

What's Changed

Added support for Union schema from Hono v4.6.5.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Oct 15:47
9061175
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Sep 06:42
cc12593
Compare
Choose a tag to compare

Support Plugin and watchMode