FRONTEND
Astro v6.3.4
RESUMEN
Patch Changes - #16723 `0f10bfe` Thanks @matthewp! - Adds `fetchFile` option to `experimental.advancedRouting` to customize or
Descripción Detallada
Patch Changes - #16723 `0f10bfe` Thanks @matthewp! - Adds `fetchFile` option to `experimental.advancedRouting` to customize or disable the entrypoint file ```js export default defineConfig({ experimental: { advancedRouting: { fetchFile: 'fetch.ts', }, }, }); ``` - #16723 `0f10bfe` Thanks @matthewp! - Fixes Hono `cache()` middleware to follow the standard wrapper pattern - #16723 `0f10bfe` Thanks @matthewp! - Adds `App.Providers` interface for typing custom context providers on `Astro` and `ctx` ```ts declare namespace App { interface Providers { oauth: import('./lib/oauth').OAuthSession; } } ``` - #16723 `0f10bfe` Thanks @matthewp! - Adds `FetchState.response` property, set automatically after `pages()` or `middleware(
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v14.1.5
### Patch Changes - [#17376](https://github.com/withastro/astro/pull/17376) [`0216368`](https://github.com/withastro/astro/commit/0216368c621dd033223ca91d670801fe423d631d) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes a bug where an explicit `cache: { enabled: false }`
FRONTEND
Astro v7.1.4
### Patch Changes - [#17488](https://github.com/withastro/astro/pull/17488) [`d4f266d`](https://github.com/withastro/astro/commit/d4f266de4af009876baa554708705e5ac36572bb) Thanks [@emerson-d-lopes](https://github.com/emerson-d-lopes)! - Fixes duplicate CSS files being emitted in server output whe