Skip to content

Releases: honojs/honox

v0.1.26

05 Oct 07:54
Compare
Choose a tag to compare

What's Changed

  • fix: support _middleware.ts for deeply nested param routes by @yusukebe in #230
  • fix: support vite-tsconfig-paths by @yusukebe in #231

Full Changelog: v0.1.25...v0.1.26

v0.1.25

25 Sep 12:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.24...v0.1.25

v0.1.24

12 Aug 02:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.23...v0.1.24

v0.1.23

16 Jun 15:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.22...v0.1.23

v0.1.22

16 Jun 10:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.21...v0.1.22

v0.1.21

08 Jun 23:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.20...v0.1.21

v0.1.20

06 Jun 10:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.19...v0.1.20

v0.1.19

04 Jun 08:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.18...v0.1.19

v0.1.18

21 May 00:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.17...v0.1.18

v0.1.17

11 May 15:11
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.1.16...v0.1.17