Yusuke Wada
0add2f5800
refactor(zod-openapi): change the position of functions ( #688 )
2024-08-10 16:10:24 +09:00
Yusuke Wada
a6ec008fbd
fix(zod-openapi): don't validate the body if content-type is mismatched ( #686 )
...
* fix(zod-openapi): don't validate the body if content-type is mismatched
* changeset
2024-08-10 16:01:19 +09:00
Jeff Astor
5facd8cd25
Update README.md ( #684 )
...
Fix typo in code sample for hono/cache
2024-08-09 11:36:33 +09:00
github-actions[bot]
e488b9f08a
Version Packages ( #659 )
2024-07-21 18:29:59 +09:00
Kirill Timchenko
a04ab70c2c
fix(zod-openapi): infer OpenAPIObjectConfig ( #656 )
...
* fix(zod-openapi): infer OpenAPIObjectConfig
* minor -> patch
2024-07-21 18:27:06 +09:00
github-actions[bot]
9467b7e54c
Version Packages ( #647 )
2024-07-17 21:39:14 +09:00
David Havl
f38a6166f6
feat(zod-openapi): Support for other json content-types such as application/vnd.api+json, application/problem+json, etc. ( #645 )
...
* Support other json content-types
* Run changeset
2024-07-17 18:19:04 +09:00
github-actions[bot]
d722b198e0
Version Packages ( #635 )
2024-07-11 16:39:12 +09:00
Paweł Dąbrowski
a405d08709
feat(zod-openapi): expose from ( #632 )
2024-07-11 16:35:49 +09:00
github-actions[bot]
9bf6c4bb8e
Version Packages ( #624 )
2024-07-07 13:03:36 +09:00
Yusuke Wada
834a97a7b0
fix(zod-openapi): support `coerce` ( #623 )
...
* fix(zod-openapi): support `coerce`
* add changeset
2024-07-07 12:42:18 +09:00
github-actions[bot]
52c0e418cd
Version Packages ( #610 )
2024-07-02 00:21:10 +09:00
Yusuke Wada
b06bde6ef5
fix(zod-openapi): support a base path ( #609 )
...
* fix(zod-openapi): support a base path
* add changeset
2024-07-02 00:18:11 +09:00
github-actions[bot]
51813f68f3
Version Packages ( #608 )
2024-07-01 23:01:40 +09:00
Yusuke Wada
375c98b145
fix(zod-openapi): remove the type error for the hook ( #607 )
...
* fix(zod-openapi): remove the type error for the hook
* add changeset
2024-07-01 22:58:40 +09:00
github-actions[bot]
023e07be0a
Version Packages ( #583 )
2024-06-18 00:13:24 +09:00
Yusuke Wada
053a85c722
fix(zod-openapi): bump `@asteasolutions/zod-to-openapi` ( #582 )
...
* fix(zod-openapi): bump `@asteasolutions/zod-to-openapi`
* add changeset
* update lockfile
2024-06-18 00:08:58 +09:00
github-actions[bot]
9d3609f1ca
Version Packages ( #577 )
2024-06-15 00:26:54 +09:00
Yusuke Wada
9a9de50494
fix(zod-openapi): use `JSONParsed` for creating a response type ( #576 )
...
* fix(zod-openapi): use `JSONParsed` for creating a response type
* add changeset
2024-06-15 00:21:44 +09:00
github-actions[bot]
6b06138a50
Version Packages ( #575 )
2024-06-14 19:08:46 +09:00
Yusuke Wada
ef9f45ab69
fix(zod-openapi): relax types to support `.refine()` for an object ( #574 )
...
* fix(zod-openapi): relax types to support `.refine()` for an object
* add a chengeset
2024-06-14 18:58:40 +09:00
github-actions[bot]
ce635982d7
Version Packages ( #558 )
2024-06-05 00:01:05 +09:00
arjunyel
69e5364464
fix(zod-openapi): support openapi yaml with middleware ( #557 )
2024-06-04 23:48:47 +09:00
Yusuke Wada
1b641bee14
chore(zod-openapi): fixed the dependencies
2024-06-01 11:45:03 +09:00
github-actions[bot]
0996475ab3
Version Packages ( #554 )
2024-06-01 11:40:07 +09:00
github-actions[bot]
30cee0c482
Version Packages ( #540 )
2024-05-23 22:06:31 +09:00
taku-hatano
a595e4e260
feat(zod-openapi): extract range definitions to StatusCode ( #535 )
...
* fix: extract range definitions to StatusCode
* docs: add minor changeset
2024-05-23 22:01:05 +09:00
github-actions[bot]
1d5c467d5f
Version Packages ( #533 )
2024-05-20 07:13:58 +09:00
akineko
eeccd4fc2f
feat(zod-openapi): export RouteConfig type ( #532 )
...
Fixes #432
* feat(zod-openapi): export RouteConfig type
* add .changeset/itchy-glasses-smell.md
2024-05-20 07:11:02 +09:00
github-actions[bot]
680176d508
Version Packages ( #530 )
2024-05-19 01:01:25 +09:00
akineko
0a43d2c562
fix(zod-openapi): update RouteHandler type to support MaybePromise ( #529 )
...
* fix(zod-openapi): update RouteHandler type to support MaybePromise
* add .changeset/cuddly-pets-drum.md
2024-05-19 00:58:15 +09:00
github-actions[bot]
44766bff2f
Version Packages ( #523 )
2024-05-15 17:56:40 +09:00
Alex
2d5ef82558
fix(zod-openapi): return type of handler should be MaybePromise ( #522 )
...
* fix(zod-openapi): return type of handler should be MaybePromise
* revert: changes
* Create modern-buttons-impress.md
* fix: types
2024-05-15 16:51:34 +09:00
github-actions[bot]
c5001c01e7
Version Packages ( #520 )
2024-05-15 10:08:59 +09:00
Yusuke Wada
b03484ba05
feat(zod-openapi): support "status code" ( #519 )
...
* feat(zod-openapi): support "status code"
* add changeset and tweak
* fixed lock file
2024-05-15 10:06:11 +09:00
github-actions[bot]
16e3784d50
Version Packages ( #512 )
2024-05-11 18:26:21 +09:00
taku-hatano
88113fae8b
fix(zod-openapi): add Promise<void> to Hook ( #510 )
...
* fix(zod-openapi): add Promise<void> to Hook
* add changeset
2024-05-11 18:21:21 +09:00
Yusuke Wada
7ab462dbc4
refactor: format ( #497 )
2024-05-04 11:33:29 +09:00
github-actions[bot]
96703ff823
Version Packages ( #447 )
2024-04-11 19:19:48 +09:00
Roman Nabukhotnyi
4660092b9a
feat(zod-openapi): Add 'middleware' property for route ( #435 )
...
* feat: Add 'middlewares' property for route
* fix: Rename `middlewares` to `middleware`
* fix: Update README.md
* fix: Fix changeset
2024-04-11 19:16:12 +09:00
github-actions[bot]
56b11664ec
Version Packages ( #446 )
2024-04-11 14:49:29 +09:00
Fumiaki Kinoshita
110e272460
fix(zod-openapi): make getRoutingPath non-enumerable ( #445 )
...
* zod-openapi: make getRoutingPath non-enumerable
This prevents potential serialisation errors (e.g. yaml's `stringify`) of the return value of getOpenAPIDocument
* .changeset: add an entry for #445
2024-04-11 14:28:53 +09:00
github-actions[bot]
b865bb7ca4
Version Packages ( #444 )
2024-04-07 19:25:44 +09:00
Yusuke Wada
1e0d857ef9
feat(zod-openapi): bump `zod-to-openapi` supports ESM ( #443 )
...
* feat(zod-openapi): bump `zod-to-openapi` supports ESM
* add changeset
2024-04-07 19:18:56 +09:00
github-actions[bot]
c56b22f15a
Version Packages ( #438 )
2024-03-29 14:27:28 +09:00
Yusuke Wada
9fc8591960
fix(zod-openapi): bump `@hono/zod-validator` ( #437 )
...
* fix(zod-openapi): bump `@hono/zod-validator`
* add changeset
2024-03-29 14:22:18 +09:00
github-actions[bot]
e6171707c6
Version Packages ( #430 )
2024-03-22 17:29:47 +09:00
David
b1f8a5325c
fix(zod-openapi): BasePath not included in client types ( #429 )
...
fixes #428
2024-03-22 17:23:53 +09:00
github-actions[bot]
053b2d5143
Version Packages ( #413 )
2024-03-06 19:49:29 +09:00
github-actions[bot]
d776ada43a
Version Packages ( #409 )
2024-03-05 06:57:18 +09:00