-
fix: mark
cloudflare:
packages as external (#10404) -
Updated dependencies [
0f0049810
,6f36aefe1
]:- @sveltejs/kit@1.22.4
-
chore: upgrade to esbuild 0.18.11 (#10330)
-
Updated dependencies [
23d1df702
,486a971fe
]:- @sveltejs/kit@1.22.2
- feat: add cloudflare's
request.cf
object to theevent.platform
property (#9978)
- Updated dependencies [
4aa976e50
,c1d34584f
,1c0423b65
,7499d8f31
,81af6baf9
,86dd16cc1
,195e9ac22
]:- @sveltejs/kit@1.19.0
- fix: require explicit cache-control header for caching (#9885)
-
fix: Copy .wasm files during build (#9909)
-
Updated dependencies [
50acb22ca
,2e6da9496
,a81106b3a
,a6338a0b1
,4a85b7f08
,26d2b7f8f
,bc70b4e63
,ab9f57721
]:- @sveltejs/kit@1.17.0
- fix: respect response status code for caching in
adapter-cloudflare
(#9820)
- chore: update all dependencies with minor version bumps (#9761)
- feat: allow custom
include
andexclude
rules in_routes.json
(#9111)
-
fix: exclude
_headers
and_redirects
files from Cloudflare Pages static request list (#9042) -
fix: remove redundant cloudflare worker static asset serving (#9040)
-
Updated dependencies [
19c0e62a
]:- @sveltejs/kit@1.5.7
-
fix: correctly check URL pathname with Cloudflare adapter (#8733)
-
Updated dependencies [
eba8fb09
,c14f3aeb
]:- @sveltejs/kit@1.3.6
- breaking: append
_headers
instead of overwriting (#8693)
- feat: include as many static assets as possible in exclude list (#8422)
- docs: move adapter docs to site (#8531)
-
chore: remove superfluous main field from package.json (#8519)
-
Updated dependencies [
7e2d3405
]:- @sveltejs/kit@1.1.1
- fix: don't load ambient worker types (#8483)
-
docs: add note about inability to access file system at runtime (#8441)
-
Updated dependencies [
9c01c32e
,b6ca02a6
,130abe43
,c4137536
,40464efa
,ce028470
]:- @sveltejs/kit@1.0.12
First major release, see below for the history of changes that lead up to this. Starting from now all releases follow semver and changes will be listed as Major/Minor/Patch
- breaking: remove warnings/errors about removed/changed APIs (#8019)
- Updated dependencies [
f42604a2
]:- @sveltejs/kit@1.0.0-next.589
- chore: add peerDependencies, add more specific next version (#8141)
- fix: revert platform change from browser to neutral (#8122)
- fix: set esbuild platform to neutral (#8083)
- update esbuild to ^0.16.3 (#7543)
- update dependencies (#7355)
- Use config.kit.paths.base prefix for static assets (#4448)
- Ensure all excluded paths in
_routes.json
start with / (#6952)
- Support Cloudflare Pages
_routes.json
specification (#6530)
- Include ambient.d.ts files in adapter packages. (#6917)
- fix: return 404 instead of 200 for missing assets (#6879)
- chore: bump esbuild (#6829)
- Update to esbuild 0.15 (#6740)
- feat: Moved hooks.js initialization from Server.respond into Server.init (#6179)
- Initialise
env
(#5663)
- breaking: remove writeStatic to align with Vite (#5618)
- Update dependencies (#5005)
- breaking: Don't pass arbitrary options to esbuild (#4639)
- Expose App interfaces (#5386)
- chore: upgrade TypeScript to 4.7.4 (#5414)
- Expose Cloudflare Worker Cache API through
caches
in Platform (#5081)
- Generate sourcemaps for server-side functions when bundling with esbuild (#5258)
- Update dependencies (#5121)
- Update adapter entrypoint typings to be NodeNext/ESNext-compatible (#5111)
- only serve
_app/immutable
with immutable cache header, not_app/version.json
(#5051)
- Add types to pkg.exports (#5045)
- breaking: Remove try-catch around server.respond (#4738)
- chore: more restrictive cache lookup & save conditions (#4669)
- Check for Cache match sooner; use
worktop
for types & Cache operations (#4453) - Add cloudflare cache to store responses with a cache header. (#4412)
- Provide getClientAddress function (#4289)
- breaking: replace builder.prerender() with builder.writePrerendered() and builder.prerendered (#4192) (#4229)
- Bumping versions again (#4090)
- Attempt to force @next version bump (#4088)
- breaking: rename
app.render
toserver.respond
(#4034)
- Add
context
toevent.platform
object (#3868)
- update to Vite 2.8 and esbuild 0.14 (#3791)
- Pass
env
object to SvelteKit viaplatform
(#3429)
- Breaking: change app.render signature to (request: Request) => Promise (#3384)
- Add immutable cache headers to generated assets (#3222)
- use posix to resolve relative path (#3214)
- Overhaul adapter API (#2931)
- Remove esbuild options (#2931)
- Update adapters to provide app.render with a url (#3133)
- Updated Cloudflare adapter to allow static files with spaces (eg. "Example File.pdf") to be accessed. (#3047)
- update to esbuild 0.13.15 and other dependency updates (#2957)
- Allow
npm publish
to succeed viapublishConfig.access
config (#2834)
- Add new
adapter-cloudflare
package for Cloudflare Pages with Workers integration (#2815)
- Initial release