honojs / hono

Web framework built on Web Standards
https://hono.dev
MIT License
20.19k stars 577 forks source link

Roadmap for v3.0.0 #736

Closed yusukebe closed 1 year ago

yusukebe commented 1 year ago

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.


Done

clearfram3 commented 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/

yusukebe commented 1 year ago

@ClearedFram3

I didn't know them. I'll check. Thank you!

yusukebe commented 1 year ago

Implementations of the features are almost done. I'm writing the documentation (will push it to the repo). It will be shipped soon.