This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.6.0
->^1.0.0
Release Notes
honojs/node-server (@hono/node-server)
v1.3.1
Compare Source
What's Changed
outgoing.writeHead()
by @yusukebe in https://github.com/honojs/node-server/pull/105Full Changelog: honojs/node-server@v1.3.0...v1.3.1
v1.3.0
Compare Source
Performance Improvement
With the PR https://github.com/honojs/node-server/pull/95, it becomes 2.7 times faster than the previous version!
This means that it is three times faster than Express and fast enough compared to other frameworks. Until now, Hono has been slow on Node.js, but this change makes it one of the first choices for creating web apps on Node.js.
What's Changed
undici
by @yusukebe in https://github.com/honojs/node-server/pull/103New Contributors
Full Changelog: honojs/node-server@v1.2.3...v1.3.0
v1.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.2.2...v1.2.3
v1.2.2
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.2.1...v1.2.2
v1.2.1
Compare Source
What's Changed
build.ts
by @yusukebe in https://github.com/honojs/node-server/pull/91listener.ts
by @yusukebe in https://github.com/honojs/node-server/pull/92Full Changelog: honojs/node-server@v1.2.0...v1.2.1
v1.2.0
Compare Source
What's Changed
destroy
ifpipeline
throws an error by @yusukebe in https://github.com/honojs/node-server/pull/83New Contributors
Full Changelog: honojs/node-server@v1.1.1...v1.2.0
v1.1.1
Compare Source
What's Changed
next()
if path is undef by @yusukebe in https://github.com/honojs/node-server/pull/74Full Changelog: honojs/node-server@v1.1.0...v1.1.1
v1.1.0
Compare Source
What's Changed
skipLibCheck
by @yusukebe in https://github.com/honojs/node-server/pull/64New Contributors
Full Changelog: honojs/node-server@v1.0.2...v1.1.0
v1.0.2
Compare Source
What's Changed
getRequestListener
by @yusukebe in https://github.com/honojs/node-server/pull/56Full Changelog: honojs/node-server@v1.0.1...v1.0.2
v1.0.1
Compare Source
This is a patch release.
What's Changed
handle
type error by @yusukebe in https://github.com/honojs/node-server/pull/52Full Changelog: honojs/node-server@v1.0.0...v1.0.1
v1.0.0
Compare Source
🎉 🎉 🎉
This is the first major release of the Hono Node server adapter!
Breaking Changes
From now on, the Node server adapter utilizes Node.js's native Web Standard APIs, which have been available since version 18.x. Therefore, you must use Node.js version 18 or higher.
Thanks to the use of these native APIs, the bundle size has been significantly reduced!
This means that Hono is truly following Web Standards and is not dependent on polyfills or other external libraries.
What's Changed
handle
by @yusukebe in https://github.com/honojs/node-server/pull/43nextjs
tovercel
by @yusukebe in https://github.com/honojs/node-server/pull/45New Contributors
Full Changelog: honojs/node-server@v0.6.0...v1.0.0
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.