0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-24 19:26:56 +01:00
Commit Graph

36 Commits

Author SHA1 Message Date
Yusuke Wada
f9fa20062b
Refactor (#35)
* export Handler

* Fixed example

* Update readme

* Rename

* Param value as string

* Update jsx ssr example

* Hono is Ultrafast web framework
2022-01-09 21:10:12 +09:00
Yusuke Wada
f1117c04f2 Add worktop benchmark (#33)
* Remove package-lock.json

* Fixed for warnings

* Disable lint the line

* Update jsx-ssr example

* Add `worktop` benchmark
2022-01-09 06:07:43 +09:00
Yusuke Wada
7d4f10d995
Refactor (#32)
* Remove package-lock.json

* Fixed for warnings

* Disable lint the line

* Update jsx-ssr example
2022-01-09 05:30:50 +09:00
Yusuke Wada
83f731f259 Bumped to 0.0.12 2022-01-08 14:08:44 +09:00
Yusuke Wada
77a8ce82c8 Update README 2022-01-08 13:51:50 +09:00
Yusuke Wada
d73472cc3a Update README 2022-01-08 09:48:22 +09:00
Yusuke Wada
00adeb7bcb Update text 2022-01-07 17:41:11 +09:00
Yusuke Wada
c587547174 Add description for fire() 2022-01-06 05:19:16 +09:00
Yusuke Wada
2d0e7eef70
Documentation (#24)
* Create context.ts and test

* Handling TypeError

* Implemented c.json()

* Update readme and example

* Update sample code

* Update readme

* Write documents
2022-01-06 05:11:37 +09:00
Yusuke Wada
ee80ae3ae4
json method in Context (#23)
* Create context.ts and test

* Handling TypeError

* Implemented c.json()

* Update readme and example
2022-01-06 03:22:53 +09:00
Yusuke Wada
6a19e5f975 Update animation gif 2022-01-05 22:15:20 +09:00
Yusuke Wada
e6039f69f9
Migrate to TypeScript (#21)
* Migrate to TypeScript

* ready for publish
2022-01-05 18:41:29 +09:00
Yusuke Wada
303db32e66
Can use async on handler (#16) 2022-01-03 18:11:46 +09:00
Yusuke Wada
5db617953d Typo 2022-01-03 03:16:02 +09:00
Yusuke Wada
b6d9eb3ad9
Add instruction (#14) 2022-01-02 22:46:36 +09:00
Yusuke Wada
e48bd4b4de some fixed 2022-01-02 18:34:36 +09:00
Yusuke Wada
b589321fc2 Dont use async on middleware 2022-01-02 00:29:03 +09:00
Yusuke Wada
4eb8569cd3 Fixed example 2022-01-02 00:16:44 +09:00
Yusuke Wada
1b77b0fe20 Handle 404 2022-01-01 23:01:54 +09:00
Yusuke Wada
d501cfd6fa Builtin Middleware! 2022-01-01 16:22:35 +09:00
Yusuke Wada
3198fa05d8 Use named import, add types by .d.ts file 2022-01-01 15:29:41 +09:00
Yusuke Wada
28e1d438f4
Update README.md 2021-12-28 21:16:27 +09:00
Yusuke Wada
c3c728d79d Fixed typo 2021-12-28 07:41:53 +09:00
Yusuke Wada
0ce2727e06 Fixed examples 2021-12-28 01:34:09 +09:00
Yusuke Wada
265a90eb18 Dont use default response filter 2021-12-23 04:24:14 +09:00
Yusuke Wada
f7a6da10b0 Update README 2021-12-23 03:11:32 +09:00
Yusuke Wada
50fb710e94
Update README.md 2021-12-21 18:37:24 +09:00
Yusuke Wada
b2778699d1 Middlewares works! 2021-12-21 17:37:02 +09:00
Yusuke Wada
a41c57dcc6 Update readme 2021-12-21 08:02:20 +09:00
Yusuke Wada
d2058b5f84 Implemented Middleware 2021-12-21 02:36:30 +09:00
Yusuke Wada
0bef792ac2 Update readme 2021-12-20 12:03:40 +09:00
Yusuke Wada
1d32618c5d Pass all tests! 2021-12-17 16:43:40 +09:00
Yusuke Wada
4e7b0047d4
Update document (#3) 2021-12-17 15:53:31 +09:00
Yusuke Wada
d2bbd67a5d Add related projects 2021-12-15 05:31:37 +09:00
Yusuke Wada
4bc2d12d55 Update readme 2021-12-15 05:17:56 +09:00
Yusuke Wada
4a68b0d8d7 Initial commit 2021-12-15 04:26:22 +09:00