- Provide getClientAddress function (#4289)
- [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered (#4192) (#4229)
- [breaking] rename
app.render
toserver.respond
(#4034)
- revert change to Cloudflare ES target version (#3847)
- Fix Cloudflare adapter targets (#3827)
- update to Vite 2.8 and esbuild 0.14 (#3791)
- Breaking: change app.render signature to (request: Request) => Promise (#3384)
- Add immutable cache headers to generated assets (#3222)
- use path/posix to resolve relative paths for esmodules (#3212)
- Overhaul adapter API (#2931)
- Remove esbuild options (#2931)
- Update adapters to provide app.render with a url (#3133)
- update to esbuild 0.13.15 and other dependency updates (#2957)
- [chore] upgrade
@cloudflare/kv-asset-handler
(#2650)
- update dependencies (#2574)
- update to vite 2.6.0 and esbuild 0.13 (#2522)
- [chore] add links to repository and homepage to package.json (#2425)
- [chore] export package.json from adapters (#2351)
- Support assigning multiple values to a header (#2313)
- Ensure the raw body is an Uint8Array before passing it to request handlers (#2215)
- d81de603: revert adapters automatically updating .gitignore (#1924)
- e9f78999: fix: include esbuild config in adapter type definition (#1954)
- e6995797: feat(adapters): expose esbuild configuration (#1914)
- 4720b67: Default body parsing to binary (#1890)
- 7faf52f: Update and consolidate checks for binary body types (#1687)
- 9f0c54a: Externalize app initialization to adapters (#1804)
- c51ab7d: Upgrade esbuild to ^0.12.5 (#1627)
- edc307d: Remove peerDependencies due to pnpm bug (#1621)
- 2636e68: Attempt to fix peerDependencies specification (#1620)
- 028abd9: Pass validated svelte config to adapter adapt function (#1559)
- Updated dependencies [6372690]
- Updated dependencies [c3d36a3]
- Updated dependencies [bf77940]
- Updated dependencies [2172469]
- Updated dependencies [028abd9]
- @sveltejs/kit@1.0.0-next.110
- 71e293d: change toml parser to support dotted keys and other language features added after the TOML v0.4.0 spec (#1509)
- dca4946: Make kit a peerDependency of the adapters (#1505)
- Updated dependencies [261ee1c]
- Updated dependencies [ec156c6]
- Updated dependencies [586785d]
- @sveltejs/kit@1.0.0-next.109
- dad93fc: Fix workspace dependencies (#1434)
- 11e7840: Ensure rawBody is a string or Uint8Array (#1382)
- c6fde99: Convert to ESM (#1323)
- 9e67505: Add es2020 target to esbuild function to solve Unexpected character '#' error (#1287)
- 2e72a94: Add type declarations (#1230)
- b372d61: Generate required package.json (#1116)
- 1237eb3: Pass rawBody to SvelteKit, bundle worker with esbuild (#1109)
- 4325b39: Aligns request/response API of cloudflare-workers adapter with others (#946)
- e890031: Fix dev/prod deps (oops) (#749)