Closed yusukebe closed 1 year ago
Here are two frameworks that I think Hono might able to take inspiration from for 3.0 https://hyperstackjs.io/ https://deepkit.io/
@ClearedFram3
I didn't know them. I'll check. Thank you!
Implementations of the features are almost done. I'm writing the documentation (will push it to the repo). It will be shipped soon.
Let's go to the next step.
Now, Hono is used by many developers for several runtimes, such as Cloudflare Workers, Deno, or Bun. Many bugs have been fixed, and most features are working stably. On the other hand, "big" breaking changes, such as the introduction of HonoRequest, have become necessary. And we would like to add the "big" feature "RPC".
It is time to go to v3.0.0.
In addition, we will improve and rethink the Validator and refactor the internal code. Then, we have to write documents.
The
next
branch will be used for development towards v3.0.0.Below are the TODOs for the v3.0.0 release. These lists are not complete and will be edited.
Update examplesBump up HonoUpdate starter templatesBump up HonoDone
Write about uploading FilesLaterTypeResponse
toTypedResponse
Validate param valuesparamAdd CI for edge-runtime(edge-light) ?Renamehono/cloudflare-workers
tohono/adapter/cloudflare-workers
?getPathFromURL
in utils.Don't includeValidator
in middleware?honojs.dev
, goodbye Hugo.hc
support File Upload@honojs
to@hono
@hono/graphql-server
@hono/sentry
@hono/firebase-auth
Migrateyusukebe/pico
tohonojs/pico
Make compatibility with Hono and Pico#614#710#623#725#726#724#702Use another command instead ofwiptest
on Bun?@hono/node-server
"Hello World" examples on every runtimes?Context
/ finalize once?HonoRequest