Skip to content

Latest commit

 

History

History
292 lines (148 loc) · 7.07 KB

CHANGELOG.md

File metadata and controls

292 lines (148 loc) · 7.07 KB

@sveltejs/adapter-cloudflare

1.0.0

Major Changes

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

1.0.0-next.45

Patch Changes

1.0.0-next.44

Patch Changes

  • [chore] add peerDependencies, add more specific next version (#8141)

1.0.0-next.43

Patch Changes

  • [fix] revert platform change from browser to neutral (#8122)

1.0.0-next.42

Patch Changes

  • [fix] set esbuild platform to neutral (#8083)

1.0.0-next.41

Patch Changes

  • update esbuild to ^0.16.3 (#7543)

1.0.0-next.40

Patch Changes

  • update dependencies (#7355)

1.0.0-next.39

Patch Changes

  • Use config.kit.paths.base prefix for static assets (#4448)

1.0.0-next.38

Patch Changes

  • Ensure all excluded paths in _routes.json start with / (#6952)

1.0.0-next.37

Patch Changes

  • Support Cloudflare Pages _routes.json specification (#6530)

1.0.0-next.36

Patch Changes

  • Include ambient.d.ts files in adapter packages. (#6917)

1.0.0-next.35

Patch Changes

  • [fix] return 404 instead of 200 for missing assets (#6879)

1.0.0-next.34

Patch Changes

  • [chore] bump esbuild (#6829)

1.0.0-next.33

Patch Changes

  • Update to esbuild 0.15 (#6740)

1.0.0-next.32

Patch Changes

  • [feat] Moved hooks.js initialization from Server.respond into Server.init (#6179)

1.0.0-next.31

Patch Changes

1.0.0-next.30

Patch Changes

  • [breaking] remove writeStatic to align with Vite (#5618)

1.0.0-next.29

Patch Changes

  • Update dependencies (#5005)

1.0.0-next.28

Patch Changes

  • [breaking] Don't pass arbitrary options to esbuild (#4639)

1.0.0-next.27

Patch Changes

  • Expose App interfaces (#5386)

1.0.0-next.26

Patch Changes

  • [chore] upgrade TypeScript to 4.7.4 (#5414)

1.0.0-next.25

Patch Changes

  • Expose Cloudflare Worker Cache API through caches in Platform (#5081)

1.0.0-next.24

Patch Changes

  • Generate sourcemaps for server-side functions when bundling with esbuild (#5258)

1.0.0-next.23

Patch Changes

  • Update dependencies (#5121)

1.0.0-next.22

Patch Changes

  • Update adapter entrypoint typings to be NodeNext/ESNext-compatible (#5111)

1.0.0-next.21

Patch Changes

  • only serve _app/immutable with immutable cache header, not _app/version.json (#5051)

1.0.0-next.20

Patch Changes

  • Add types to pkg.exports (#5045)

1.0.0-next.19

Patch Changes

  • [breaking] Remove try-catch around server.respond (#4738)

1.0.0-next.18

Patch Changes

  • chore(cloudflare): more restrictive cache lookup & save conditions (#4669)

1.0.0-next.17

Patch Changes

  • Check for Cache match sooner; use worktop for types & Cache operations (#4453)
  • Add cloudflare cache to store responses with a cache header. (#4412)

1.0.0-next.16

Patch Changes

  • Provide getClientAddress function (#4289)

1.0.0-next.15

Patch Changes

  • [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered (#4192) (#4229)

1.0.0-next.14

Patch Changes

  • Bumping versions again (#4090)

1.0.0-next.13

Patch Changes

  • Attempt to force @next version bump (#4088)

1.0.0-next.12

Patch Changes

  • [breaking] rename app.render to server.respond (#4034)

1.0.0-next.11

Patch Changes

  • Add context to event.platform object (#3868)

1.0.0-next.10

Patch Changes

  • update to Vite 2.8 and esbuild 0.14 (#3791)

1.0.0-next.9

Patch Changes

  • Pass env object to SvelteKit via platform (#3429)

1.0.0-next.8

Patch Changes

  • Breaking: change app.render signature to (request: Request) => Promise (#3384)

1.0.0-next.7

Patch Changes

  • Add immutable cache headers to generated assets (#3222)

1.0.0-next.6

Patch Changes

  • use posix to resolve relative path (#3214)

1.0.0-next.5

Patch Changes

  • Overhaul adapter API (#2931)
  • Remove esbuild options (#2931)
  • Update adapters to provide app.render with a url (#3133)

1.0.0-next.4

Patch Changes

  • Updated Cloudflare adapter to allow static files with spaces (eg. "Example File.pdf") to be accessed. (#3047)

1.0.0-next.3

Patch Changes

  • update to esbuild 0.13.15 and other dependency updates (#2957)

1.0.0-next.2

Patch Changes

    • Allow npm publish to succeed via publishConfig.access config (#2834)
    • Add instructions to README for configuring a new/existing Pages project

1.0.0-next.1

Patch Changes

  • Add new "adapter-cloudflare" package for Cloudflare Pages with Workers integration (#2815)

1.0.0-next.0

  • Initial release