Yusuke Wada
|
3017a4a7ff
|
fix: Fixed context headers (#69)
|
2022-01-27 09:42:27 +09:00 |
|
Yusuke Wada
|
ff5a83b38b
|
perf: Speed up to calculate content-length (#67)
* perf: Speed up to calculate content-length
|
2022-01-27 09:09:54 +09:00 |
|
Yusuke Wada
|
68444b6932
|
feat: Add new shortcuts for request/response (#62)
* Add new shortcuts for request/response
* We have only `param`, we can not use `params`
* Update readme
* tweak
|
2022-01-26 13:10:05 +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 |
|
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
|
7920f9aadc
|
status and headers args on context text/json/html method (#34)
|
2022-01-09 06:53:26 +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
|
74bab8b795
|
Feature/html method (#31)
* Add c.html() method
* Use c.html() method
|
2022-01-08 13:46:49 +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
|
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 |
|