Releases: honojs/honox
Releases · honojs/honox
v0.1.26
v0.1.25
What's Changed
- Update README.md by @laurentlahmy in #213
- chore: update ESlint by @yusukebe in #220
- chore: update
dependencies
by @yusukebe in #221 - fix: default routes include well-known URIs with several path segments by @gobengo in #223
- add "prepare" npm script so this works when depended on via git link by @gobengo in #224
- chore: bump dependencies by @yusukebe in #225
- chore(package.json): specify versions by @yusukebe in #226
New Contributors
- @laurentlahmy made their first contribution in #213
- @gobengo made their first contribution in #223
Full Changelog: v0.1.24...v0.1.25
v0.1.24
v0.1.23
v0.1.22
v0.1.21
v0.1.20
v0.1.19
v0.1.18
v0.1.17
Attention
From this release, you need to add the compatibility_flags
in wrangler.toml
when you run your HonoX app on the Cloudflare production or with the wrangler pages dev
command:
# wrangler.toml
name = "my-project-name"
compatibility_date = "2024-04-01"
compatibility_flags = [ "nodejs_compat" ] # <== add this!
pages_build_output_dir = "./dist"
What's Changed
- fix(windows): failed to build honox on Windows by @mika-f in #173
- feat:
Script
andHasIsland
available at multiple runtimes withAsyncLocalStorage
by @usualoma in #168 - feat:
$
prefix named file as island component by @yusukebe in #171 - fix: bump
@hono/vite-dev-server
andhono
by @yusukebe in #174 - test: fixed type errors by @yusukebe in #175
- feat: enable placing islands anywhere by @yusukebe in #176
- refactor: move
src/utils
tosrc/server/utils
by @yusukebe in #177 - docs: update readme by @yusukebe in #178
New Contributors
Full Changelog: v0.1.16...v0.1.17