Releases: jekyll/jekyll-feed
Releases · jekyll/jekyll-feed
v0.17.0
Documentation
- Update CI status badge (#363)
Development Fixes
- Add Ruby 3.1 to the CI matrix (#365)
Minor Enhancements
- Allow disabling of jekyll-feed while in development (#370)
v0.16.0
Minor Enhancements
- Add support for
page.description
in front matter to become entry <summary>
(#297)
Bug Fixes
- Fold private methods into the
:render
method as local variables (#327)
- Check
post.categories
instead of post.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
.atom
extension in documented examples since we write an Atom feed (#359)
v0.15.1
Bug Fixes
- MetaTag: when encoding for XML special characters, handle non-string objects (#326)
v0.15.0
Minor Enhancements
- Add support for drafts (#316)
v0.14.0
Minor Enhancements
- add support for categories (#153) (#233)
- add support for tags (#264)
- Make posts limit configurable (#314)
- XML escape the title field of feed_meta (#306)
Bug Fixes
- Fix feed link when post title contains HTML (#305)
Development Fixes
- Use Dir to list source files (#309)
- Require Ruby >=2.4.0 (#307)
v0.13.0
Minor Enhancements
- Excerpt only flag (#287)
- Add media:content tag (#290)
Development Fixes
- test: use categories in post (#249)
v0.12.1
Bug Fixes
- Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#272)
v0.12.0
- Allow Jekyll v4 (still alpha)
Development Fixes
- style: fix offenses in specs (#248)
- dev: update CI and style settings (#258)
- Enable testing for Windows platform (#265)
v0.11.0
Development Fixes
- Require Ruby 2.3 (#222)
- Refactor to remove redundant calls and variables (#240)
Minor Enhancements
- Categories and collections (#228)
- Remove check for older version of Jekyll (#234)
v0.10.0
Bug Fixes
Development Fixes
Minor Enhancements
- Support Typhoeus 1.0 (#232)