File tree 7 files changed +38
-3
lines changed
adapter-cloudflare-workers
7 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 59
59
" brave-weeks-allow" ,
60
60
" breezy-ears-fetch" ,
61
61
" breezy-games-count" ,
62
+ " breezy-mayflies-yawn" ,
62
63
" breezy-olives-battle" ,
63
64
" breezy-onions-remember" ,
64
65
" breezy-sheep-dress" ,
195
196
" few-singers-pump" ,
196
197
" few-suits-drive" ,
197
198
" few-suits-flash" ,
199
+ " few-walls-obey" ,
198
200
" fifty-cougars-agree" ,
199
201
" fifty-foxes-tan" ,
200
202
" fifty-taxis-tease" ,
244
246
" fuzzy-jeans-join" ,
245
247
" fuzzy-jobs-retire" ,
246
248
" fuzzy-kids-turn" ,
249
+ " fuzzy-news-raise" ,
247
250
" gentle-apes-tease" ,
248
251
" gentle-dogs-heal" ,
249
252
" gentle-rules-camp" ,
429
432
" moody-dingos-happen" ,
430
433
" moody-laws-draw" ,
431
434
" moody-queens-sell" ,
435
+ " moody-rabbits-complain" ,
432
436
" moody-scissors-love" ,
433
437
" moody-sheep-wash" ,
434
438
" moody-students-report" ,
891
895
" young-cougars-poke" ,
892
896
" young-ears-rhyme" ,
893
897
" young-hairs-cough" ,
898
+ " young-horses-kick" ,
894
899
" young-students-chew" ,
895
900
" young-swans-burn" ,
896
901
" young-ways-fail"
Original file line number Diff line number Diff line change 1
1
# @sveltejs/adapter-cloudflare-workers
2
2
3
+ ## 1.0.0-next.37
4
+
5
+ ### Patch Changes
6
+
7
+ - [ Breaking] refactor implementation from "Service Worker" pattern to "Module Worker" used in adapter-cloudflare ([ #4276 ] ( https://github.com/sveltejs/kit/pull/4276 ) )
8
+
9
+ #### add the following to your wrangler.toml
10
+
11
+ ``` toml
12
+ [build .upload ]
13
+ format = " modules"
14
+ main = " ./worker.mjs"
15
+ ```
16
+
3
17
## 1.0.0-next.36
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/adapter-cloudflare-workers" ,
3
- "version" : " 1.0.0-next.36 " ,
3
+ "version" : " 1.0.0-next.37 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/sveltejs/kit" ,
Original file line number Diff line number Diff line change 1
1
# create-svelte
2
2
3
+ ## 2.0.0-next.129
4
+
5
+ ### Patch Changes
6
+
7
+ - type check exception handling on form action ([ #4532 ] ( https://github.com/sveltejs/kit/pull/4532 ) )
8
+
9
+ * Update broken documentation links for ` App ` namespaces ([ #4627 ] ( https://github.com/sveltejs/kit/pull/4627 ) )
10
+
3
11
## 2.0.0-next.128
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-svelte" ,
3
- "version" : " 2.0.0-next.128 " ,
3
+ "version" : " 2.0.0-next.129 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/sveltejs/kit" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/kit
2
2
3
+ ## 1.0.0-next.314
4
+
5
+ ### Patch Changes
6
+
7
+ - Custom ` load ` ` dependencies ` in ` LoadOutput ` ([ #4536 ] ( https://github.com/sveltejs/kit/pull/4536 ) )
8
+
9
+ * Made LoadInput and LoadOutput types public, merged ErrorLoad and Load declarations ([ #4515 ] ( https://github.com/sveltejs/kit/pull/4515 ) )
10
+
3
11
## 1.0.0-next.313
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/kit" ,
3
- "version" : " 1.0.0-next.313 " ,
3
+ "version" : " 1.0.0-next.314 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/sveltejs/kit" ,
You can’t perform that action at this time.
0 commit comments