- 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/[email protected]
-
fix: correctly check URL pathname with Cloudflare adapter (#8733)
-
Updated dependencies [
eba8fb09
,c14f3aeb
]:- @sveltejs/[email protected]
- breaking: append
_headers
instead of overwriting (#8693)
- feat: include as many static assets as possible in exclude list (#8422)
- Updated dependencies [
06a56ae5
,06a56ae5
,2726e7c2
]:- @sveltejs/[email protected]
- docs: move adapter docs to site (#8531)
-
chore: remove superfluous main field from package.json (#8519)
-
Updated dependencies [
7e2d3405
]:- @sveltejs/[email protected]
- 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/[email protected]
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/[email protected]
- 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