11ty/eleventy-plugin-rss (@11ty/eleventy-plugin-rss)
### [`v2.0.2`](https://redirect.github.com/11ty/eleventy-plugin-rss/releases/tag/v2.0.2): Eleventy RSS Plugin v2.0.2
[Compare Source](https://redirect.github.com/11ty/eleventy-plugin-rss/compare/v2.0.1...v2.0.2)
- *Compatibility with Eleventy core 3.0.0-alpha.15 or newer*
- Fixes virtual feed plugin issue with `collections.all` [#54](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/54)
- Fixes issue with virtual feed plugin used inside of a plugin [#52](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/52)
**Full Changelog**: https://github.com/11ty/eleventy-plugin-rss/compare/v2.0.1...v2.0.2
**Full Milestone**: https://github.com/11ty/eleventy-plugin-rss/milestone/8?closed=1
### [`v2.0.1`](https://redirect.github.com/11ty/eleventy-plugin-rss/releases/tag/v2.0.1): Eleventy RSS Plugin v2.0.1
[Compare Source](https://redirect.github.com/11ty/eleventy-plugin-rss/compare/v2.0.0...v2.0.1)
- Fix missing `head` filter when using virtual templates by [@jeanremy](https://redirect.github.com/jeanremy) (with assist from [@benjifs](https://redirect.github.com/benjifs)) [#50](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/50) [#51](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/51)
- Contributors: [@jeanremy](https://redirect.github.com/jeanremy) made their first contribution in [https://github.com/11ty/eleventy-plugin-rss/pull/51](https://redirect.github.com/11ty/eleventy-plugin-rss/pull/51)
**Milestone**: https://github.com/11ty/eleventy-plugin-rss/milestone/7?closed=1
**Full Changelog**: https://github.com/11ty/eleventy-plugin-rss/compare/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](https://www.11ty.dev/blog/sustainability-fundraising/) or head directly to [our Open Collective to start your recurring contribution](https://opencollective.com/11ty)!
### [`v2.0.0`](https://redirect.github.com/11ty/eleventy-plugin-rss/releases/tag/v2.0.0): Eleventy RSS Plugin v2.0.0
[Compare Source](https://redirect.github.com/11ty/eleventy-plugin-rss/compare/v1.2.0...v2.0.0)
- *Compatible with Eleventy v3.0.0-alpha.13 or newer.*
- Adds new Virtual Template method for easy Atom/RSS/JSON feed creation [#47](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/47).
- Docs: https://www.11ty.dev/docs/plugins/rss/#virtual-template
- Build performance benefit reusing new HTML `` plugin filters [#38](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/38)
- Refactor dateToRfc822 to use local timezone by [@fliptopbox](https://redirect.github.com/fliptopbox) in [https://github.com/11ty/eleventy-plugin-rss/pull/45](https://redirect.github.com/11ty/eleventy-plugin-rss/pull/45)
- Removes incorrectly named `rssLastUpdatedDate` and `rssDate` filters. Use `getNewestCollectionItemDate | dateToRfc3339` and `dateToRfc3339` instead (respectively). [#21](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/21)
- JSON Feed `authors` fix by [@uncenter](https://redirect.github.com/uncenter) in [https://github.com/11ty/eleventy-plugin-rss/pull/41](https://redirect.github.com/11ty/eleventy-plugin-rss/pull/41)
- 🥳 New contributors: [@uncenter](https://redirect.github.com/uncenter) and [@fliptopbox](https://redirect.github.com/fliptopbox)!
**Milestone**: https://github.com/11ty/eleventy-plugin-rss/milestone/3?closed=1
**Full Changelog**: https://github.com/11ty/eleventy-plugin-rss/compare/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](https://www.11ty.dev/blog/sustainability-fundraising/) or head directly to [our Open Collective to start your recurring contribution](https://opencollective.com/11ty)!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^1.2.0
->^2.0.0
Release Notes
11ty/eleventy-plugin-rss (@11ty/eleventy-plugin-rss)
### [`v2.0.2`](https://redirect.github.com/11ty/eleventy-plugin-rss/releases/tag/v2.0.2): Eleventy RSS Plugin v2.0.2 [Compare Source](https://redirect.github.com/11ty/eleventy-plugin-rss/compare/v2.0.1...v2.0.2) - *Compatibility with Eleventy core 3.0.0-alpha.15 or newer* - Fixes virtual feed plugin issue with `collections.all` [#54](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/54) - Fixes issue with virtual feed plugin used inside of a plugin [#52](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/52) **Full Changelog**: https://github.com/11ty/eleventy-plugin-rss/compare/v2.0.1...v2.0.2 **Full Milestone**: https://github.com/11ty/eleventy-plugin-rss/milestone/8?closed=1 ### [`v2.0.1`](https://redirect.github.com/11ty/eleventy-plugin-rss/releases/tag/v2.0.1): Eleventy RSS Plugin v2.0.1 [Compare Source](https://redirect.github.com/11ty/eleventy-plugin-rss/compare/v2.0.0...v2.0.1) - Fix missing `head` filter when using virtual templates by [@jeanremy](https://redirect.github.com/jeanremy) (with assist from [@benjifs](https://redirect.github.com/benjifs)) [#50](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/50) [#51](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/51) - Contributors: [@jeanremy](https://redirect.github.com/jeanremy) made their first contribution in [https://github.com/11ty/eleventy-plugin-rss/pull/51](https://redirect.github.com/11ty/eleventy-plugin-rss/pull/51) **Milestone**: https://github.com/11ty/eleventy-plugin-rss/milestone/7?closed=1 **Full Changelog**: https://github.com/11ty/eleventy-plugin-rss/compare/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](https://www.11ty.dev/blog/sustainability-fundraising/) or head directly to [our Open Collective to start your recurring contribution](https://opencollective.com/11ty)! ### [`v2.0.0`](https://redirect.github.com/11ty/eleventy-plugin-rss/releases/tag/v2.0.0): Eleventy RSS Plugin v2.0.0 [Compare Source](https://redirect.github.com/11ty/eleventy-plugin-rss/compare/v1.2.0...v2.0.0) - *Compatible with Eleventy v3.0.0-alpha.13 or newer.* - Adds new Virtual Template method for easy Atom/RSS/JSON feed creation [#47](https://redirect.github.com/11ty/eleventy-plugin-rss/issues/47). - Docs: https://www.11ty.dev/docs/plugins/rss/#virtual-template - Build performance benefit reusing new HTML `Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.