Releases: jekyll/jekyll-feed
Releases · jekyll/jekyll-feed
v0.5.0
Minor Enhancements
- Use Module#method_defined? (#83)
- Use site.title for meta tag if available (#100)
- Consolidate regexps for stripping whitespace (#82)
- Think about how i18n might work (#75)
- Find author by reference (#106)
- Drop support for Jekyll 2 (#105)
- Add support for post image (#104)
Development Fixes
v0.4.0
- Feed uses
site.title
, or site.name
if title
doesn't exist (#72)
- Replace newlines with spaces in
title
and summary
elements (#67)
- Properly render post content with Jekyll (#73)
v0.3.1
Check to ensure the post excerpt isn't blank before outputting (#57, props @parkr)
v0.2.3
Add title to feed meta output
v0.2.2
- Fix liquid error in Jekyll 3+ (#49)
- Use
author.uri
in all places (#45)
v0.2.1
Fix for duplicate closing </url>
tag when author.uri
was specified.
v0.2.0
Support for extended author information (#31) and jekyll-last-modified updated times, if present (#42), both props @pathawks.
v0.1.4
Add xml:base
to content tag for relative urls (#43)
v0.1.3
Limit feed to 10 posts (#41)