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

Commit Graph

  • 0b7121a093 refactor(logger): remove unreachable cases. Response accepts 200-599 exoego 2024-11-01 06:38:39 +0900
  • 9e9e900175 refactor(logger): add failing test exoego 2024-11-01 06:30:04 +0900
  • a744446d67 refactor(logger): optimize colors status exoego 2024-11-01 00:17:28 +0900
  • a64c14e5e3 refactor: remove useless fallback exoego 2024-10-31 23:47:44 +0900
  • 8c4fd2d374 refactor: compare with undefined directly exoego 2024-10-31 23:31:01 +0900
  • c2d55c3771 refactor: Prefer Array.isArray over instanceof Array exoego 2024-10-31 23:19:19 +0900
  • 6e60503393
    refactor(adapter/lambda-edge): remove unneeded ternary operators EdamAmex 2024-10-31 23:01:22 +0900
  • ec8ad0a7ae refactor: remove useless spread fallback exoego 2024-10-31 22:49:59 +0900
  • d31300886b refactor: remove useless spread exoego 2024-10-31 22:35:04 +0900
  • c6abbd0701
    chore(ISSUE_TEMPLATE): encourage them to add a version if possible EdamAmex 2024-10-31 22:28:26 +0900
  • 7f5201695f refactor(context): use simple for-of syntax Taku Amano 2024-10-31 20:57:46 +0900
  • e38dbfbf06 Prefer String#includes for perf and size exoego 2024-10-31 19:42:44 +0900
  • 24d4fb157b use # for routers Yusuke Wada 2024-10-31 17:08:47 +0900
  • 311b078442 refactor: use # for private methods to reduce the bundle size Yusuke Wada 2024-10-31 16:29:09 +0900
  • 4dd8b2b435
    perf(context): improve performance of context (setHeaders) (#3592) EdamAmex 2024-10-31 15:55:49 +0900
  • 67b2b59268
    Revert context.ts EdamAmex 2024-10-31 15:52:47 +0900
  • a16bcda120
    perf(utils/url): improve performance of url utility (#3593) EdamAmex 2024-10-31 15:31:40 +0900
  • 26baf3c359
    Merge 17146063de into 7183bbe41a Yusuke Wada 2024-10-31 15:25:58 +0900
  • 7183bbe41a
    fix(hono-base): remove .matchRoute and reduce bundle size (#3595) EdamAmex 2024-10-31 15:25:04 +0900
  • 1aa4813b75 fix(hono-base): remove .matchRoute and reduce bundle size EdamAmex 2024-10-31 05:32:08 +0000
  • 7575c8f209
    Revert cache length EdamAmex 2024-10-31 13:10:39 +0900
  • 867c9ad38c perf(utils/url): improve performancec of url utility EdamAmex 2024-10-31 03:29:55 +0000
  • fea5947ea2
    refactor(timing/utils-body): a few minor edits (#3557) shray sharma 2024-10-31 03:50:41 +0100
  • bab654c1a4 perf(context): improve performance of context (newResponse, setHeaders) EdamAmex 2024-10-31 02:16:36 +0000
  • 3a5ef0f484 refactor(helper/proxy): return the original content-length if the response is uncompressed Taku Amano 2024-10-31 06:44:08 +0900
  • 5998770200 fix(helper/proxy): return Content-Range header as it is Taku Amano 2024-10-31 06:23:41 +0900
  • ad17d90a6e test(helper/proxy): fix test name Taku Amano 2024-10-30 22:22:16 +0900
  • 64cdd4133c chore(helper/proxy): expose proxy helper Taku Amano 2024-10-30 18:16:58 +0900
  • dcfa1a5348 feat(helper/proxy): introduce proxy helper Taku Amano 2024-10-30 09:25:19 +0900
  • caeecf99a8
    fix(types): remove any and fix types of adapter/deno (#3291) EdamAmex 2024-10-30 17:58:08 +0900
  • 7a9e387af6
    perf(router): use .concat instead of spread syntax (#3584) EdamAmex 2024-10-30 15:52:17 +0900
  • efd3d04c56
    perf(compose): check if it is a instance only once (#3585) EdamAmex 2024-10-30 15:29:09 +0900
  • 014a81f574
    chore: sort if condition EdamAmex 2024-10-30 13:49:56 +0900
  • 6f61f52182 chore: fix syntax EdamAmex 2024-10-30 04:45:01 +0000
  • b0ee588503 perf(compose): check if it is a instance only once EdamAmex 2024-10-30 04:43:16 +0000
  • a15a5b250a chore: format EdamAmex 2024-10-30 04:20:16 +0000
  • 4d9c423fce perf(reg-exp-router): use .concat instead of spread syntax EdamAmex 2024-10-30 04:17:23 +0000
  • ac51ea325c
    refactor jsdoc EdamAmex 2024-10-30 12:56:53 +0900
  • 4d9273a346 fix some errors EdamAmex 2024-10-30 03:52:43 +0000
  • d7071d6750
    Merge branch 'main' into remove-any EdamAmex 2024-10-30 12:41:40 +0900
  • 3164326351
    fix(jsx/dom): fix dom rendering bugs for fragment. (#3569) Taku Amano 2024-10-30 11:11:55 +0900
  • ea3d799cdf
    fix(jsx/dom): fix memo for DOM renderer (#3568) Taku Amano 2024-10-30 11:04:05 +0900
  • 2bde76d3b5
    fix(req): correct c.req.param decodes invalid percent strings (#3573) Yusuke Wada 2024-10-30 10:59:05 +0900
  • e9de50d7c3
    refactor: fix typos (#3583) mattn 2024-10-30 09:44:06 +0900
  • dae4e354f4
    fix typos Yasuhiro Matsumoto 2024-10-29 20:04:25 +0900
  • 3af317f0ef v4.6.8 v4.6.8 Yusuke Wada 2024-10-29 15:38:47 +0900
  • 964aa549c1
    fix(types): replace Hono with HonoBase to get better consistency of types (#3580) m-shaka 2024-10-29 15:25:10 +0900
  • d36134ec79 Merge remote-tracking branch 'upstream/main' into fix-#3485 m-shaka 2024-10-29 15:18:48 +0900
  • 0e0b473071
    fix(devcontainer): remove unknown flag on docker-compose (#3582) EdamAmex 2024-10-29 15:17:08 +0900
  • 0afc681263
    fix(devcontainer): remove unknown flag on docker-compose EdamAmex 2024-10-29 14:31:18 +0900
  • 546a188aa7 use /\%/.test() for a better performance Yusuke Wada 2024-10-29 13:51:04 +0900
  • a30b0cd590 make tryDecodeURIComponent as a const function Yusuke Wada 2024-10-29 13:46:53 +0900
  • e7732a5f23
    feat(header): suggest name of header and combine in one file (#3577) EdamAmex 2024-10-29 13:37:06 +0900
  • cb8244aea9
    fix(bun/ws): supoort --hot (#3576) Shotaro Nakamura 2024-10-29 13:25:50 +0900
  • 745c2919b6
    fix(websocket): prevent sending entire buffer when streaming Uint8Array chunks (#3570) Ariel-Moroshko 2024-10-29 06:12:54 +0200
  • a90db7c8dd
    fix(websocket): Fix typo in WSContextInit type (#3575) Ariel-Moroshko 2024-10-29 06:01:37 +0200
  • c7fad5f1a5 fix(types): replace Hono with HonoBase to get better consistency of types m-shaka 2024-10-29 10:15:19 +0900
  • ee3290379f
    Add files via upload shray sharma 2024-10-28 21:29:50 +0100
  • 27fc1a6660
    upd shray sharma 2024-10-28 21:28:57 +0100
  • 5e0cb1ccf3 fix: fix types error of testing Ame_x Edam 2024-10-28 15:13:48 +0000
  • dcef725a06 chore: format and fix jsr path Ame_x Edam 2024-10-28 14:49:16 +0000
  • a9c04bca8d feat(header):ssuggest name of header and combine in one file EdamAme-x 2024-10-28 23:36:30 +0900
  • 6a8b9cd284
    fix(bun/ws): supoort --hot Shotaro Nakamura 2024-10-28 11:45:35 +0000
  • c97677e9e1 Fix typo in WSContextInit type Ariel-Moroshko 2024-10-28 10:28:21 +0200
  • b4ba8c5dc1 Fix formatting and line endings for CI compliance Ariel-Moroshko 2024-10-28 08:33:21 +0200
  • ca0d6faee5 fix(req): correct c.req.param decodes invalid percent strings Yusuke Wada 2024-10-28 10:02:36 +0900
  • 4bbb927084
    Merge 2071903633 into 3a59d86533 -akku- 2024-10-27 14:34:34 +0000
  • 2071903633
    Merge branch 'honojs:main' into feat/custom-headers -akku- 2024-10-27 23:34:31 +0900
  • 979c2d7c05 fix(websocket): prevent full buffer send on Uint8Array chunks Ariel-Moroshko 2024-10-27 14:44:00 +0200
  • ff69413f0b test(jsx/dom): add tests for memoization Taku Amano 2024-10-27 21:20:36 +0900
  • 3b45b574d0 feat(jsx/dom): implement light weight memo function for DOM renderer Taku Amano 2024-10-27 21:08:10 +0900
  • 38a3c7e543 fix(jsx/dom): fix memo for DOM renderer Taku Amano 2024-10-27 21:07:22 +0900
  • 12ee8293cc fix(jsx/dom): fix memoization mechanism in dom renderer Taku Amano 2024-10-27 21:02:05 +0900
  • 3a59d86533
    fix(utils/cookie): partitioned typo in CookieOptions (#3566) Cotton Hou 2024-10-27 18:37:17 +0800
  • 5eef3d880c fix(jsx/dom): fix dom rendering bugs for fragment. Taku Amano 2024-10-27 18:08:24 +0900
  • 6caff5aaa1 fix(utils/cookie): partitioned typo in CookieOptions Cotton Hou 2024-10-27 16:13:02 +0800
  • 17146063de refactor(request): use URLSearchParams for parsing query params refactor/req-use-url-search-params Yusuke Wada 2024-10-27 16:57:04 +0900
  • df8f57a6e9
    chore: update request-id JSDoc to match docs omar 2024-10-26 20:20:49 -0700
  • f55dc45a31
    fix(bun/ws): fix invalid types (#3562) Shotaro Nakamura 2024-10-27 10:14:06 +0900
  • 7799dd832f
    fix(bun/ws): fix invalid types Shotaro Nakamura 2024-10-26 11:46:15 +0000
  • 7e11832526 v4.6.7 v4.6.7 Yusuke Wada 2024-10-26 11:19:12 +0900
  • 10a5e65e85
    perf(router): improve performance of router (#3526) EdamAmex 2024-10-26 11:04:04 +0900
  • 2e80b9fa19
    fix(middleware/bearer-auth): return 403 Forbidden when credentials are invalid Ryan Cao 2024-10-26 09:05:33 +0800
  • b3ad12d499
    Merge 3d3695013e into 234b083777 EdamAmex 2024-10-26 00:38:01 +0800
  • 234b083777
    feat(ws): Make WebSocket adapter more changeable (#3531) Shotaro Nakamura 2024-10-25 16:09:36 +0900
  • c139e00fd7
    Fix build Minsoo Choo 2024-10-24 20:42:14 -0400
  • e5dde8d60c
    Fix tests Minsoo Choo 2024-10-24 16:55:12 -0400
  • cdb5cf32e7
    Use bun:test Minsoo Choo 2024-10-24 12:27:11 -0400
  • 9e0eb3bc33
    lint Minsoo Choo 2024-10-24 12:15:20 -0400
  • 4b3fd9646d
    Update packages Minsoo Choo 2024-10-20 01:16:53 -0400
  • 373c189a7b
    upd shray sharma 2024-10-24 19:26:43 +0200
  • 7af3a94ac9
    upd shray sharma 2024-10-24 19:26:14 +0200
  • 2435f44e02
    upd shray sharma 2024-10-24 19:25:37 +0200
  • cbcc486755
    Merge 9dd28869ff into 0a99bd3e74 hayatosc 2024-10-24 12:39:25 +0800
  • 0a99bd3e74
    feat(jwt): Support custom secret keys for signing JWTs (#3546) Kaan Ozdokmeci 2024-10-23 10:59:09 +0200
  • 76660e749b update comment for rejected private key imports Kaan Ozdokmeci 2024-10-23 10:51:27 +0200
  • 7735f2f03c
    fix(vercel): remove requestContext (#3549) Yusuke Wada 2024-10-23 09:36:24 +0900
  • c7022aa626 fix(vercel): remove requestContext Yusuke Wada 2024-10-23 09:24:29 +0900
  • d92f65560b Support custom secret keys for signing JWTs Kaan Ozdokmeci 2024-10-22 13:02:41 +0200
  • 631c0010ca v4.6.6 v4.6.6 Yusuke Wada 2024-10-22 14:18:17 +0900