- 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(cloudflare): 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 instructions to README for configuring a new/existing Pages project
- Allow
- Add new "adapter-cloudflare" package for Cloudflare Pages with Workers integration (#2815)
- Initial release