Releases: jekyll/jekyll-feed
Releases · jekyll/jekyll-feed
v0.9.3
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.0
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
- Use filters to clean up Liquid template (#134)
Minor Enhancements
- Don't set @site.config["time"] on feed generation (#138)
pedantry
v0.7.2
- Support
image.path
when post.image
is an object (#137)
v0.7.1
- Assign
url_base
before first usage (#133)
v0.7.0
- Use type="html" to skirt around double escaping problem (#127)
v0.6.0
- 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
- Fix mangling of whitespace when
site.lang
is set (#110)