Skip to content

Releases: jekyll/jekyll-feed

v0.5.0

14 Apr 02:42
ec0493d
Compare
Choose a tag to compare

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

30 Dec 18:39
Compare
Choose a tag to compare
  • 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

18 Jun 05:48
Compare
Choose a tag to compare

Check to ensure the post excerpt isn't blank before outputting (#57, props @parkr)

v0.3.0

04 Jun 17:00
Compare
Choose a tag to compare

v0.2.3

03 Jun 15:47
Compare
Choose a tag to compare

Add title to feed meta output

v0.2.2

25 May 19:28
Compare
Choose a tag to compare
  • Fix liquid error in Jekyll 3+ (#49)
  • Use author.uri in all places (#45)

v0.2.1

22 May 19:37
Compare
Choose a tag to compare

Fix for duplicate closing </url> tag when author.uri was specified.

v0.2.0

22 May 19:23
Compare
Choose a tag to compare

Support for extended author information (#31) and jekyll-last-modified updated times, if present (#42), both props @pathawks.

v0.1.4

21 May 22:26
Compare
Choose a tag to compare

Add xml:base to content tag for relative urls (#43)

v0.1.3

21 May 20:51
Compare
Choose a tag to compare

Limit feed to 10 posts (#41)