-
feat: more helpful errors when using incompatible Node modules (#11673)
-
feat: support compatible node modules without prefixes (#11672)
-
feat: Add Node.js compatibility (#10544)
- Updated dependencies [
288f731c8a5b20cadb9e219f9583f3f16bf8c7b8
]:- @sveltejs/[email protected]
- chore(deps): update dependency worktop to v0.8.0-next.18 (#11618)
- chore: upgrade esbuild to 0.19.11 (#11632)
- breaking: generate plaintext 404.html instead of SPA-style fallback page (#11596)
- Updated dependencies [
2137717ea8592c310ada93490feabbd9eea125ea
]:- @sveltejs/[email protected]
-
fix: serve static files in
_app
from function, if not already handled (#11593) -
Updated dependencies [
553e14c8320ad9c6ebb3c554c35f1482755c9555
,48576de0dc8b1fbbab7954113004540ea4e76935
]:- @sveltejs/[email protected]
-
chore: update primary branch from master to main (
47779436c5f6c4d50011d0ef8b2709a07c0fec5d
) -
Updated dependencies [
47779436c5f6c4d50011d0ef8b2709a07c0fec5d
,16961e8cd3fa6a7f382153b1ff056bc2aae9b31b
,197e01f95652f511160f38b37b9da73a124ecd48
,102e4a5ae5b29624302163faf5a20c94a64a5b2c
,f8e3d8b9728c9f1ab63389342c31d7246b6f9db6
]:- @sveltejs/[email protected]
-
fix: retain URL query string for trailing slash redirects to prerendered pages (#11142)
-
Updated dependencies [
a7f8bdcfa
,a4d91304e
]:- @sveltejs/[email protected]
-
fix: correctly include
config.kit.paths.base
(#10604) -
Updated dependencies [
7c37a2fb3
,998fe2f19
,23721d1fb
,32afba695
]:- @sveltejs/[email protected]
-
fix: mark
cloudflare:
packages as external (#10404) -
Updated dependencies [
0f0049810
,6f36aefe1
]:- @sveltejs/[email protected]
-
chore: upgrade to esbuild 0.18.11 (#10330)
-
Updated dependencies [
23d1df702
,486a971fe
]:- @sveltejs/[email protected]
- feat: add cloudflare's
request.cf
object to theevent.platform
property (#9978)
- Updated dependencies [
4aa976e50
,c1d34584f
,1c0423b65
,7499d8f31
,81af6baf9
,86dd16cc1
,195e9ac22
]:- @sveltejs/[email protected]
- 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/[email protected]
- fix: respect response status code for caching in
adapter-cloudflare
(#9820)
- chore: update all dependencies with minor version bumps (#9761)
- Updated dependencies [
2b647fd8
,fbe4fe76
,744dc81c
]:- @sveltejs/[email protected]
- 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