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

34 Commits

Author SHA1 Message Date
Yusuke Wada
bdaaa7fef8
docs: Twitter to X (#3354) 2024-09-01 17:53:56 +09:00
Yusuke Wada
9735283462
docs: update readme and migrate guide for migrating deno.land/x to JSR (#2879) 2024-06-01 06:15:49 +09:00
Ame_x
966554925b
docs: change to shell highlight (#2848)
* docs: refactor highlight

* shell to bash
2024-05-30 13:07:09 +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
ryu
e49c140c62
docs(contribution): add install flag --frozen-lockfile (#2229) 2024-02-17 08:19:14 +09:00
Yusuke Wada
7072927936
docs: update the migration guide for releasing v4 (#2159) 2024-02-08 02:22:26 +09:00
Yusuke Wada
b24f9e38da Merge branch 'main' into v4 2024-01-29 23:44:20 +09:00
Yusuke Wada
5c3a1bf23d
docs(contributing): add Installing dependencies (#2113) 2024-01-29 23:38:30 +09:00
MohammadHasan Akbari
4031fa8937
chore: add development environment (#2095)
* feat: add development environment

* refactor: update README

* refactor: update README and run yarn denoify

* refactor: update CONTRIBUTING
2024-01-28 22:32:51 +09:00
Yusuke Wada
a8ebb47ddd
docs: add a svg logo image (#1217) 2023-07-04 18:45:55 +09:00
Yusuke Wada
433ed530fc
docs(migration): add descriptions (#904) 2023-02-18 21:36:35 +09:00
Yusuke Wada
d7e67d1d73
docs: update migration guide for v3 (#903) 2023-02-18 14:17:24 +09:00
Alex Errant
d2abad3b34
header may return undefined (#884)
* header may return undefined

* fixed broken tests

* yarn denoify

* update CONTRIBUTING
2023-02-13 06:30:57 +09:00
Yusuke Wada
16896f936f
docs(migration): write about validator middleware (#759) 2022-12-30 09:45:52 +09:00
oscaryu
9f2d52b62e
Update MIGRATION.md (#665) 2022-11-19 15:23:00 +09:00
Yusuke Wada
77b0815d22
docs(contribution): update about 3rd-party middleware (#619) 2022-10-23 07:01:04 +09:00
Yusuke Wada
852382016a
docs(migration): add v2.2.5 to v2.3.0 (#617) 2022-10-22 21:34:52 +09:00
Yusuke Wada
406c2ee438 docs: update migration guide 2022-08-27 13:24:14 +09:00
Yusuke Wada
7527c22a2d
docs: make a contribution guide (#415)
* docs: make a contribution guide

* update

* update readme
2022-07-23 09:46:20 +09:00
Yusuke Wada
508b3fa505
docs: update readme and create migration guide (#389) 2022-07-16 17:51:34 +09:00
Yusuke Wada
75c2a2dfc2
docs: remove Japanese README (#225) 2022-05-13 12:55:55 +09:00
Yusuke Wada
1c7b7b3139 docs: update readme 2022-04-27 15:18:55 +09:00
Yusuke Wada
11497292a1 docs: write about JWT middleware 2022-04-27 08:59:42 +09:00
Yusuke Wada
128970e2d2
chore: move under honojs organization (#178) 2022-04-26 17:15:16 +09:00
Yusuke Wada
b9745e79c5 docs: update readme 2022-04-26 07:58:08 +09:00
Yusuke Wada
a7b67e5c98 chore: tweak title image 2022-04-22 22:42:55 +09:00
Yusuke Wada
7f4d7d1510 docs: update Japanese README 2022-04-22 09:15:15 +09:00
Yusuke Wada
588fd73229 docs: add a line about TypeScript 2022-04-22 09:07:03 +09:00
Yusuke Wada
6634201059
docs: add logo images (#165)
* docs: add logo images

* update image

* update README.md
2022-04-22 08:45:52 +09:00
Yusuke Wada
c9053ebd79 docs: remove $ 2022-04-20 18:25:01 +09:00
Yusuke Wada
ac713c0659
refactor: refine directory structure (#156)
* refactor: refine importing mechanism

* refactor: move `CODE_OF_CONDUCT.md`
2022-04-20 14:06:04 +09:00
Yusuke Wada
5d5fe23a72
feat: add request method (#132)
Add `request` method. It's useful for testing.
2022-03-10 15:44:09 +09:00
Yusuke Wada
e36b054ab6 2022-03-10 14:54:17 +09:00
Yusuke Wada
e4c0ea2368
docs: create Japanese readme (#131)
* docs: add japanese readme

* fix

* tweak

* use text

* tweak
2022-03-09 16:03:58 +09:00