Skip to content

Releases: jekyll/jekyll-feed

v0.9.3

04 Feb 17:52
0666d4f
Compare
Choose a tag to compare

Documentation

  • Fix: Add note about using plugins instead of gems key (#197)
  • Add documentation for disabling smartify filter (#205)

Development Fixes

  • Rubocop: Target Ruby 2.2 (#195)
  • Test feeds that have a site.lang (#164)
  • Test against Ruby 2.5 (#201)
  • Define path with __dir (#187)
  • Bump Ruby for Travis (#188)

v0.9.2

28 Mar 15:51
c048229
Compare
Choose a tag to compare

v0.9.1

17 Feb 14:27
v0.9.1
9202db8
Compare
Choose a tag to compare

Minor Enhancements

  • Update feed.xml (#162)

v0.9.0

17 Feb 03:52
v0.9.0
98f725b
Compare
Choose a tag to compare

Minor Enhancements

  • Use absolute_url to generate the feed_meta url (#150)
  • Make feed stylesheet optional (#149)
  • Use new normalize_whitespace filter (#143)
  • Feed entries must contain <author> (#152)
  • Remove trailing slash from feed ID (#159)

Development Fixes

  • Simplify minify regular expression (#141)
  • Namespace as JekyllFeed (#151)
  • rubocop -a (#160)

Bug Fixes

  • Filter out drafts before limit (#154)

v0.8.0

06 Oct 21:36
v0.8.0
ba86b40
Compare
Choose a tag to compare
  • Use filters to clean up Liquid template (#134)

Minor Enhancements

  • Don't set @site.config["time"] on feed generation (#138)

pedantry

  • Appease Rubocop (#139)

v0.7.2

06 Oct 17:54
Compare
Choose a tag to compare
  • Support image.path when post.image is an object (#137)

v0.7.1

27 Sep 03:32
v0.7.1
5f7c626
Compare
Choose a tag to compare
  • Assign url_base before first usage (#133)

v0.7.0

06 Sep 13:42
v0.7.0
1d9b6c1
Compare
Choose a tag to compare
  • Use type="html" to skirt around double escaping problem (#127)

v0.6.0

08 Jul 18:28
v0.6.0
9a38511
Compare
Choose a tag to compare
  • Cleanup post_author logic (#113)
  • Add XML stylesheet example with XSLT (#119)
  • DRY up and add more doc (#120)
  • Use smartify filter (#117)

v0.5.1

18 Apr 22:06
0c61402
Compare
Choose a tag to compare
  • Fix mangling of whitespace when site.lang is set (#110)