Skip to content

Releases: 11ty/eleventy-plugin-rss

Feeds (RSS, Atom, JSON) v3.0.0

20 Mar 21:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Breaking this plugin is now ESM #72 It now requires Eleventy v3 or newer. Read more about how to use ESM plugins in your ESM or CommonJS configuration file. TL;DR:
    • ESM: import rssPlugin from "@11ty/eleventy-plugin-rss";
    • CommonJS and Node 20.19+: const rssPlugin = require("@11ty/eleventy-plugin-rss");
    • CommonJS and older versions of Node: const { default: rssPlugin } = await import("@11ty/eleventy-plugin-rss"); in an async configuration callback.
  • Add script parameter to Virtual template so you can pass a URL for the XSLT polyfill by @tomayac in #85
  • Fix a couple of RFC822 formatting issues by @sentience in #70
  • Add icon and logo optional metadata to Virtual Template by @philipmw in #68
  • Add Atom/RSS post summary/description to Virtual Template via post.data.summary by @RyKilleen in #65

Thank you to new contributions from @tomayac, @sentience, @philipmw, and @RyKilleen!

Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/9?closed=1
Full Changelog: v2.0.4...v3.0.0

Eleventy RSS v3.0.0-alpha.3

02 Dec 19:10

Choose a tag to compare

Pre-release
  • Using OIDC Trusted Publishers npm publish workflow (no plugin code changes)

Full Changelog: v3.0.0-alpha.2...v3.0.0-alpha.3

Eleventy RSS v3.0.0-alpha.2

01 Jul 19:29

Choose a tag to compare

Pre-release
  • Upgrades plugin to use ESM #72

Issue Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/9?closed=1
Full Changelog: v2.0.4...v3.0.0-alpha.2

Eleventy RSS v3.0.0-alpha.1

01 Jul 19:26

Choose a tag to compare

Pre-release
  • Upgrades plugin to use ESM #72

Issue Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/9?closed=1
Full Changelog: v2.0.4...v3.0.0-alpha.1

Eleventy RSS v2.0.4

08 May 20:59

Choose a tag to compare

  • Adds Node v24 to CI
  • Removes unnecessary url import.

Full Changelog: v2.0.3...v2.0.4

Eleventy RSS v2.0.3

16 Jan 15:04

Choose a tag to compare

Eleventy RSS Plugin v2.0.2

12 Jul 20:44

Choose a tag to compare

  • Compatibility with Eleventy core 3.0.0-alpha.15 or newer
  • Fixes virtual feed plugin issue with collections.all #54
  • Fixes issue with virtual feed plugin used inside of a plugin #52

Full Changelog: v2.0.1...v2.0.2
Full Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/8?closed=1

Eleventy RSS Plugin v2.0.1

17 Jun 19:39

Choose a tag to compare

Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/7?closed=1
Full Changelog: v2.0.0...v2.0.1

We need your help!

11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read more about this fundraising push or head directly to our Open Collective to start your recurring contribution!

Eleventy RSS Plugin v2.0.0

12 Jun 18:07

Choose a tag to compare

  • Compatible with Eleventy v3.0.0-alpha.13 or newer.
  • Adds new Virtual Template method for easy Atom/RSS/JSON feed creation #47.
  • Build performance benefit reusing new HTML <base> plugin filters #38
  • Refactor dateToRfc822 to use local timezone by @fliptopbox in #45
  • Removes incorrectly named rssLastUpdatedDate and rssDate filters. Use getNewestCollectionItemDate | dateToRfc3339 and dateToRfc3339 instead (respectively). #21
  • JSON Feed authors fix by @uncenter in #41
  • 🥳 New contributors: @uncenter and @fliptopbox!

Milestone: https://github.com/11ty/eleventy-plugin-rss/milestone/3?closed=1
Full Changelog: v1.2.0...v2.0.0

We need your help!

11ty is now operating independently, with full time development and maintenance funded by our Open Collective supporters. We need your help to keep going! We have a goal of $6000 USD recurring monthly budget. Read more about this fundraising push or head directly to our Open Collective to start your recurring contribution!

Eleventy RSS v1.0.5

19 Dec 22:42

Choose a tag to compare