Yusuke Wada
|
4a795dab88
|
Fix redirect method (#37)
|
2022-01-10 00:03:48 +09:00 |
|
Yusuke Wada
|
4741fd3c4b
|
Feature/redirect (#36)
* Add redirect method
* Make Headers type
* Typecheck
|
2022-01-09 22:51:58 +09:00 |
|
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
|
7920f9aadc
|
status and headers args on context text/json/html method (#34)
|
2022-01-09 06:53:26 +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
|
564ca88018
|
Update hono version
|
2022-01-08 13:58:32 +09:00 |
|
Yusuke Wada
|
77a8ce82c8
|
Update README
|
2022-01-08 13:51:50 +09:00 |
|
Yusuke Wada
|
74bab8b795
|
Feature/html method (#31)
* Add c.html() method
* Use c.html() method
|
2022-01-08 13:46:49 +09:00 |
|
Yusuke Wada
|
2146648367
|
Add SSR with Nono-JSX example (#30)
|
2022-01-08 13:33:21 +09:00 |
|
Yusuke Wada
|
d73472cc3a
|
Update README
|
2022-01-08 09:48:22 +09:00 |
|
Minghe
|
cb4f3d6282
|
feat(basic-auth): basic-auth middleware (#28)
* feat(basic-auth): basic-auth middleware
* fix(dep): update yarn.lock
* refactor(review): resolove some comments
|
2022-01-07 17:44:08 +09:00 |
|
Yusuke Wada
|
00adeb7bcb
|
Update text
|
2022-01-07 17:41:11 +09:00 |
|
Yusuke Wada
|
cb7120cec8
|
Chaind route without route method (#29)
fixed #25
|
2022-01-07 17:19:04 +09:00 |
|
Minghe
|
7c87ac68cd
|
Setup lint to enable code styles check (#27)
* feat(ci): setup github action to enable ci
* feat(ci): enable lint
* fix(lint): fix critical code style issues
|
2022-01-07 07:03:54 +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
|
64dfc8faf9
|
Remove methods.ts (#22)
|
2022-01-05 22:28: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
|
ce6bd99118
|
Use test directory (#19)
|
2022-01-04 07:43:46 +09:00 |
|
Yusuke Wada
|
dbb5016a58
|
Use edge-mock instead of node-fetch (#18)
|
2022-01-04 07:02:31 +09:00 |
|
Minghe
|
23ba6f5c67
|
Logger middleware (#17)
|
2022-01-04 06:06:49 +09:00 |
|
Yusuke Wada
|
dd2ec20807
|
Bumped v0.0.10
|
2022-01-03 18:15:44 +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
|
b8512b0bbf
|
Update d.ts (#15)
|
2022-01-03 02:35:30 +09:00 |
|
Yusuke Wada
|
b6d9eb3ad9
|
Add instruction (#14)
|
2022-01-02 22:46:36 +09:00 |
|
Yusuke Wada
|
e9e4ec096a
|
Add keywords to package.json (#13)
|
2022-01-02 22:01:09 +09:00 |
|
Yusuke Wada
|
e48bd4b4de
|
some fixed
|
2022-01-02 18:34:36 +09:00 |
|
Yusuke Wada
|
818e5cafcf
|
ignore .github
|
2022-01-02 00:32:01 +09:00 |
|
Yusuke Wada
|
5408416ce0
|
Bumped v0.0.9
|
2022-01-02 00:31:01 +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
|
6190e81964
|
Create CODE_OF_CONDUCT.md (#12)
|
2022-01-01 23:31:40 +09:00 |
|
Yusuke Wada
|
6c8b56859b
|
Throw typeerror when middleware is not async function
|
2022-01-01 23:18:48 +09:00 |
|
Yusuke Wada
|
1b77b0fe20
|
Handle 404
|
2022-01-01 23:01:54 +09:00 |
|
Yusuke Wada
|
8c96d99dee
|
Move util method to util.js
|
2022-01-01 21:56:41 +09:00 |
|
Yusuke Wada
|
28663ea672
|
defaultFilter as builtin Middleware
|
2022-01-01 21:48:08 +09:00 |
|
Yusuke Wada
|
6bdfe2a2cf
|
Update hono module versions
|
2022-01-01 16:49:30 +09:00 |
|
Yusuke Wada
|
e32ed85ad1
|
Bumped v0.0.8
|
2022-01-01 16:24:52 +09:00 |
|
Yusuke Wada
|
d501cfd6fa
|
Builtin Middleware!
|
2022-01-01 16:22:35 +09:00 |
|
Yusuke Wada
|
53418f984a
|
Update example, use npm package
|
2022-01-01 15:43:27 +09:00 |
|
Yusuke Wada
|
1ad6549e81
|
Bumped v0.0.7
|
2022-01-01 15:35:17 +09:00 |
|
Yusuke Wada
|
bc34513b02
|
Merge pull request #10 from yusukebe/feature/dont-use-proxy
New API
|
2022-01-01 15:30:51 +09:00 |
|
Yusuke Wada
|
3198fa05d8
|
Use named import, add types by .d.ts file
|
2022-01-01 15:29:41 +09:00 |
|
Yusuke Wada
|
71aac69116
|
Dont use proxy
|
2022-01-01 13:26:34 +09:00 |
|
Yusuke Wada
|
16350cb3fe
|
Remove not used property
|
2021-12-31 17:36:20 +09:00 |
|