Skip to content

Releases: withastro/adapters

@astrojs/cloudflare@10.2.6

11 May 05:44
be0b27d
Compare
Choose a tag to compare

Patch Changes

@astrojs/netlify@5.2.1

07 May 07:53
8b06b1c
Compare
Choose a tag to compare

Patch Changes

  • #255 3fa962d Thanks @ascorbic! - Fixes an issue with edge middleware where process.env was not defined, by using a polyfill to shim it

@astrojs/cloudflare@10.2.5

03 May 05:36
f14f4d7
Compare
Choose a tag to compare

Patch Changes

  • #249 72fc8ac Thanks @adrianlyjak! - Fixes build errors when wasm modules are imported from a file that is shared in both prerendered static pages and server side rendered pages

@astrojs/cloudflare@10.2.4

24 Apr 12:21
38c32c9
Compare
Choose a tag to compare

Patch Changes

@astrojs/cloudflare@10.2.3

23 Apr 05:11
87eb46c
Compare
Choose a tag to compare

Patch Changes

@astrojs/cloudflare@10.2.2

22 Apr 07:03
3be3be9
Compare
Choose a tag to compare

Patch Changes

@astrojs/cloudflare@10.2.1

22 Apr 06:08
1891490
Compare
Choose a tag to compare

Patch Changes

  • #238 1927f94 Thanks @alexanderniebuhr! - Fixes astro build which throws an error if it can't clean up dynamic imports for prerendered pages.

@astrojs/cloudflare@10.2.0

18 Apr 05:56
832c6ef
Compare
Choose a tag to compare

Minor Changes

  • #222 8f312da Thanks @Fryuni! - Fixes an issue, where unused code was not removed from the output, which led to issues with large projects with a lot of prerendered pages.

@astrojs/cloudflare@10.1.0

10 Apr 08:58
d10af69
Compare
Choose a tag to compare

Minor Changes

  • #229 1f4e40b Thanks @FlorianFlatscher! - Adds a new option for the Image service to the Cloudflare adapter. imageService: 'custom' does use the user defined settings, without applying any modification to it. You need to make sure that the configured settings are compatible with Cloudflare's workerd runtime yourself.

@astrojs/cloudflare@10.0.3

08 Apr 21:14
efb597b
Compare
Choose a tag to compare

Patch Changes