0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

Commit Graph

  • 3d8abbc239
    fix(client): return query params in $url (#3541) Alex Grover 2024-10-22 01:14:01 -0400
  • 267186d65e
    fix(serve-static): silence NotFound warning on Deno (#3542) Pablo Berganza 2024-10-22 06:40:07 +0200
  • 22cb9d719a
    Merge 01817e4988 into 15938b4896 Taku Amano 2024-10-22 10:41:02 +0900
  • 15938b4896
    refactor(secure-headers): refine secureHeadersNonce init (#3535) Cotton Hou 2024-10-22 09:31:58 +0800
  • b6f2059254
    fix(serve-static): silence NotFound warning on Deno Pablo Berganza 2024-10-21 23:02:30 +0200
  • f49f77ac65
    fix(client): return query params in $url Alex Grover 2024-10-21 15:17:14 -0400
  • 7e4d61523b refactor(secure-headers): refine secureHeadersNonce init Cotton Hou 2024-10-13 01:27:45 +0800
  • d39c1c4c3f
    Merge 07b633437e into f8664b03a6 TATSUNO “Taz” Yasuhiro 2024-10-21 01:15:55 +0700
  • a7717df126
    test: add more tests Shotaro Nakamura 2024-10-20 03:23:57 +0000
  • 0a994f5171
    Merge branch 'main' of github.com:nakasyou/hono into feat/define-ws-helper Shotaro Nakamura 2024-10-20 02:30:30 +0000
  • f8664b03a6
    chore: podman support for devcontainer (#3529) Marco Muser 2024-10-20 00:07:22 +0200
  • cafa99d535
    format code Shotaro Nakamura 2024-10-19 13:55:22 +0000
  • e51e5c04f2
    lint:fix Shotaro Nakamura 2024-10-19 13:54:04 +0000
  • 4226e50286
    format code Shotaro Nakamura 2024-10-19 13:50:20 +0000
  • 25094c5e88
    test: add tests Shotaro Nakamura 2024-10-19 13:48:58 +0000
  • a541507491
    format code Shotaro Nakamura 2024-10-19 13:19:27 +0000
  • 81d99a5606
    lint Shotaro Nakamura 2024-10-19 13:15:06 +0000
  • 294db0dd2c
    feat(ws): Make WebSocket adapter more changeable Shotaro Nakamura 2024-10-19 13:13:22 +0000
  • 934cf0b9e6 chore: add extensions to devcontainer Marco Muser 2024-10-19 07:02:54 +0000
  • e2317dccfc chore: remove deprecation warning Marco Muser 2024-10-19 06:56:56 +0000
  • 797e9ea168 chore: add podman devcontainer support Marco Muser 2024-10-19 06:55:50 +0000
  • 1c681a994d coverage EdamAmex 2024-10-18 06:37:55 +0000
  • 5e20685927 perf(router): improve performance of router EdamAmex 2024-10-18 06:01:09 +0000
  • 01817e4988 feat(serve-static): use node compatible api by deno and bun Taku Amano 2024-10-17 12:13:27 +0900
  • cb0d2f7fe9 test(deno): Turn off sanitizeOps and sanitizeResources. These tests don't has leaks. Taku Amano 2024-10-17 12:11:25 +0900
  • 5515a435ae fix(serve-static): fixed a bug when the directory name contains . Taku Amano 2024-10-17 12:17:34 +0900
  • a07bec338b feat(serve-static): apply absolute root support, again. Taku Amano 2024-10-17 12:17:08 +0900
  • 991639edc9 refactor(adapter/node): fix import path Taku Amano 2024-10-17 12:10:06 +0900
  • 8f512950a9 feat(adapter/node): copy serve-static from @hono/node-server Taku Amano 2024-10-17 12:09:45 +0900
  • 79ebfef6bd add tests and fixed logics feat/partial-content Yusuke Wada 2024-10-15 19:08:34 +0900
  • 90833d2467
    docs(powered-by): add JSDoc (#3520) Yusuke Wada 2024-10-15 17:50:12 +0900
  • 6cb3818cbe docs(powered-by): add JSDoc Yusuke Wada 2024-10-15 17:45:12 +0900
  • 89a0ac18ed v4.6.5 v4.6.5 Yusuke Wada 2024-10-15 17:33:28 +0900
  • c4d19ec48e chore: update the lockfile Yusuke Wada 2024-10-15 17:26:19 +0900
  • 6cf01e5523
    fix(build): remove private fields (#3514) Shotaro Nakamura 2024-10-15 17:23:18 +0900
  • aa50e0ab77
    Merge commit from fork Yusuke Wada 2024-10-15 17:16:47 +0900
  • cac823adbd
    feat: rename scripts to build Shotaro Nakamura 2024-10-15 07:38:26 +0000
  • 4b4bfdf703
    feat(build): add progress for removing private fields Shotaro Nakamura 2024-10-15 07:32:05 +0000
  • f9e6ea7382
    fix(factory): revert PR #3498 (#3515) Yusuke Wada 2024-10-15 11:54:31 +0900
  • fc9cc6da28
    feat(powered-by): optional server name (#3492) PatrickJS 2024-10-14 22:50:39 -0400
  • ed71490a4b
    reduce package.json diff Shotaro Nakamura 2024-10-14 21:08:46 +0900
  • cebf4e87f3
    fix(cors): avoid setting Access-Control-Allow-Origin if there is no matching origin (#3510) Yuki Tanaka 2024-10-14 21:02:41 +0900
  • 331166471c
    fix(types): rm ExcludeEmptyObject to fix massively increased type instantiations (#3507) m-shaka 2024-10-14 19:44:07 +0900
  • 8c79f9e5d9 feat: introduce Partial Content Middleware Yusuke Wada 2024-10-14 19:01:05 +0900
  • ac61001a09 fix(factory): revert PR #3498 Yusuke Wada 2024-10-14 18:17:16 +0900
  • 545b2dcb54
    test: add test code Shotaro Nakamura 2024-10-14 03:08:56 +0000
  • fd8a15ebf7
    chore: format scripts Shotaro Nakamura 2024-10-14 02:51:40 +0000
  • e6f22b604a
    fix(build): remove private fields Shotaro Nakamura 2024-10-14 02:47:25 +0000
  • bd9effe34f
    ci: use Deno v2 for a test running for deno (#3509) Shotaro Nakamura 2024-10-13 16:04:33 +0900
  • 733e7bca10
    Update index.test.ts PatrickJS 2024-10-12 10:33:14 -0700
  • c5be238b3f
    use denoland/setup-deno@v2 Shotaro Nakamura 2024-10-12 20:56:19 +0900
  • 5bf6c62b1c fix(cors): avoid setting Access-Control-Allow-Origin if there is no matching origin uki00a 2024-10-12 19:13:32 +0900
  • 6e2dd41b85
    chore: use Deno v2 for a test running for deno Shotaro Nakamura 2024-10-12 17:26:19 +0900
  • 9d9c15ad05 Add check to make sure line is not undefined k2tzumi 2024-10-05 17:23:51 +0900
  • 00ff3d0644 Fix undefined is not an object (evaluating 'line.split') k2tzumi 2024-10-05 17:16:36 +0900
  • f3b05fe433 Custom metrics are now output as comments in Pull Reqeust k2tzumi 2024-10-05 17:04:52 +0900
  • 5d7db19d5f Refactoring to convert standard input to json format for custom metrics output k2tzumi 2024-10-05 17:01:03 +0900
  • 759489a2f6 Fix k2tzumi 2024-10-05 10:36:52 +0900
  • 53e17a7a71 Debug result k2tzumi 2024-10-05 10:32:38 +0900
  • 9986b47253
    ci: use Deno v2 (#3506) Yusuke Wada 2024-10-12 14:09:21 +0900
  • 3385df427f add oven-sh/setup-bun@v1 Yusuke Wada 2024-10-12 14:06:37 +0900
  • 15be827bef use `bunx jsr publish --dry-run Yusuke Wada 2024-10-12 14:05:17 +0900
  • ee8b786fc5 add deno install command Yusuke Wada 2024-10-12 13:58:34 +0900
  • 5edaf60c4d
    test(powered-by): test new config PatrickJS 2024-10-11 20:49:19 -0700
  • 6b36a6ce42
    Merge branch 'honojs:main' into main Katsumi Kato 2024-10-12 09:36:29 +0900
  • 4fec30fac8
    style(powered-by): format PatrickJS 2024-10-11 17:04:35 -0700
  • d8600e3179 refactor: rm ExcludeEmptyObject m-shaka 2024-10-11 20:47:30 +0900
  • 35a46be4d4 fix: mv ExcludeEmptyObject to hono-base.ts m-shaka 2024-10-11 19:00:44 +0900
  • f1a7267948
    perf(types): replace intersection with union to get better perf (#3443) m-shaka 2024-10-11 18:21:00 +0900
  • 7c36339d14 v4.6.4 v4.6.4 Yusuke Wada 2024-10-11 17:29:52 +0900
  • 6be999b228 Merge branch 'main' into ci/deno-2 Yusuke Wada 2024-10-11 16:45:48 +0900
  • 04e5897b7d
    refactor(jsx): add override to toStringToBuffer in classes extending JSXNode (#3505) Yusuke Wada 2024-10-11 16:45:19 +0900
  • 0f5807729f ci: use Deno v2 Yusuke Wada 2024-10-11 16:44:16 +0900
  • 1ffee836ee refactor(jsx): add override to toStringToBuffer in JSXFragmentNode Yusuke Wada 2024-10-11 16:40:39 +0900
  • de7827ee27
    fix(service-worker): bind fetch to globalThis (#3500) 翠 / green 2024-10-11 10:11:52 +0900
  • f79db997db
    chore: ignore lint error sapphi-red 2024-10-11 10:04:19 +0900
  • e97c2e0e91 refactor: move ExcludeEmptyObject to utils/type.ts m-shaka 2024-10-11 09:41:41 +0900
  • d5166dd851
    fix(factory): relax Bindings and Variables for createMiddleware (#3498) Yusuke Wada 2024-10-11 05:42:05 +0900
  • f2e0059be4 add a break Yusuke Wada 2024-10-11 05:09:31 +0900
  • e1c22e17e0
    fix(service-worker): bind fetch to globalThis sapphi-red 2024-10-09 21:02:41 +0900
  • 25f1039b11 feat(factory): relax Bindings and Variables types Yusuke Wada 2024-10-08 23:55:39 +0900
  • 71c7a5f8db
    refactor(powered-by): optional server name PatrickJS 2024-10-05 21:02:36 -0700
  • a27e3ca54f
    Merge pull request #1 from k2tzumi/octocov-custom-metrix Katsumi Kato 2024-10-05 17:28:24 +0900
  • 55439892b6 Add check to make sure line is not undefined k2tzumi 2024-10-05 17:23:51 +0900
  • 94181b5719 Fix undefined is not an object (evaluating 'line.split') k2tzumi 2024-10-05 17:16:36 +0900
  • 9ccd33051c Custom metrics are now output as comments in Pull Reqeust k2tzumi 2024-10-05 17:04:52 +0900
  • 88844ada23 Refactoring to convert standard input to json format for custom metrics output k2tzumi 2024-10-05 17:01:03 +0900
  • 0ef0296cf0 Fix k2tzumi 2024-10-05 10:36:52 +0900
  • d166c17bce Debug result k2tzumi 2024-10-05 10:32:38 +0900
  • 31b4cd414c
    fix(types): add key to IntrinsicAttributes (#3474) Neko Hz 2024-10-02 15:24:46 +0800
  • 1e66b38b7c support Windows path when using option.root fix/serve-static-support-windows Yusuke Wada 2024-10-01 17:17:17 +0900
  • 5b8d81a892 fixed the tests for passing on Windows Yusuke Wada 2024-10-01 17:05:24 +0900
  • 04e4fb1af1 fixed the CI command Yusuke Wada 2024-10-01 16:59:06 +0900
  • 6f03fbd130 wip Yusuke Wada 2024-10-01 16:52:50 +0900
  • 4389bd1a92 fix format error codehz 2024-10-01 13:54:37 +0800
  • 9ff92ebdbc feat(streaming): add Identity as Content-Encoding for streamText() feat/streaming-text-content-encoding Yusuke Wada 2024-10-01 14:30:29 +0900
  • 25ab89b574
    add key to IntrinsicAttributes Neko Hz 2024-10-01 12:14:19 +0800
  • 07b633437e feat(serve-static): initial impl partialContentSupport exoego 2024-09-28 16:56:53 +0900
  • c0d782cd64
    test(deno): remove duplicated app.get (#3469) TATSUNO “Taz” Yasuhiro 2024-09-30 15:44:32 +0900
  • d213c14577 test(deno): remove duplicated app.get exoego 2024-09-30 13:59:52 +0900