0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-22 02:27:49 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
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