Skip to content

@astrojs/rss@4.0.19

Choose a tag to compare

@astrobot-houston astrobot-houston released this 30 Jun 12:18
5978993

Patch Changes

  • #17209 fbcfa03 Thanks @matthewp! - Hardens RSS feed generation by escaping the source and enclosure item fields. These fields are now serialized as structured XML values, ensuring that special characters in values like source.title and enclosure.type are always treated as text rather than markup, consistent with how other feed fields are handled.