241 Commits

Author SHA1 Message Date
aki-0421
79014c20c7
R: review fix 2023-04-05 08:43:56 +09:00
aki-0421
bed08977b8
F: readme 2023-04-02 20:21:37 +09:00
aki-0421
c74a22abac
R: fix 2023-04-02 20:19:48 +09:00
aki-0421
778456807e
F: add fetch example (wip) 2023-04-02 20:12:24 +09:00
aki-0421
eb6c550c8b
F: add fetch (wip) 2023-04-02 20:12:19 +09:00
syumai
3dcf908475
Merge pull request #27 from syumai/resolve-wait-until-promise-explicitly
resolve wait until promise explicitly
v0.11.0
2023-03-29 21:15:42 +09:00
syumai
3ddba2906e add feature of fetch event to README.md 2023-03-29 21:13:42 +09:00
syumai
532f1dcd1a rename cloudflare/context.go to cloudflare/fetchevent.go 2023-03-29 21:11:45 +09:00
syumai
db9b89a81e add doc comment for WaitUntil 2023-03-29 21:11:01 +09:00
syumai
580f856fda resolve wait until promise explicitly 2023-03-29 21:08:22 +09:00
syumai
49bfbf6625
Merge pull request #26 from aki-0421/wait-until
Add WaitUntil
2023-03-29 21:06:36 +09:00
aki-0421
dbe1f88794
F: add wait until example 2023-03-29 18:10:14 +09:00
aki-0421
cfb05f8e3b
F: add wait until 2023-03-29 18:10:05 +09:00
enricodk
238c532867 Get service bindings from the env object 2023-03-20 10:42:06 +11:00
syumai
48810b52f6
Merge pull request #25 from erkkah/fix/getruntimecontextenv
Fix reference to getRuntimeContextEnv
v0.10.2
2023-03-05 16:42:45 +09:00
Erik Agsjö
28533fa0da Fix reference to getRuntimeContextEnv 2023-03-04 11:43:23 +01:00
syumai
0931e915c4 add isIntegralNumber test cases 2023-02-26 18:44:21 +09:00
syumai
efa79d96d2
Merge pull request #23 from syumai/d1-treat-integral-float64-as-int64
treat D1 driver row's integral float64 value as int64
v0.10.1
2023-02-26 18:40:57 +09:00
syumai
a496d2d714 split isIntegralNumber func 2023-02-26 18:40:18 +09:00
syumai
53627e79e8 fix d1-blog-server example to use normal integer type 2023-02-26 18:16:16 +09:00
syumai
adfe33a878 treat D1 driver row's integral float64 value as int64 2023-02-26 18:15:59 +09:00
syumai
4e34fbaf38
Merge pull request #22 from syumai/fix-last-insert-id
fix last_row_id key name of D1
2023-02-26 17:41:36 +09:00
syumai
7c80414acf update d1-blog-server example 2023-02-26 17:40:24 +09:00
syumai
466065d6d3 fix last_row_id key name 2023-02-26 17:38:38 +09:00
syumai
dd17cf216c
Merge pull request #18 from syumai/add-d1-support
add Cloudflare D1 support
v0.10.0
2023-02-26 13:09:03 +09:00
syumai
2e0196ee60 remove import's blank line 2023-02-26 13:06:34 +09:00
syumai
0f092cebed remove jsutil.NewUUID() 2023-02-26 13:05:51 +09:00
syumai
acf15ae798 update README.md of d1 blog server example 2023-02-26 13:02:18 +09:00
syumai
e46e29aa7d update d1-blog-server example 2023-02-26 12:26:48 +09:00
syumai
bd02c8bd45 fix Connector implementation 2023-02-26 12:07:38 +09:00
syumai
14b5f8fda4 remove d1 driver's Open implementation 2023-02-26 11:47:13 +09:00
syumai
15b2701b9d remove unused js files in d1-blog-server example 2023-02-26 11:25:53 +09:00
syumai
a82a272ae2 fix d1-blog-server example 2023-02-26 11:25:53 +09:00
syumai
a287db8372 fix connector implementation 2023-02-26 11:25:53 +09:00
syumai
c7f74f0e94 move cloudflare's runtimecontext to cloudflare/internal package 2023-02-26 11:25:53 +09:00
syumai
35fd1e00a0 add d1-blog-server example 2023-02-26 11:25:53 +09:00
syumai
2aeed0ad5d fix rowsObj 2023-02-26 11:25:53 +09:00
syumai
f25a65c45a add NewUUID() to jsutil 2023-02-26 11:25:53 +09:00
syumai
b8bd0f88dc fix LastinsertId 2023-02-26 11:25:53 +09:00
syumai
e16f72b6aa remove Result interface 2023-02-26 11:25:53 +09:00
syumai
ac6f886f99 run goimports 2023-02-26 11:25:53 +09:00
syumai
48cd3a4637 add d1 driver implementation 2023-02-26 11:25:53 +09:00
syumai
46d83fb622 add empty implementation of Cloudflare D1 2023-02-26 11:25:53 +09:00
syumai
8cca6478cf fix MDN doc URL 2023-02-23 23:30:01 +09:00
syumai
d701686ffc move ToJSRequest and ToResponse to jshttp from dostub 2023-02-23 23:29:22 +09:00
syumai
51cc301c82 remove toHeader in dostub 2023-02-23 23:26:17 +09:00
syumai
ddaaeb53ac split jshttp/header.go 2023-02-23 23:25:43 +09:00
syumai
de512c97e0 split jshttp from jsutil 2023-02-23 23:20:21 +09:00
syumai
88f0dc1798 fix build error 2023-02-22 19:23:56 +09:00
syumai
d7d667f106
Merge pull request #21 from syumai/move-request-response-to-jsutil
move Reqeust / Response / ResponseWriterBuffer to jsutil
2023-02-22 19:14:13 +09:00