summaryrefslogtreecommitdiff
path: root/packages/astro-rss/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 1-1/+1
2023-08-23Update rss package to return a response (#8198)Gravatar Bjorn Lu 1-5/+11
2023-08-22Deprecate drafts feature (#8099)Gravatar Bjorn Lu 1-2/+8
2023-08-07Add URL to RSSOptions.site type (#7964)Gravatar Timon Jurschitsch 1-1/+1
2023-05-22feat: :art: export rss feeditem type (#7153)Gravatar Akash Rajpurohit 1-1/+1
2023-05-15[ci] formatGravatar bluwy 1-1/+4
2023-05-15RSS: Fix string validation of pubDate (#7066)Gravatar Reuben Tier 1-1/+1
2023-05-02Fix: remove odd `/1/` check on RSS canonicals (#6970)Gravatar Ben Holmes 1-1/+0
2023-04-26Adds extra elements to RSS items. (#6707)Gravatar Phil Nash 2-1/+47
2023-03-30[RSS] Fix: update `RSSFeedItem` type to comply with `strictest` tsconfig (#6614)Gravatar Aivars Liepa 1-1/+1
2023-03-13[RSS] Fix: Preserve self-closing tags in `customData` (#6538)Gravatar Ben Holmes 1-1/+7
2023-03-10fix: Enforce the usage of type imports when possible (#6502)Gravatar Erika 1-2/+2
2023-03-09feat(rss): add option to remove the trailing slash (#6453)Gravatar Emanuele Stoppa 2-4/+19
2023-02-16[ci] formatGravatar natemoo-re 1-7/+7
2023-02-16fix: add property name to rss errors (#6259)Gravatar Julien Barbay 1-5/+7
2023-01-24[ci] formatGravatar natemoo-re 1-1/+1
2023-01-24Ignore lint warning (#5949)Gravatar Reuben Tier 1-0/+1
2023-01-19[ci] formatGravatar bholmesdev 1-5/+2
2023-01-19[RSS] Get ready for content collections (#5851)Gravatar Ben Holmes 3-89/+125
2022-12-27fix: filter out draft item from glob result (#5612)Gravatar Leontopodium pusillum 1-0/+8
2022-12-14[ci] formatGravatar matthewp 1-1/+4
2022-12-14fix missing type-attribute for xsl stylesheets (#5600)Gravatar Frode Flaten 1-1/+2
2022-12-13Fix missing RSS item `customData` (#5591)Gravatar Matt Stein 1-2/+3
2022-12-08astro-rss: Generate feed with proper XML escaping (#5550)Gravatar Anders Kaseorg 1-33/+34
2022-12-06feat(astro-rss): generate post content in feed (#5366)Gravatar Ben Smith 1-0/+15
2022-10-26feat: add support for other markdown file extensions (#5164)Gravatar Happydev 1-2/+2
2022-09-28Remove shamefully-hoist (#4842)Gravatar Bjorn Lu 1-3/+7
2022-09-12[RSS] Fix failure when globbing index route (#4701)Gravatar Ben Holmes 1-1/+1
2022-07-18[ci] formatGravatar FredKSchott 1-1/+1
2022-07-18Throw the error when `site` option is missing (#3956)Gravatar Vlad Esafev 1-0/+7
2022-07-13[ci] formatGravatar matthewp 1-3/+5
2022-07-13Provide a better error message for when RSS is missing `link` field (#3913)Gravatar Matthew Phillips 1-0/+12
2022-05-05Fix: make RSS canonicalUrl required (#3301)Gravatar Ben Holmes 1-14/+8
2022-05-03Feat: `@astrojs/rss` package! (#3271)Gravatar Ben Holmes 2-0/+173