Skip to content

Releases: withastro/adapters

@astrojs/[email protected]

31 Oct 09:07
ff2e024
Compare
Choose a tag to compare
Pre-release

Major Changes

Minor Changes

  • #424 3351348 Thanks @ematipico! - Deprecates the entrypoints @astrojs/vercel/serverless and @astrojs/vercel/static. These will continue to work but are no longer documented and will be removed in a future version. We recommend updating to the @astrojs/vercel entrypoint as soon as you are able:

    -import vercel from "@astrojs/vercel/static"
    +import vercel from "@astrojs/vercel"
    -import vercel from "@astrojs/vercel/serverless"
    +import vercel from "@astrojs/vercel"

@astrojs/[email protected]

31 Oct 09:07
ff2e024
Compare
Choose a tag to compare
Pre-release

Major Changes

@astrojs/[email protected]

31 Oct 09:08
ff2e024
Compare
Choose a tag to compare
Pre-release

Major Changes

@astrojs/[email protected]

31 Oct 09:07
ff2e024
Compare
Choose a tag to compare
Pre-release

Major Changes

@astrojs/[email protected]

27 Oct 07:41
73cba1d
Compare
Choose a tag to compare

Minor Changes

  • #423 169ac24 Thanks @schummar! - Changes the logic which generates the _routes.json file to improve generation for projects with many static pages, while still making sure all routes work as expected.

Patch Changes

  • #409 d63bed8 Thanks @alexanderniebuhr! - Fixes an issue where cloudflare: scoped imports made the build fail. We externalize all imports with the cloudflare: scope by default now.

@astrojs/[email protected]

17 Oct 13:29
01e3776
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

17 Oct 13:29
01e3776
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

23 Sep 06:29
528b01f
Compare
Choose a tag to compare

Minor Changes

  • #394 44dfa99 Thanks @veitbjarsch! - Added functionality to compare include and exclude rules to reduce the amount of cloudflare rules

@astrojs/[email protected]

20 Sep 04:18
6cc9d05
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

18 Sep 05:24
5aec9a0
Compare
Choose a tag to compare

Patch Changes