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

24 Commits

Author SHA1 Message Date
EdamAmex
394a8f50df
chore: bump devDependencies (#3633)
* chore: bump devDependencies

* fix

* chore: format
2024-11-06 15:45:30 +09:00
Yusuke Wada
c4d19ec48e chore: update the lockfile 2024-10-15 17:26:19 +09:00
Shotaro Nakamura
6cf01e5523
fix(build): remove private fields (#3514)
* fix(build): remove private fields

* chore: format scripts

* test: add test code

* reduce package.json diff

* feat(build): add progress for removing private fields

* feat: rename `scripts` to `build`
2024-10-15 17:23:18 +09:00
Yusuke Wada
f87c22104e
chore: remove crypto-js from dev dependencies (#3447) 2024-09-24 21:43:49 +09:00
Yusuke Wada
200c4f9ea8
chore: upgrade dependencies (#3446)
* chore: upgrade dependecies

* fix wrangler version
2024-09-24 20:49:31 +09:00
Yusuke Wada
5f78e4e1b3
chore(lint): ESLint v9 (#3393)
* chore(lint): ESLint v9

* run prettier
2024-09-12 12:05:41 +09:00
yasuaki640
18f937d3be
chore(test): migrate to vitest v2 (#3326)
* migrate vitest v2

* re run bun i
2024-08-29 16:57:40 +09:00
Shotaro Nakamura
f23a416f75
chore: remove rimraf and use bun shell (#3146) 2024-07-18 18:34:33 +09:00
Shotaro Nakamura
97ec6521a7
chore: replace tsx with Bun (#3103) 2024-07-07 15:55:19 +09:00
Yusuke Wada
ef70eafdb6 chore: update lockfile 2024-06-03 20:44:42 +09:00
Yusuke Wada
786f9e2a9d
test(workerd): add tests for WebSocket (#2891) 2024-06-03 00:14:11 +09:00
Yusuke Wada
f634c82451
test(workerd): rename the runtime test wrangler to workerd (#2888)
* test(workerd): rename the runtime test `wrangler` to `workerd`

* fixed ci.yml

* fixed a typo

* use node 20.x
2024-06-02 22:49:40 +09:00
odri
366f760a30
fix(client): allow multiple files on the same key in form (#2791)
* fix(client): allow multiple files on the same key in form

* add tests and update `msw`

* fixed import order

Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2024-05-28 18:39:01 +09:00
Yusuke Wada
9890bc1157
chore: update lockfile (#2805) 2024-05-27 16:38:50 +09:00
Yusuke Wada
cc4b2b3c7f
chore(lint): update eslint rules (#2790)
* chore(lint): update eslint rules

* fix formats
2024-05-26 05:17:45 +09:00
Yusuke Wada
1b2a4c0800
feat(jsr): support JSR (#2662)
* feat(jsr): reduce slow types (#2369)

* feat(jsr): reduce slow types

* fix: use allow function

* chore: format code

* chore: denoify

* add `deno.json`

* add `jsr-dry-run` command for CI

* don't put `JSX` on `global`

* fix test settings for deno

* don't use `dynamicClass`

* don't declare `ExecutionContext` in `global`

* goodbye denoify

* exports `./middleware`

* exports `./helper`

* exports each helper and middleware

* remove the `awslambda` implementation which is not enough

* feat(jsr): remove helper.ts and middleware.ts (#2667)

* feat(jsr): remove helper.ts and middleware.ts

* fix: fix test

* dont' use `SuperClass`

Co-authored-by: Taku Amano <taku@taaas.jp>

* feat(jsr): delete `mod.ts` (#2669)

* rename `deno.json` to `jsr.json`

* lint

* remove slow type in lambda adapter

* fixed runtime test for deno

* export all utils

* add a GitHub action to publish the package to JSR

* fixed declaring `ContextVariableMap`

* fixed the type error

* include `jsr.json` in `jsr.json`

* update `jsr.json`

---------

Co-authored-by: Shotaro Nakamura <79000684+nakasyou@users.noreply.github.com>
Co-authored-by: Taku Amano <taku@taaas.jp>
2024-05-24 17:47:28 +09:00
Yusuke Wada
ab7144871b
refactor(cloudflare-workers): remove @cloudflare/workers-types (#2773)
* refactor(cloudflare-workers): remove `@cloudflare/workers-types`

* add `@denoify-ignore`

* add missing comment
2024-05-24 06:01:12 +09:00
Yusuke Wada
4cd2dffe13
fix(factory): support createFactory() destruction (#2623)
* fix(factory): support `createFactory()` destruction

* denoify

* fixed the arg

* denoify
2024-05-06 20:19:32 +09:00
Jonah Snider
78fa4cab13
feat(timing): allow crossOrigin in TimingOptions to be a function (#2359)
* feat: allow crossOrigin in TimingOptions to be a function

* chore: denoify

* chore: undo accidental change

* test: add tests
2024-05-03 09:18:45 +09:00
Kei Kamikawa
e9a2d8597c
feat(jwt): acceptable CryptoKey in JWT sign and verify (#2373)
* supported jwt verification with private key

* created jwa.ts and moved some functions

* added jws.ts and removed key.ts

* acceptable CryptoKey object

* denoify

* fixed jwt middleware tests

* fixed handling CryptoKey for node v18
2024-03-22 17:27:03 +09:00
Yusuke Wada
3126beb231
chore: bump up @hono/node-server (#2323)
* chore: bump up `@hono/node-server`

* update lock file
2024-03-07 15:37:16 +09:00
Fuxiao Peng
c9567b60e5
fix(devDependencies): Fix the problem of missing glob package (#2277)
* fix(pnpm): Fix the problem of missing glob package caused by ghost dependency in pnpm

* run `bun install`

---------

Co-authored-by: yuanrang.peng <yuanrang.peng@tuya.com>
Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2024-02-28 17:23:52 +09:00
Yusuke Wada
b24f9e38da Merge branch 'main' into v4 2024-01-29 23:44:20 +09:00
Yusuke Wada
ead3677601
chore: use Bun as a package manager (#2105)
* chore: use Bun as a package manager

* lock `np`
2024-01-29 23:27:54 +09:00