Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-06 | Refactor passing compressHTML (#7585) | 9 | -28/+20 | ||
2023-07-06 | Simpify passing endpoint logging option (#7584) | 5 | -10/+7 | ||
2023-07-06 | corrected grammar. minor change (#7580) | 2 | -1/+6 | ||
2023-07-05 | Update benchmark.yml | 1 | -1/+4 | ||
2023-07-06 | Refactor `SSRResult` and `RenderContext` (#7575) | 19 | -77/+59 | ||
2023-07-05 | [ci] format | 1 | -1/+1 | ||
2023-07-05 | feat: `astro info` command (#7432) | 4 | -6/+87 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-07-05 | [ci] format | 7 | -31/+32 | ||
2023-07-05 | feat: vercel edge middleware support (#7532) | 36 | -50/+758 | ||
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-07-05 | refactor: use only manifest to compute information (#7571) | 2 | -44/+59 | ||
* refactor: use only manifest to compute information * use entry modules * revert entry modules | |||||
2023-07-05 | [ci] release (#7559)astro@2.7.4 | 42 | -75/+77 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-07-05 | [ci] format | 1 | -1/+1 | ||
2023-07-05 | Fix MDX README typo (#7567) | 1 | -1/+1 | ||
2023-07-05 | Fix style crawling logic for CSS HMR (#7565) | 4 | -7/+22 | ||
2023-07-04 | Move createBasicEnvironment as test-util (#7560) | 14 | -79/+71 | ||
2023-07-04 | Handle callGetStaticPaths TODO (#7558) | 3 | -37/+41 | ||
2023-07-04 | chore: fix incorrect default type (#7562) | 1 | -1/+1 | ||
2023-07-04 | Batch iterator buffering to reduce number of timeout calls (#7544) | 2 | -4/+26 | ||
2023-07-03 | Fix CI lint command (#7554) | 1 | -20/+1 | ||
2023-07-03 | Fix incorrect format from organize-imports-cli (#7553) | 1 | -0/+3 | ||
2023-07-03 | Refactor getParamsAndProps code (#7537) | 7 | -119/+138 | ||
2023-07-03 | [ci] format | 1 | -2/+0 | ||
2023-07-03 | feat: use typescript-eslint@v6's reworked configs (#7425) | 154 | -459/+318 | ||
2023-07-03 | [ci] release (#7526)create-astro@3.1.9astro@2.7.3@astrojs/vercel@3.6.0@astrojs/image@0.17.2@astrojs/cloudflare@6.6.0 | 54 | -134/+142 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-07-03 | Temporary fix for examples check (#7550) | 1 | -2/+3 | ||
2023-07-03 | [ci] format | 3 | -3/+9 | ||
2023-07-03 | fix: make `Picture` generate valid dev URLs (#7500) | 5 | -1/+36 | ||
2023-07-03 | [ci] format | 2 | -2/+6 | ||
2023-07-03 | Update style attribute behavior for better object support (#7542) | 6 | -11/+32 | ||
2023-07-03 | Make APIRoute generic like APIContext (#7521) | 2 | -4/+9 | ||
2023-07-01 | Move code block titles into comments to match docs (#7543) | 15 | -124/+69 | ||
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> | |||||
2023-06-30 | [ci] format | 1 | -2/+4 | ||
2023-06-30 | Fix multiple `create-astro` registry issues (#7539) | 5 | -16/+20 | ||
* fix: getVersion Error when registry ends with '/' * Update .changeset/old-seahorses-fold.md * Update .changeset/old-seahorses-fold.md * refactor: cleanup registry logic * chore: update changeset * fix(create-astro): update registry logic to rely on `fetch` * chore: update changeset * chore: update lockfile * Update old-seahorses-fold.md --------- Co-authored-by: jincheng32537 <jincheng32537@hundsun.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <nate@astro.build> | |||||
2023-06-30 | fix: don't serialize `undefined` as `null` (#7531) | 6 | -37/+145 | ||
* fix: don't serialize `undefined` as `null` * test: include more types in the pass-js test | |||||
2023-06-30 | Remove unused getParamsAndProps call (#7535) | 1 | -11/+0 | ||
2023-06-30 | Fix image metadata generation (#7510) | 3 | -4/+15 | ||
* Fix problem where image metadata generation throwed error when provided url started with /@astroimage * Remove unnecessary changes | |||||
2023-06-30 | fix(#7471): fallback to npm registry if config command fails (#7527) | 3 | -4/+18 | ||
2023-06-30 | Refactor telemetry usage flow (#7522) | 15 | -49/+18 | ||
2023-06-30 | [ci] format | 2 | -15/+13 | ||
2023-06-30 | feature(astrojs/cloudflare): add support for `splitted` SSR bundles (#7464) | 16 | -46/+338 | ||
* initial commit * try to fix windows * output files directly into the correct folder * allow for rest parameters * use fixed hook * improve tests * apply doc's team suggestions for README Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * try to fix prerendering * apply doc's team suggestion for changeset Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * bump to minor * readme update * resolve review comments * optimize memory allocation * resolve review comments * add removed link, to make sure old docs keep same * resolve comment Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> | |||||
2023-06-29 | [ci] format | 3 | -14/+10 | ||
2023-06-29 | Split support in the Vercel Serverless adapter (#7514) | 10 | -28/+160 | ||
* start of vercel split support * Split Mode with the Vercel Adapter * Write routes into the config.json * Add a changeset * Add docs * Better changeset | |||||
2023-06-29 | [ci] format | 1 | -2/+1 | ||
2023-06-29 | Refactor component and renderers loading flow (#7518) | 7 | -82/+43 | ||
2023-06-29 | [ci] release (#7496)astro@2.7.2@astrojs/markdoc@0.4.0 | 49 | -130/+123 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-06-28 | [ci] format | 1 | -2/+8 | ||
2023-06-28 | Pass `compressHTML` settings to manifest (#7488) | 5 | -1/+17 | ||
* fix(#7333): pass compressHTML to manifest * chore: add compressHTML to astro:ssr-manifest test | |||||
2023-06-28 | Use head repository name for docgen in smoke test (#7512) | 1 | -1/+1 | ||
2023-06-28 | Run documentation generation as part of docs smoke test (#7495) | 1 | -0/+18 | ||
2023-06-28 | [ci] format | 1 | -1/+1 | ||