Jekyll Feed Versions Save

:memo: A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts

v0.9.3

6 years ago

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

7 years ago
  • Use https in more places. (#165, props @XhmikosR)
  • fix template for posts with post.lang defined (#168, props @jokester)

v0.9.1

7 years ago

Minor Enhancements

  • Update feed.xml (#162)

v0.9.0

7 years ago

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

7 years ago
  • 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

7 years ago
  • Support image.path when post.image is an object (#137)

v0.7.1

7 years ago
  • Assign url_base before first usage (#133)

v0.7.0

7 years ago
  • Use type="html" to skirt around double escaping problem (#127)

v0.6.0

7 years ago
  • 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

8 years ago
  • Fix mangling of whitespace when site.lang is set (#110)