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

1126 Commits

Author SHA1 Message Date
Yusuke Wada
588fd73229 docs: add a line about TypeScript 2022-04-22 09:07:03 +09:00
Yusuke Wada
ace31f60a3 fix: fix imports path 2022-04-22 09:01:51 +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
fb6a0945d1 chore: tweak 2022-04-22 07:59:46 +09:00
Yusuke Wada
5ce487a9e9 chore: update basic example 2022-04-22 06:23:53 +09:00
Yusuke Wada
3d064d0559
feat: update visibility (#164) 2022-04-21 21:55:01 +09:00
Yusuke Wada
1a30e37dfa
feat: add types for HTTP status code (#163)
* feat: add types for HTTP status code
2022-04-21 04:10:49 +09:00
Yusuke Wada
e288ac2983
refactor: shorten hono.ts (#162) 2022-04-21 03:32:20 +09:00
Yusuke Wada
d4eb8071db
feat: show stack-trace at graphql-server middleware (#161) 2022-04-20 18:38:46 +09:00
Yusuke Wada
c9053ebd79 docs: remove $ 2022-04-20 18:25:01 +09:00
Yusuke Wada
f1be3af4be chore: fixed typo 2022-04-20 18:21:20 +09:00
Yusuke Wada
798425a17d
refactor: define Next type (#160) 2022-04-20 18:12:51 +09:00
Yusuke Wada
a101f8067d
fix: typo SameSaite (#159)
* fix: typo

* add test file
2022-04-20 17:57:02 +09:00
Yusuke Wada
3e5171fe15
feat: show stack-trace in default error handler (#158) 2022-04-20 17:16:36 +09:00
Yusuke Wada
a95ffe0be1 chore: tweak 2022-04-20 14:24:02 +09:00
Yusuke Wada
2af8f2c5d1
refactor: automate import sorting (#157) 2022-04-20 14:17:55 +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
6d5bbc721a
fix: encodeBase64/decodeBase64 throw Error if the argument is null (#155) 2022-04-20 08:41:06 +09:00
Yusuke Wada
54c665e38e
docs: add a line for TypeScript support (#151) 2022-04-10 23:24:52 +09:00
Yusuke Wada
0d41345247 chore: bump up to v0.5.10 2022-04-02 15:26:28 +09:00
Yusuke Wada
ea93cf8a1a
feat: add JSON pretty-print middleware (#150)
* feat: add JSON pretty-print middleware
* exports json pretty middleware
2022-04-02 15:25:32 +09:00
Yusuke Wada
cb81a95c9e chore: bump up to v0.5.9 2022-04-02 14:34:40 +09:00
Yusuke Wada
3a73fefbed
feat: add JSON pretty option (#149)
You can set a JSON pretty option with `c.pretty(true)`.
2022-04-02 14:33:09 +09:00
Yusuke Wada
107aece796
fix: throwing error messages (#148) 2022-04-01 18:50:11 +09:00
Yusuke Wada
769c2e6571 chore: bump up to v0.5.8 2022-03-30 10:04:21 +09:00
Yusuke Wada
17c79aa557
feat: exports crypto util in package.json (#147)
* feat: implement `encodeBase64`

* feat: exports crypto util
2022-03-30 10:03:02 +09:00
Yusuke Wada
78d1e840a4 chore: bump up to v0.5.7 2022-03-29 14:50:16 +09:00
Yusuke Wada
1be2e6c393
feat: exports utility methods (#146) 2022-03-29 14:49:14 +09:00
Yusuke Wada
a1991643f0 chore: bump up to v0.5.6 2022-03-27 22:48:06 +09:00
Yusuke Wada
54e97ea723
docs: add middleware README documents (#145) 2022-03-27 22:43:36 +09:00
Yusuke Wada
93b54e6e48 fix: exports path on package.json (#143) 2022-03-27 20:54:27 +09:00
Yusuke Wada
3cc5ad1629
feat: add GraphQL server middleware (#142) 2022-03-27 20:27:52 +09:00
Yusuke Wada
6294c846bf chore: fixed typo
Close #141
2022-03-21 10:11:11 +09:00
Yusuke Wada
6d26fcfdaf
feat: notFound support await/async (#140) 2022-03-19 22:41:30 +09:00
Yusuke Wada
ac8efa79c9 chore: bump up to v0.5.5 2022-03-16 18:42:25 +09:00
Yusuke Wada
af4602ecac
chore: export etag middleware (#139) 2022-03-16 18:41:31 +09:00
Yusuke Wada
2dfaf00148
chore: export trie-router in package.json (#138) 2022-03-16 18:37:19 +09:00
Yusuke Wada
2b570641a2
chore: update examples (#137)
* chore(example): update blog test

* `deploy` instead `publish`
2022-03-14 21:25:22 +09:00
Taku Amano
fb76c36ecc
chore: Fix typo. (#136) 2022-03-12 13:02:37 +09:00
Taku Amano
9921a3eeb8
pref: Optimize RegExpRouter (#135)
* Use Record instead of `[key: string]: Type`.

* Optimize RegExpRouter.
2022-03-12 13:01:51 +09:00
Yusuke Wada
515b7ff32b chore(example): upgrade hono 2022-03-11 07:58:57 +09:00
Yusuke Wada
6e370231b2 chore: bump up to v0.5.4 2022-03-11 07:56:57 +09:00
Yusuke Wada
58135961b6
fix(types): add Handler<string> (#134)
Fix #133
2022-03-11 07:56:00 +09:00
Yusuke Wada
db2382e880 chore: bump up to v0.5.3 2022-03-10 15:45:13 +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
Yusuke Wada
6971869ce8
chore: update example for fastly compute@edge (#130) 2022-03-09 13:47:49 +09:00
Yusuke Wada
4ed5d478be bump up to v.0.5.2 2022-03-08 19:17:34 +09:00
Yusuke Wada
7a31de59b5
feat: basic auth middleware supports overriding hashFunction (#128) 2022-03-08 19:10:12 +09:00