Yusuke Wada
|
9f91d09814
|
fix: Content-Length middleware not as default (#55)
* fix: miniflare error `ReadableStream is locked`
* Remove Content-Length middleware from default
|
2022-01-19 18:45:42 +09:00 |
|
Yusuke Wada
|
f1c6ef0740
|
feat: CORS middleware (#53)
* Update blog example
* Implemented
* Fixed blog example
|
2022-01-19 09:33:27 +09:00 |
|
Yusuke Wada
|
98924ce164
|
Bumped v0.0.15
|
2022-01-19 01:45:08 +09:00 |
|
Yusuke Wada
|
b6c3eef686
|
feat: default route with wildcard (#52)
* Default wildcard route
* Update example
* Add test
|
2022-01-19 01:44:21 +09:00 |
|
Yusuke Wada
|
bde83550e2
|
Bump v0.0.14
|
2022-01-16 21:56:33 +09:00 |
|
Yusuke Wada
|
1b54eb0fac
|
feat: Add content-length (#49)
|
2022-01-16 21:52:49 +09:00 |
|
Yusuke Wada
|
7c92d55a25
|
feat: Error handling (#48)
|
2022-01-16 21:34:06 +09:00 |
|
Yusuke Wada
|
a22a0ebbfa
|
Fixed durable objects example (#46)
|
2022-01-13 03:46:34 +09:00 |
|
Yusuke Wada
|
03d9dc835b
|
docs: fixed readme (#45)
* typo
* tweak
|
2022-01-13 02:29:11 +09:00 |
|
Justin Noel
|
56de23a723
|
fix: correct typo for change directory (#44)
|
2022-01-13 02:16:05 +09:00 |
|
Yusuke Wada
|
53393deebf
|
Fixed example
|
2022-01-12 09:32:57 +09:00 |
|
Yusuke Wada
|
13b9730ce7
|
Bumped v0.0.13
|
2022-01-12 09:27:28 +09:00 |
|
Yusuke Wada
|
fceed7465a
|
Support module workers syntax for Cloudflare Workers (#43)
* add fetch method and modify context
* Add example of Durable Objects
* Fixed export/import style
* Update readme
* Fixed script
|
2022-01-12 09:20:16 +09:00 |
|
Minghe
|
52b56e6ddb
|
feat(miniflare): repalce service-worker-mock with miniflare (#41)
* feat(miniflare): repalce service-worker-mock with miniflare
* feat(ci): add build step
|
2022-01-12 02:14:53 +09:00 |
|
Minghe
|
23daf7e1fa
|
feat(body-parse): a body parse middleware (#38)
|
2022-01-11 16:09:37 +09:00 |
|
Yusuke Wada
|
511c0ebd7e
|
Feature/example blog (#39)
* Add blog CRUD example
* Fixed some
* Exclude example test
|
2022-01-10 23:30:19 +09:00 |
|
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 |
|