Bump jekyll-feed from 0.15.1 to 0.16.0
Bumps jekyll-feed from 0.15.1 to 0.16.0.
Release notes
Sourced from jekyll-feed's releases.
v0.16.0
Minor Enhancements
- Add support for
page.descriptionin front matter to become entry<summary>(#297)Bug Fixes
- Fold private methods into the
:rendermethod as local variables (#327)- Check
post.categoriesinstead ofpost.category(#357)- Switched xml_escape for
<![CDATA[]]>for post content (#332)Development Fixes
- Add Ruby 3.0 to CI (#337)
- Lock RuboCop to v1.18.x (#348)
- Add workflow to release gem via GH Action (#355)
Documentation
- Use
.atomextension in documented examples since we write an Atom feed (#359)
Changelog
Sourced from jekyll-feed's changelog.
0.16.0 / 2022-01-03
Minor Enhancements
- Add support for
page.descriptionin front matter to become entry<summary>(#297)Bug Fixes
- Fold private methods into the
:rendermethod as local variables (#327)- Check
post.categoriesinstead ofpost.category(#357)- Switched xml_escape for
<![CDATA[]]>for post content (#332)Development Fixes
- Add Ruby 3.0 to CI (#337)
- Lock RuboCop to v1.18.x (#348)
- Add workflow to release gem via GH Action (#355)
Documentation
- Use
.atomextension in documented examples since we write an Atom feed (#359)
Commits
-
3203b2eRelease💎 v0.16.0 -
31e556fImprove readability of entries in History document -
8bafec9Update history to reflect merge of #359 [ci skip] -
9ceb458Use .atom extension since we write an Atom feed (#359) -
9c27cf6Update history to reflect merge of #332 [ci skip] -
1ac64bcSwitched xml_escape for <![CDATA[]]> for post content (#332) -
385f455Update history to reflect merge of #357 [ci skip] -
eb7f1afCheckpost.categoriesinstead ofpost.category(#357) -
713f80cUpdate history to reflect merge of #355 [ci skip] -
7c56575Add workflow to release gem via GH Action (#355) - Additional commits viewable in compare view