We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tasks for the next minor upgrade version "v3.1.0". The following may be edited.
basePath
route()
basePath()
env
handle()
app.basePath()
MergePath<'/api', '/'>
removeIndexString
/sub/index
next()
z.transform
unknown
@hono/zod-validator
@hono/typebox-validator
api.user["123"].get()
wiptest
test
c.req.path
RequestInit
c.json()
hono()
The text was updated successfully, but these errors were encountered:
Done!
Sorry, something went wrong.
No branches or pull requests
Tasks for the next minor upgrade version "v3.1.0". The following may be edited.
basePath
feat:route()
with one argument is renamedbasePath()
. #964env
feat:env
support enviroment variables for multi runtimes #949handle()
on Pages/Next.js adapter / Use insteadapp.basePath()
to specify the base path. feat(page/nextjs): show "deprecated" for 2nd arg ofhandle()
#981MergePath<'/api', '/'>
work well #971 fix(client):removeIndexString
supports/sub/index
#978next()
#970z.transform
makes hc clientunknown
type #946 feat(validator): support type transformation #969@hono/zod-validator
@hono/typebox-validator
Client:=> laterapi.user["123"].get()
wiptest
totest
test(bun): usetest
instead ofwiptest
! #977 977c.req.path
?May not be implemented
RequestInit
toc.json()
etc. feat(context): allow passingRequestInit
toc.json()
etc. #959hono()
The text was updated successfully, but these errors were encountered: