summaryrefslogtreecommitdiff
path: root/examples/hackernews/src/lib/api.ts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-21Fix plugin apply args when filtering (#6601)Gravatar Bjorn Lu 2-1/+6
2023-03-20[ci] formatGravatar bholmesdev 1-1/+1
2023-03-20fix: refactor esbuild setup to support watch (#6608)Gravatar Nate Moore 1-7/+14
2023-03-20fix(tsconfig): Update tsconfig templates to ignore 5.0 deprecations (#6605)Gravatar Erika 2-1/+9
2023-03-20[ci] formatGravatar ematipico 1-1/+1
2023-03-20fix: Add missing --watch flag when running astro check --help (#6586)Gravatar Chloe A 2-1/+9
2023-03-20[ci] formatGravatar Princesseuh 9-10/+10
2023-03-20feat(all): Migrate to TypeScript 5.0 (#6579)Gravatar Erika 63-172/+429
2023-03-20added prop type definition for FormattedDate in Blog example (#6591)Gravatar Matthew Mercuri 1-0/+4
2023-03-19fix typo (#6584)Gravatar kalana kithmina 1-26/+29
2023-03-18Simplify internal resolver in dev (#6576)Gravatar Bjorn Lu 2-8/+6
2023-03-17Fix error in empty markdown files with content (#6572)Gravatar Happydev 8-2/+55
2023-03-17Fix overflow title in error message (#6583)Gravatar Franco Romano Losada 2-0/+7
2023-03-17Add validateOptions hook to Image Service API (#6555)Gravatar Erika 9-51/+99
2023-03-16Fix `image()` type to be compatible with ImageMetadata (#6568)Gravatar Erika 2-1/+17
2023-03-16[ci] formatGravatar bluwy 2-3/+3
2023-03-17Support tsconfig aliases in styles (#6566)Gravatar Bjorn Lu 9-80/+81
2023-03-16Fix prerendered 404 page handling in SSR (#6558)Gravatar Bjorn Lu 7-8/+86
2023-03-16Fix mdx and markdoc integrations return type (#6552)Gravatar Bjorn Lu 3-35/+24
2023-03-16[ci] formatGravatar bluwy 1-3/+1
2023-03-16fix(cloudflare): base strip logic (#6550)Gravatar Richard Simpson 2-1/+6
2023-03-16[ci] formatGravatar Princesseuh 1-1/+1
2023-03-16Vendor image-size (#6559)Gravatar Erika 35-23/+1422
2023-03-16Replace tabs with double spaces (#6562)Gravatar Tc001 6-41/+41
2023-03-15[ci] formatGravatar matthewp 1-1/+1
2023-03-15It even starts to remove a file before it finish it. (#6472)Gravatar wulinsheng123 2-1/+6
2023-03-15fix(assets): Fix usage of custom service resulting in Invalid Input error (#6...Gravatar Erika 2-1/+6
2023-03-14fix(assets): Fix images from public not working with the new Assets feature (...Gravatar Erika 6-11/+21
2023-03-14Fix local images having the wrong width and height when both dimensions were ...Gravatar Erika 4-4/+40
2023-03-14ci: format add owner judgment (#6542)Gravatar btea 1-0/+1
2023-03-13[RSS] Fix: Preserve self-closing tags in `customData` (#6538)Gravatar Ben Holmes 3-1/+29
2023-03-13[ci] release (#6476)astro@2.1.3@astrojs/vercel@3.2.1@astrojs/turbolinks@0.2.1@astrojs/tailwind@3.1.1@astrojs/sitemap@1.2.1@astrojs/rss@2.3.0@astrojs/prism@2.1.1@astrojs/prefetch@0.2.1@astrojs/partytown@1.1.1@astrojs/mdx@0.18.1@astrojs/markdown-component@1.0.3@astrojs/markdoc@0.0.2@astrojs/image@0.16.1@astrojs/cloudflare@6.2.1@astrojs/alpinejs@0.2.1Gravatar Houston (Bot) 80-211/+247
2023-03-13[ci] formatGravatar matthewp 4-15/+10
2023-03-13Prevent astro:content from depending on Node builtins (#6537)Gravatar Matthew Phillips 10-37/+77
2023-03-13[ci] formatGravatar bholmesdev 1-1/+1
2023-03-13[Content collections] Better error formatting (#6508)Gravatar Ben Holmes 7-16/+220
2023-03-13[ci] formatGravatar matthewp 1-2/+2
2023-03-13Treeshake exported client components that are not imported (#6527)Gravatar Bjorn Lu 13-11/+191
2023-03-13Add warning when using assets with non-node adapters (#6533)Gravatar Erika 2-0/+30
2023-03-13[ci] formatGravatar bluwy 1-1/+3
2023-03-13fix: rebase _routes.json for Cloudflare when config.base set (#6473)Gravatar Richard Simpson 2-1/+11
2023-03-13Consistency improvements to several package descriptions (#6494)Gravatar Yan Thomas 11-9/+24
2023-03-13[ci] formatGravatar matthewp 1-1/+1
2023-03-13Remove false-positive warnings from Cloudflare's build (#6531)Gravatar Matthew Phillips 2-0/+10
2023-03-13Fix `env.d.ts` switching back between types on every restart when assets are ...Gravatar Erika 2-1/+13
2023-03-13fix(assets): Fix types to be more accurate (#6530)Gravatar Erika 8-23/+38
2023-03-13fix(images): Move emitESMImage util to another file (#6505)Gravatar Erika 4-44/+46
2023-03-10feat: cache `getCollection()` calls in production (#6503)Gravatar Ben Holmes 2-20/+34
2023-03-10fix: Enforce the usage of type imports when possible (#6502)Gravatar Erika 65-85/+90
2023-03-10[ci] formatGravatar natemoo-re 1-1/+1