Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-31 | [ci] format | 2 | -3/+2 | ||
2025-03-31 | feat(cloudflare): add KV session storage support (#13514) | 2 | -1/+84 | ||
* feat(cloudflare): add KV session storage support * Change code block language to JSONC * Comments * Use user-defined binding name * Use createCodegenDir * Remove unused import | |||||
2025-03-21 | [ci] format | 1 | -1/+1 | ||
2025-03-21 | feat(cloudflare): global env (#13444) | 1 | -2/+3 | ||
* feat(cloudflare): global env * fix: test | |||||
2025-03-19 | fix: don't attempt to move files after build with base (#13463) | 1 | -13/+1 | ||
* fix: don't attempt to move files after build with base * Remove console * Reword changeset * Remove unused import | |||||
2025-02-24 | Replace globby/fast-glob/tiny-glob with tinyglobby (#13299) | 1 | -3/+2 | ||
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com> | |||||
2025-02-21 | feat(cloudflare): Includes onerror passthrough (#13201) | 1 | -1/+1 | ||
* ✨ Includes onerror passthrough param * :package: Includes Changeset | |||||
2025-02-07 | chore: fix linting issues | 3 | -17/+16 | ||
2025-02-07 | chore: move cloudflare adapter to core monorepo | 8 | -28/+28 | ||
2025-01-17 | Remove internal vue handling in cloudflare integration (#506) | 1 | -14/+0 | ||
2025-01-13 | feat: upgrade underscore-redirects (#501) | 1 | -31/+8 | ||
2025-01-07 | chore: update adapters to better support astro v5 (#454) | 3 | -35/+66 | ||
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> | |||||
2025-01-07 | fix(deps): update all non-major dependencies (#457) | 2 | -1/+5 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2025-01-07 | feat(cloudflare,netlify): stabilize astro:env secrets support (#496) | 1 | -1/+1 | ||
2024-12-13 | fix: cloudflare resolve conditions (#476) | 1 | -2/+2 | ||
2024-12-06 | Add support for `wrangler.jsonc` (#455) | 1 | -2/+7 | ||
2024-12-05 | Fix cloudflare ssr conditions setup (#465) | 1 | -20/+7 | ||
2024-11-28 | chore: fix build | 1 | -0/+1 | ||
2024-11-28 | Merge branch 'main' into next | 1 | -17/+3 | ||
2024-11-27 | fix(deps): update all non-major dependencies (#431) | 1 | -17/+3 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2024-10-31 | Merge branch 'main' into next | 2 | -5/+15 | ||
2024-10-31 | chore(deps): update all non-major dependencies (#428) | 1 | -0/+1 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2024-10-27 | chore: externalize `cloudflare:sockets` imports (#409) | 1 | -0/+10 | ||
2024-10-21 | feat: improve _routes.json generation (#423) | 1 | -5/+4 | ||
2024-10-01 | Merge branch 'main' into next | 1 | -5/+36 | ||
2024-09-23 | Reduce amount of rules in routes json file (#394) | 1 | -2/+33 | ||
2024-09-17 | Added windows support for static file path splitting (#387) | 1 | -3/+3 | ||
2024-09-16 | Adapter related changes for IntegrationData (#377) | 4 | -13/+11 | ||
* chore: port adapter related changes from astro #11864 * chore: bump version * chore: bump * fix: types * fix * fix: tests * fix: locals * Update expected image endpoint --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Matthew Phillips <matthew@skypack.dev> | |||||
2024-09-13 | feat: update adapters supported features to account for new shape for Astro ↵ | 1 | -4/+1 | ||
5 (#392) * feat: update adapters supported features to account for new shape for Astro 5 * chore: changeset | |||||
2024-09-11 | feat: remove hybrid (#375) | 2 | -6/+7 | ||
* feat: remove hybrid * fix: udpate with new API * fix: update for latest next changes * fix: more test-utils fix * fix: build * fix: build * fix: tests * fix: netlify * fix: astro env * fix: use types from AStro * chore: changeset | |||||
2024-09-02 | chore(deps): update all non-major dependencies (#370) | 1 | -2/+2 | ||
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com> | |||||
2024-08-29 | fix: build errors | 2 | -2/+4 | ||
2024-08-29 | chore: fix type errors | 1 | -2/+0 | ||
2024-08-20 | Upgrade to eslint v9 (#356) | 1 | -1/+2 | ||
2024-08-03 | fix(cloudflare): add proxy /_image endpoint (#335) | 1 | -2/+15 | ||
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> | |||||
2024-08-03 | fix(cloudflare): env vars in middleware & prerendering (#341) | 1 | -1/+7 | ||
2024-08-03 | fix(cloudflare): env vars in middleware for prerendering (#340) | 2 | -1/+29 | ||
2024-06-25 | fix(cloudflare): wrangler.toml error (#302) | 1 | -1/+1 | ||
2024-06-22 | feat(cloudflare): major v11 (#290) | 5 | -185/+86 | ||
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> | |||||
2024-06-20 | feat(cloudflare): remove experimental support for astro:env (#292) | 3 | -36/+0 | ||
2024-06-16 | fix: backward compatibility Astro <= 4.9 (#282) | 1 | -1/+5 | ||
2024-06-10 | feat(cloudflare): support astro:env (#258) | 3 | -0/+33 | ||
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> | |||||
2024-06-10 | feat(netlify): support astro:env (#275) | 1 | -2/+2 | ||
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io> | |||||
2024-06-07 | feat(cloudflare): support `txt` and `bin`(#251) | 2 | -46/+84 | ||
2024-05-11 | fix(cloudflare): node_modules on prerender pages only (#226) | 1 | -0/+21 | ||
2024-05-03 | fix(cloudflare): "shared" wasm module imports (#249) | 2 | -58/+148 | ||
2024-04-24 | fix(cloudflare): routes.json order (#247) | 1 | -4/+4 | ||
2024-04-23 | fix(cloudflare): ignore client build during cleanup (#243) | 3 | -2/+21 | ||
Co-authored-by: Luiz Ferraz <luiz@lferraz.com> | |||||
2024-04-22 | fix(cloudflare): removes log (#241) | 1 | -1/+0 | ||
2024-04-22 | fix(cloudflare): dynamic-imports-analyzer regexp to ast (#238) | 2 | -43/+92 | ||