Skip to content

Releases: jekyll/jekyll-feed

v0.17.0

15 Oct 01:32
a58064c
Compare
Choose a tag to compare

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

03 Jan 09:53
Compare
Choose a tag to compare

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

04 Oct 17:03
Compare
Choose a tag to compare

Bug Fixes

  • MetaTag: when encoding for XML special characters, handle non-string objects (#326)

v0.15.0

10 Jul 18:32
Compare
Choose a tag to compare

Minor Enhancements

  • Add support for drafts (#316)

v0.14.0

24 Jun 08:39
Compare
Choose a tag to compare

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

13 Nov 20:04
9cda8c4
Compare
Choose a tag to compare

Minor Enhancements

  • Excerpt only flag (#287)
  • Add media:content tag (#290)

Development Fixes

  • test: use categories in post (#249)

v0.12.1

23 Mar 20:14
6885a76
Compare
Choose a tag to compare
  • Release: v0.12.0 (#271)

Bug Fixes

  • Re-introduce Ruby 2.3 support and test Jekyll 3.7+ (#272)

v0.12.0

21 Mar 19:35
Compare
Choose a tag to compare
  • 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

09 Sep 17:55
Compare
Choose a tag to compare

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

05 Jun 02:53
cd3e8a9
Compare
Choose a tag to compare

Bug Fixes

  • Escape image URL (#209)

Development Fixes

  • Rubocop 0.55 (#223)
  • Bump Rubocop (#230)

Minor Enhancements

  • Support Typhoeus 1.0 (#232)