460 Commits

Author SHA1 Message Date
syumai
ea05cf1577 fix go.mod in _examples 2023-04-30 12:46:34 +09:00
syumai
d7adb7187e move examples to _examples 2023-04-30 12:42:20 +09:00
syumai
c81b2375cc
Merge pull request #48 from syumai/remove-dollar-marks-from-readme-commands
remove $ from README commands
2023-04-30 12:19:36 +09:00
syumai
02d4cce572 remove $ from README commands 2023-04-30 12:18:47 +09:00
syumai
119ede3b02
Merge pull request #47 from syumai/move-templates
move templates into workers repository
2023-04-30 12:15:46 +09:00
syumai
35230c5774 update README.md descriptions 2023-04-30 12:15:01 +09:00
syumai
305ba9fe68 update README.md 2023-04-30 12:10:50 +09:00
syumai
058165ca1c add worker-go template 2023-04-30 11:54:32 +09:00
syumai
8978b3b2b0 add worker-tinygo template 2023-04-30 11:52:54 +09:00
syumai
ac05c2a9ae
Merge pull request #46 from syumai/move-cron-into-cloudflare
move cron into cloudflare
v0.16.0
2023-04-30 11:16:32 +09:00
syumai
ea2393e691 update example 2023-04-30 11:04:28 +09:00
syumai
c3ffe35174 update README.md 2023-04-30 11:02:06 +09:00
syumai
30fff6c560 rename some types in cron package 2023-04-30 11:00:00 +09:00
syumai
d3e1df72ac move cron into cloudflare package 2023-04-30 10:54:24 +09:00
syumai
e1ef423ff7
Merge pull request #45 from aki-0421/scheduled
Add Scheduled worker
2023-04-30 10:51:30 +09:00
aki-0421
e068d7a414
F: add cron example 2023-04-30 10:35:04 +09:00
aki-0421
683e5e9a65
F: add ScheduledEvent 2023-04-30 10:29:40 +09:00
syumai
2aaffcae6f
Merge pull request #44 from syumai/fix-examples
fix example's build commands and paths
2023-04-30 07:15:34 +09:00
syumai
2528bf515c fix example's build commands and paths 2023-04-30 07:13:49 +09:00
syumai
a92e46315d revert examples/assets deletion 2023-04-30 00:49:07 +09:00
syumai
28b07fb68c
Merge pull request #43 from syumai/use-workers-assets-gen
use workers-assets-gen in examples
2023-04-30 00:38:41 +09:00
syumai
71b7cdb1c9 use workers-assets-gen in examples 2023-04-30 00:36:00 +09:00
syumai
110f08f400
Merge pull request #41 from syumai/add-workers-gen-go-command
add workers-assets-gen command to generate JS code automatically
v0.15.0
2023-04-30 00:26:59 +09:00
syumai
1ab57a44ff fix file path of wasm_exec_go.js 2023-04-30 00:25:57 +09:00
syumai
9895c004f4 Merge branch 'main' into add-workers-gen-go-command 2023-04-30 00:25:05 +09:00
syumai
4a1d49c53e
Merge pull request #42 from syumai/update-worker-mjs
update worker.mjs
2023-04-29 18:32:12 +09:00
syumai
4566ca3852 update worker.mjs 2023-04-29 18:30:15 +09:00
syumai
dc5d872e1c updated worker.mjs and shim.mjs 2023-04-29 18:21:45 +09:00
syumai
a310604cc9 rename workers-gen-go to workers-assets-gen 2023-04-29 17:55:55 +09:00
syumai
496d28e86a use workers-gen-go command in hello example 2023-04-29 17:52:50 +09:00
syumai
1127e6bba3 add workers-gen-go-command 2023-04-29 17:38:18 +09:00
syumai
65e5dce287
Merge pull request #40 from syumai/rename-response-writer-buffer-to-response-writer
rename ResponseWriterBuffer to ResponseWriter
2023-04-29 12:20:39 +09:00
syumai
5d83286215 rename ResponseWriterBuffer to ResponseWriter 2023-04-29 12:18:34 +09:00
syumai
54a72213c6
Merge pull request #39 from syumai/commonize-to-response-func
commonize ToJSResponse func logic
2023-04-29 12:08:21 +09:00
syumai
78444c3c67 commonize ToJSResponse func 2023-04-29 11:59:09 +09:00
syumai
a0ec52cd49
Merge pull request #38 from aki-0421/cache
Add Cache API
v0.14.0
2023-04-28 23:44:41 +09:00
aki-0421
0e294e7dc7
R: fix typo 2023-04-28 20:10:09 +09:00
aki-0421
4b52e17157
F: support cache API 2023-04-26 14:19:09 +09:00
aki-0421
46aea871f2
F: add cache API example 2023-04-26 14:17:30 +09:00
aki-0421
3fed99fa50
F: add cache API 2023-04-26 12:57:36 +09:00
aki-0421
a19471694e
R: allow null body 2023-04-26 12:56:33 +09:00
syumai
086a224243
Merge pull request #36 from aki-0421/fetch-event
Full support for FetchEvent
v0.13.0
2023-04-22 01:23:56 +09:00
syumai
cd76e88c35 add Demo URL to pages-functions example 2023-04-22 00:43:47 +09:00
syumai
b07e909f54
Merge pull request #37 from zztkm/add-pages-functions-example
add(examples): pages functions example
2023-04-22 00:39:43 +09:00
zztkm
16692e1f71 add(examples): pages functions example 2023-04-20 23:52:16 +09:00
aki-0421
a867a2dcbf
R: fix 500 error bug 2023-04-20 21:29:18 +09:00
aki-0421
1e152e5743
F: update readme 2023-04-20 11:53:07 +09:00
あき
3d810694ca
Merge branch 'syumai:main' into fetch-event 2023-04-20 08:13:53 +09:00
aki-0421
f47632578f
F: add fetch-event example 2023-04-20 08:13:19 +09:00
aki-0421
985be71fa8
R: remove wait-until example 2023-04-20 07:57:24 +09:00